summaryrefslogtreecommitdiff
path: root/fs/namespace.c
AgeCommit message (Expand)AuthorFilesLines
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-04fs: 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/linu...Linus Torvalds1-60/+307
2025-03-24Merge tag 'vfs-6.15-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus 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
2025-02-07statmount: let unset strings be emptyMiklos Szeredi1-9/+16
2025-02-05vfs: add notifications for mount attach and detachMiklos Szeredi1-1/+78
2025-02-05fanotify: notify on mount attach and detachMiklos Szeredi1-3/+11
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2025-01-20Merge tag 'vfs-6.14-rc1.mount.v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-76/+124
2025-01-20Merge tag 'vfs-6.14-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+8
2025-01-20Merge tag 'vfs-6.14-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-01-16fs: Fix return type of do_mount() from long to intSentaro Onizuka1-1/+1
2025-01-09Merge tag 'vfs-6.14-rc7.mount.fixes'Christian Brauner1-8/+6
2025-01-09fs: remove useless lockdep assertionChristian Brauner1-2/+0
2025-01-09fs: use xarray for old mount idChristian Brauner1-9/+10
2025-01-09fs: cache first and last mountChristian Brauner1-4/+13
2025-01-09fs: simplify rwlock to spinlockChristian Brauner1-9/+6
2025-01-09fs: lockless mntns lookup for nsfsChristian Brauner1-13/+29
2025-01-09fs: lockless mntns rbtree lookupChristian Brauner1-46/+70
2025-01-09fs: add mount namespace to rbtree lateChristian Brauner1-1/+1
2025-01-09mount: remove inlude/nospec.h includeChristian Brauner1-1/+0
2025-01-09fs: prepend statmount.mnt_opts string with security_sb_mnt_opts()Jeff Layton1-0/+4
2025-01-09fs: kill MNT_ONRBChristian Brauner1-8/+6
2024-12-22pidfs: allow bind-mountsChristian Brauner1-2/+8
2024-12-13fs: fix is_mnt_ns_file()Miklos Szeredi1-2/+8