summaryrefslogtreecommitdiff
path: root/fs/namespace.c
AgeCommit message (Expand)Author
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-10-19vfs: stop counting on gcc not messing with mnt_expiry_mark if not askedMateusz Guzik
2023-10-18treewide: mark stuff as __ro_after_initAlexey Dobriyan
2023-09-11fs: export mnt_{get,put}_write_access() to modulesAmir Goldstein
2023-09-11fs: rename __mnt_{want,drop}_write*() helpersAmir Goldstein
2023-06-26Merge tag 'v6.5/vfs.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-06-20fs: Provide helpers for manipulating sb->s_readonly_remountJan Kara
2023-05-19fs: allow to mount beneath top mountChristian Brauner
2023-05-19fs: use a for loop when locking a mountChristian Brauner
2023-05-19fs: properly document __lookup_mnt()Christian Brauner
2023-05-19fs: add path_mounted()Christian Brauner
2023-04-24Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2023-04-24Merge tag 'v6.4/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2023-04-20build_mount_idmapped(): switch to fdget()Al Viro
2023-03-31fs: drop peer group ids under namespace lockChristian Brauner
2023-03-15fs/namespace: fnic: Switch to use %ptTdAndy Shevchenko
2023-02-24Merge branch 'work.namespace' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-01-27ipc,namespace: batch free ipc_namespace structuresRik van Riel
2023-01-19fs: move mnt_idmapChristian Brauner
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner
2022-12-12Merge tag 'fs.idmapped.mnt_idmap.v6.2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-11-24copy_mnt_ns(): handle a corner case (overmounted mntns bindings) sanerAl Viro
2022-10-31fs: introduce dedicated idmap type for mountsChristian Brauner
2022-08-17fs: require CAP_SYS_ADMIN in target namespace for idmapped mountsSeth Forshee
2022-07-05switch try_to_unlazy_next() to __legitimize_mnt()Al Viro
2022-06-04Merge tag 'pull-18-rc1-work.mount' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-05-19uninline may_mount() and don't opencode it in fspick(2)/fsopen(2)Al Viro
2022-05-12fs: hold writers when changing mount's idmappingChristian Brauner
2022-04-21fs: unset MNT_WRITE_HOLD on failureChristian Brauner
2022-04-01Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2022-03-24Merge tag 'fs.rt.v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds
2022-03-24Merge tag 'fs.v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner...Linus Torvalds
2022-03-22mount: warn only once about timestamp range expirationAnthony Iliopoulos
2022-03-15mount_setattr(): clean the control flow and calling conventionsAl Viro
2022-02-14fs: clean up mount_setattr control flowChristian Brauner
2022-02-14fs: don't open-code mnt_hold_writers()Christian Brauner
2022-02-14fs: simplify check in mount_setattr_commit()Christian Brauner
2022-02-14fs: add mnt_allow_writers() and simplify mount_setattr_prepare()Christian Brauner
2022-02-14fs: add kernel doc for mnt_{hold,unhold}_writers()Christian Brauner
2022-02-13clean overflow checks in count_mounts() a bitAl Viro
2022-01-30constify struct path argument of finish_automount()/do_add_mount()Al Viro
2022-01-22fs: move namespace sysctls and declare fs base directoryLuis Chamberlain
2022-01-11Merge tag 'fs.idmapped.v5.17' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-12-30fs/mount_setattr: always cleanup mount_kattrChristian Brauner
2021-12-05fs: support mapped mounts of mapped filesystemsChristian Brauner
2021-12-03fs: add is_idmapped_mnt() helperChristian Brauner
2021-11-26fs/namespace: Boost the mount_lock.lock owner instead of spinning on PREEMPT_RT.Sebastian Andrzej Siewior
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-03memcg: enable accounting for new namesapces and struct nsproxyVasily Averin
2021-09-03memcg: enable accounting for mnt_cache entriesVasily Averin