aboutsummaryrefslogtreecommitdiff
path: root/fs/pnode.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-18mounts: keep list of mounts in an rbtreeGravatar Miklos Szeredi 1-1/+1
2023-05-19fs: allow to mount beneath top mountGravatar Christian Brauner 1-1/+41
2023-04-06pnode: pass mountpoint directlyGravatar Christian Brauner 1-7/+5
2022-12-21pnode: terminate at peers of sourceGravatar Christian Brauner 1-1/+1
2020-04-27propagate_one(): mnt_set_mountpoint() needs mount_lockGravatar Al Viro 1-5/+4
2019-06-17fs/namespace: fix unprivileged mount propagationGravatar Christian Brauner 1-1/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 209Gravatar Thomas Gleixner 1-2/+1
2019-01-30separate copying and locking mount tree on cross-userns copiesGravatar Al Viro 1-5/+0
2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledGravatar David Howells 1-0/+1
2017-05-23mnt: Make propagate_umount less slow for overlapping mount propagation treesGravatar Eric W. Biederman 1-1/+62
2017-05-23mnt: In propgate_umount handle visiting mounts in any orderGravatar Eric W. Biederman 1-58/+86
2017-05-23mnt: In umount propagation reparent in a separate passGravatar Eric W. Biederman 1-5/+30
2017-02-04mnt: Tuck mounts under others instead of creating shadow/side mounts.Gravatar Eric W. Biederman 1-12/+49
2016-12-16reorganize do_make_slave()Gravatar Al Viro 1-38/+36
2016-09-30mnt: Add a per mount namespace limit on the number of mountsGravatar Eric W. Biederman 1-1/+1
2016-05-05propogate_mnt: Handle the first propogated copy being a slaveGravatar Eric W. Biederman 1-11/+14
2016-02-20fs/pnode.c: treat zero mnt_group_id-s as unequalGravatar Maxim Patlasov 1-2/+7
2015-04-02mnt: Don't propagate unmounts to locked mountsGravatar Eric W. Biederman 1-3/+29
2015-04-02mnt: On an unmount propagate clearing of MNT_LOCKEDGravatar Eric W. Biederman 1-0/+20
2015-04-02mnt: Delay removal from the mount hash.Gravatar Eric W. Biederman 1-1/+0
2015-04-02mnt: Add MNT_UMOUNT flagGravatar Eric W. Biederman 1-0/+1
2015-04-02mnt: In umount_tree reuse mnt_list instead of mnt_hashGravatar Eric W. Biederman 1-3/+3
2014-12-02mnt: Move the clear of MNT_LOCKED from copy_tree to it's callers.Gravatar Eric W. Biederman 1-0/+1
2014-08-30get rid of propagate_umount() mistakenly treating slaves as busy.Gravatar Al Viro 1-0/+1
2014-04-01smarter propagate_mnt()Gravatar Al Viro 1-79/+119
2014-03-30switch mnt_hash to hlistGravatar Al Viro 1-11/+15
2013-10-24split __lookup_mnt() in two functionsGravatar Al Viro 1-3/+3
2013-10-24new helpers: lock_mount_hash/unlock_mount_hashGravatar Al Viro 1-2/+2
2013-10-24namespace.c: get rid of mnt_ghostsGravatar Al Viro 1-2/+1
2013-05-31vfs: Fix invalid ida_remove() callGravatar Takashi Iwai 1-1/+2
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-6/+4
2013-04-09switch unlock_mount() to namespace_unlock(), convert all umount_tree() callersGravatar Al Viro 1-3/+1
2013-04-09get rid of full-hash scan on detaching vfsmountsGravatar Al Viro 1-3/+3
2013-03-27vfs: Carefully propogate mounts across user namespacesGravatar Eric W. Biederman 1-0/+6
2012-07-14VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errorsGravatar David Howells 1-2/+3
2012-05-29brlocks/lglocks: API cleanupsGravatar Andi Kleen 1-2/+2
2012-01-03vfs: switch pnode.h macros to struct mount *Gravatar Al Viro 1-3/+3
2012-01-03vfs: move the rest of int fields to struct mountGravatar Al Viro 1-1/+1
2012-01-03vfs: mnt_id/mnt_group_id movedGravatar Al Viro 1-2/+2
2012-01-03vfs: mnt_ns moved to struct mountGravatar Al Viro 1-5/+5
2012-01-03vfs: take mnt_share/mnt_slave/mnt_slave_list and mnt_expire to struct mountGravatar Al Viro 1-15/+15
2012-01-03vfs: and now we can make ->mnt_master point to struct mountGravatar Al Viro 1-9/+9
2012-01-03vfs: take mnt_master to struct mountGravatar Al Viro 1-13/+13
2012-01-03vfs: spread struct mount - remaining argument of mnt_set_mountpoint()Gravatar Al Viro 1-1/+1
2012-01-03vfs: spread struct mount - propagate_mnt()Gravatar Al Viro 1-6/+6
2012-01-03vfs: spread struct mount - shared subtree iteratorsGravatar Al Viro 1-50/+47
2012-01-03vfs: spread struct mount - get_dominating_id / do_make_slaveGravatar Al Viro 1-29/+29
2012-01-03vfs: take mnt_child/mnt_mounts to struct mountGravatar Al Viro 1-3/+3
2012-01-03vfs: spread struct mount - work with countersGravatar Al Viro 1-1/+1
2012-01-03vfs: move mnt_mountpoint to struct mountGravatar Al Viro 1-2/+2