summaryrefslogtreecommitdiff
path: root/fs/namespace.c
AgeCommit message (Expand)Author
2025-10-19fs: Add 'initramfs_options' to set initramfs mount optionsLichen Liu
2025-08-28use uniform permission checks for all mount propagation changesAl Viro
2025-07-24clone_private_mnt(): make sure that caller has CAP_SYS_ADMIN in the right usernsAl Viro
2025-07-06attach_recursive_mnt(): do not lock the covering tree when sliding something ...Al Viro
2025-06-27do_change_type(): refuse to operate on unmounted/not ours mountsAl Viro
2025-06-27fix propagation graph breakage by MOVE_MOUNT_SET_GROUP move_mount(2)Al Viro
2025-06-04__legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lockAl Viro
2025-05-18do_umount(): add missing barrier before refcount checks in sync caseAl Viro
2025-04-25umount: Allow superblock owners to force umountTrond Myklebust
2024-10-17mount: handle OOM on mnt_warn_timestamp_expiryOlaf Hering
2024-10-17fs/namespace: fnic: Switch to use %ptTdAndy Shevchenko
2024-02-23fs: relax mount_setattr() permission checksChristian Brauner
2024-01-25fs: indicate request originates from old mount APIChristian Brauner
2023-04-13fs: drop peer group ids under namespace lockChristian 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
2021-08-31Merge tag 'fs.move_mount.move_mount_set_group.v5.15' of git://git.kernel.org/...Linus Torvalds
2021-08-23fs: remove mandatory file locking supportJeff Layton
2021-08-21Merge tag 'locks-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...Linus Torvalds
2021-08-21fs: warn about impending deprecation of mandatory locksJeff Layton
2021-08-10ovl: prevent private clone if bind mount is not allowedMiklos Szeredi
2021-07-26move_mount: allow to add a mount into an existing groupPavel Tikhomirov
2021-06-01mount: Support "nosymfollow" in new mount apiChristian Brauner
2021-05-12fs/mount_setattr: tighten permission checksChristian Brauner
2021-03-31fs/namespace: correct/improve kernel-doc notationRandy Dunlap