aboutsummaryrefslogtreecommitdiffstats
path: root/fs/namespace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-08Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-42/+71
2025-06-07do_change_type(): refuse to operate on unmounted/not ours mountsAl Viro1-0/+4
2025-06-07clone_private_mnt(): make sure that caller has CAP_SYS_ADMIN in the right usernsAl Viro1-0/+3
2025-06-07do_move_mount(): split the checks in subtree-of-our-ns and entire-anon casesAl Viro1-21/+25
2025-06-07fs: allow clone_private_mount() for a path on real rootfsKONDO KAZUMA(近藤 和真)1-10/+11
2025-06-07fix propagation graph breakage by MOVE_MOUNT_SET_GROUP move_mount(2)Al Viro1-1/+1
2025-06-07path_overmount(): avoid false negativesAl Viro1-6/+13
2025-06-07fs/fhandle.c: fix a race in call of has_locked_children()Al Viro1-4/+14
2025-05-30Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-21/+3
2025-05-30Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-13/+2
2025-05-26Don't propagate mounts into detached treesAl Viro1-13/+2
2025-05-26Merge tag 'vfs-6.16-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-10/+33
2025-05-23statmount: update STATMOUNT_SUPPORTED macroDmitry V. Levin1-1/+3
2025-05-23->mnt_devname is never NULLAl Viro1-6/+7
2025-05-23mount: add a comment about concurrent changes with statmount()/listmount()Christian Brauner1-3/+23
2025-05-09fix IS_MNT_PROPAGATING usesAl Viro1-1/+2
2025-05-09do_move_mount(): don't leak MNTNS_PROPAGATING on failuresAl Viro1-3/+2
2025-05-09do_umount(): add missing barrier before refcount checks in sync caseAl Viro1-1/+2
2025-05-09__legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lockAl Viro1-5/+1
2025-05-06kill vfs_submount()Al Viro1-15/+0
2025-05-05saner calling conventions for ->d_automount()Al Viro1-6/+3
2025-04-23fix a couple of races in MNT_TREE_BENEATH handling by do_move_mount()Al Viro1-33/+36
2025-04-11fs: use namespace_{lock,unlock} in dissolve_on_fput()Jan Stancek1-1/+3
2025-04-11mount: ensure we don't pointlessly walk the mount treeChristian Brauner1-12/+18
2025-04-03fs: actually hold the namespace semaphoreChristian Brauner1-1/+2
2025-03-28fs: namespace: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-1/+3
2025-03-24Merge tag 'vfs-6.15-rc1.mount.namespace' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-60/+307
2025-03-24Merge tag 'vfs-6.15-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-122/+363
2025-03-19umount: Allow superblock owners to force umountTrond Myklebust1-1/+2
2025-03-04mount: handle mount propagation for detached mount treesChristian Brauner1-15/+27
2025-03-04fs: namespace: fix uninitialized variable useArnd Bergmann1-0/+2
2025-03-04fs: allow creating detached mounts from fsmount() file descriptorsChristian Brauner1-2/+7
2025-03-04fs: mount detached mounts onto detached mountsChristian Brauner1-2/+84
2025-03-04fs: support getname_maybe_null() in move_mount()Christian Brauner1-33/+60
2025-03-04fs: create detached mounts from detached mountsChristian Brauner1-1/+37
2025-03-04fs: add may_copy_tree()Christian Brauner1-7/+37
2025-03-04fs: add fastpath for dissolve_on_fput()Christian Brauner1-12/+47
2025-03-04fs: add assert for move_mount()Christian Brauner1-2/+5
2025-03-04fs: add mnt_ns_empty() helperChristian Brauner1-2/+2
2025-03-04fs: record sequence number of origin mount namespaceChristian Brauner1-2/+17
2025-02-12Merge patch series "fs: allow changing idmappings"Christian Brauner1-81/+171
2025-02-12fs: allow changing idmappingsChristian Brauner1-21/+32
2025-02-12fs: add kflags member to struct mount_kattrChristian Brauner1-8/+15
2025-02-12fs: add open_tree_attr()Christian Brauner1-0/+39
2025-02-12fs: add copy_mount_setattr() helperChristian Brauner1-33/+40
2025-02-12fs: add vfs_open_tree() helperChristian Brauner1-23/+26
2025-02-12statmount: add a new supported_mask fieldJeff Layton1-0/+23
2025-02-12statmount: allow to retrieve idmappingsChristian Brauner1-1/+58
2025-02-12fs: allow detached mounts in clone_private_mount()Christian Brauner1-35/+43
2025-02-07fs: fix adding security options to statmount.mnt_optMiklos Szeredi1-15/+14