summaryrefslogtreecommitdiff
path: root/fs/namespace.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-19fs: Add 'initramfs_options' to set initramfs mount optionsLichen Liu1-1/+10
2025-08-28use uniform permission checks for all mount propagation changesAl Viro1-14/+20
2025-07-24clone_private_mnt(): make sure that caller has CAP_SYS_ADMIN in the right usernsAl Viro1-0/+5
2025-07-06attach_recursive_mnt(): do not lock the covering tree when sliding something ...Al Viro1-4/+4
2025-06-19do_change_type(): refuse to operate on unmounted/not ours mountsAl Viro1-0/+4
2025-06-19fix propagation graph breakage by MOVE_MOUNT_SET_GROUP move_mount(2)Al Viro1-1/+1
2025-06-19path_overmount(): avoid false negativesAl Viro1-6/+13
2025-06-04__legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lockAl Viro1-5/+1
2025-05-18do_umount(): add missing barrier before refcount checks in sync caseAl Viro1-1/+2
2025-05-02fix a couple of races in MNT_TREE_BENEATH handling by do_move_mount()Al Viro1-33/+36
2025-04-25umount: Allow superblock owners to force umountTrond Myklebust1-1/+2
2024-10-04mount: handle OOM on mnt_warn_timestamp_expiryOlaf Hering1-3/+11
2024-02-23fs: relax mount_setattr() permission checksChristian Brauner1-3/+8
2024-01-26fs: indicate request originates from old mount APIChristian Brauner1-0/+11
2023-06-26Merge tag 'v6.5/vfs.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-80/+371
2023-06-20fs: Provide helpers for manipulating sb->s_readonly_remountJan Kara1-9/+16
2023-05-19fs: allow to mount beneath top mountChristian Brauner1-48/+304
2023-05-19fs: use a for loop when locking a mountChristian Brauner1-21/+28
2023-05-19fs: properly document __lookup_mnt()Christian Brauner1-3/+19
2023-05-19fs: add path_mounted()Christian Brauner1-12/+24
2023-04-25Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+6
2023-04-24Merge tag 'v6.4/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-6/+3
2023-04-21build_mount_idmapped(): switch to fdget()Al Viro1-6/+6
2023-03-31fs: drop peer group ids under namespace lockChristian Brauner1-1/+1
2023-03-15fs/namespace: fnic: Switch to use %ptTdAndy Shevchenko1-6/+3
2023-02-25Merge branch 'work.namespace' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+14
2023-01-28ipc,namespace: batch free ipc_namespace structuresRik van Riel1-4/+14
2023-01-19fs: move mnt_idmapChristian Brauner1-90/+2
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner1-26/+0
2022-12-13Merge tag 'fs.idmapped.mnt_idmap.v6.2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-34/+142
2022-11-25copy_mnt_ns(): handle a corner case (overmounted mntns bindings) sanerAl Viro1-1/+2
2022-10-31fs: introduce dedicated idmap type for mountsChristian Brauner1-34/+142
2022-08-17fs: require CAP_SYS_ADMIN in target namespace for idmapped mountsSeth Forshee1-0/+7
2022-07-05switch try_to_unlazy_next() to __legitimize_mnt()Al Viro1-1/+1
2022-06-05Merge tag 'pull-18-rc1-work.mount' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2022-05-20uninline may_mount() and don't opencode it in fspick(2)/fsopen(2)Al Viro1-1/+1
2022-05-12fs: hold writers when changing mount's idmappingChristian Brauner1-2/+3
2022-04-21fs: unset MNT_WRITE_HOLD on failureChristian Brauner1-1/+13
2022-04-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-11/+12
2022-03-24Merge tag 'fs.rt.v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds1-2/+18
2022-03-24Merge tag 'fs.v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner...Linus Torvalds1-70/+78
2022-03-23mount: warn only once about timestamp range expirationAnthony Iliopoulos1-0/+2
2022-03-16mount_setattr(): clean the control flow and calling conventionsAl Viro1-42/+40
2022-02-14fs: clean up mount_setattr control flowChristian Brauner1-41/+43
2022-02-14fs: don't open-code mnt_hold_writers()Christian Brauner1-5/+2
2022-02-14fs: simplify check in mount_setattr_commit()Christian Brauner1-7/+2
2022-02-14fs: add mnt_allow_writers() and simplify mount_setattr_prepare()Christian Brauner1-6/+22
2022-02-14fs: add kernel doc for mnt_{hold,unhold}_writers()Christian Brauner1-0/+30
2022-02-14clean overflow checks in count_mounts() a bitAl Viro1-9/+10
2022-01-31constify struct path argument of finish_automount()/do_add_mount()Al Viro1-2/+2