summaryrefslogtreecommitdiff
path: root/fs/pnode.c
AgeCommit message (Expand)AuthorLines
2016-09-30mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman-1/+1
2016-05-05propogate_mnt: Handle the first propogated copy being a slaveEric W. Biederman-11/+14
2016-02-20fs/pnode.c: treat zero mnt_group_id-s as unequalMaxim Patlasov-2/+7
2015-04-02mnt: Don't propagate unmounts to locked mountsEric W. Biederman-3/+29
2015-04-02mnt: On an unmount propagate clearing of MNT_LOCKEDEric W. Biederman-0/+20
2015-04-02mnt: Delay removal from the mount hash.Eric W. Biederman-1/+0
2015-04-02mnt: Add MNT_UMOUNT flagEric W. Biederman-0/+1
2015-04-02mnt: In umount_tree reuse mnt_list instead of mnt_hashEric W. Biederman-3/+3
2014-12-02mnt: Move the clear of MNT_LOCKED from copy_tree to it's callers.Eric W. Biederman-0/+1
2014-08-30get rid of propagate_umount() mistakenly treating slaves as busy.Al Viro-0/+1
2014-04-01smarter propagate_mnt()Al Viro-79/+119
2014-03-30switch mnt_hash to hlistAl Viro-11/+15
2013-10-24split __lookup_mnt() in two functionsAl Viro-3/+3
2013-10-24new helpers: lock_mount_hash/unlock_mount_hashAl Viro-2/+2
2013-10-24namespace.c: get rid of mnt_ghostsAl Viro-2/+1
2013-05-31vfs: Fix invalid ida_remove() callTakashi Iwai-1/+2
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-6/+4
2013-04-09switch unlock_mount() to namespace_unlock(), convert all umount_tree() callersAl Viro-3/+1
2013-04-09get rid of full-hash scan on detaching vfsmountsAl Viro-3/+3
2013-03-27vfs: Carefully propogate mounts across user namespacesEric W. Biederman-0/+6
2012-07-14VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errorsDavid Howells-2/+3
2012-05-29brlocks/lglocks: API cleanupsAndi Kleen-2/+2
2012-01-03vfs: switch pnode.h macros to struct mount *Al Viro-3/+3
2012-01-03vfs: move the rest of int fields to struct mountAl Viro-1/+1
2012-01-03vfs: mnt_id/mnt_group_id movedAl Viro-2/+2
2012-01-03vfs: mnt_ns moved to struct mountAl Viro-5/+5
2012-01-03vfs: take mnt_share/mnt_slave/mnt_slave_list and mnt_expire to struct mountAl Viro-15/+15
2012-01-03vfs: and now we can make ->mnt_master point to struct mountAl Viro-9/+9
2012-01-03vfs: take mnt_master to struct mountAl Viro-13/+13
2012-01-03vfs: spread struct mount - remaining argument of mnt_set_mountpoint()Al Viro-1/+1
2012-01-03vfs: spread struct mount - propagate_mnt()Al Viro-6/+6
2012-01-03vfs: spread struct mount - shared subtree iteratorsAl Viro-50/+47
2012-01-03vfs: spread struct mount - get_dominating_id / do_make_slaveAl Viro-29/+29
2012-01-03vfs: take mnt_child/mnt_mounts to struct mountAl Viro-3/+3
2012-01-03vfs: spread struct mount - work with countersAl Viro-1/+1
2012-01-03vfs: move mnt_mountpoint to struct mountAl Viro-2/+2
2012-01-03vfs: now it can be done - make mnt_parent point to struct mountAl Viro-8/+8
2012-01-03vfs: mnt_parent moved to struct mountAl Viro-2/+2
2012-01-03vfs: spread struct mount - is_path_reachableAl Viro-5/+5
2012-01-03vfs: spread struct mount - do_umount/propagate_mount_busyAl Viro-8/+8
2012-01-03vfs: spread struct mount mnt_set_mountpoint child argumentAl Viro-1/+1
2012-01-03vfs: spread struct mount - clone_mnt/copy_tree argumentAl Viro-1/+1
2012-01-03vfs: spread struct mount - umount_tree argumentAl Viro-1/+1
2012-01-03vfs: the first spoils - mnt_hash movedAl Viro-5/+5
2012-01-03vfs: spread struct mount - clone_mnt/copy_tree resultAl Viro-7/+8
2012-01-03vfs: spread struct mount - change_mnt_propagation/set_mnt_sharedAl Viro-6/+6
2012-01-03vfs: spread struct mount - mount group id handlingAl Viro-1/+1
2012-01-03vfs: spread struct mount - __propagate_umount() argumentAl Viro-7/+7
2012-01-03vfs: spread struct mount - __lookup_mnt() resultAl Viro-6/+7
2012-01-03vfs: more mnt_parent cleanupsAl Viro-15/+0