summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-01-19ANDROID: mnt: Propagate remount correctlyDaniel Rosenberg1-26/+8
2017-07-21Merge 4.9.39 into android-4.9Greg Kroah-Hartman81-354/+655
2017-07-21mnt: Make propagate_umount less slow for overlapping mount propagation treesEric W. Biederman1-1/+62
2017-07-21mnt: In propgate_umount handle visiting mounts in any orderEric W. Biederman3-62/+90
2017-07-21mnt: In umount propagation reparent in a separate passEric W. Biederman3-5/+32
2017-05-30ANDROID: mnt: Fix next_descendentDaniel Rosenberg1-3/+8
2017-03-15mnt: Tuck mounts under others instead of creating shadow/side mounts.Eric W. Biederman4-63/+111
2017-03-15mnt: Tuck mounts under others instead of creating shadow/side mounts.Eric W. Biederman4-63/+111
2017-01-31ANDROID: mnt: remount should propagate to slaves of slavesDaniel Rosenberg2-7/+22
2017-01-31ANDROID: mnt: Add filesystem private data to mount pointsDaniel Rosenberg5-1/+46
2016-09-30mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman7-2/+70
2016-05-05propogate_mnt: Handle the first propogated copy being a slaveEric W. Biederman1-11/+14
2016-02-20fs/pnode.c: treat zero mnt_group_id-s as unequalMaxim Patlasov1-2/+7
2015-04-03mnt: Don't propagate unmounts to locked mountsEric W. Biederman2-3/+30
2015-04-03mnt: On an unmount propagate clearing of MNT_LOCKEDEric W. Biederman3-0/+24
2015-04-03mnt: Delay removal from the mount hash.Eric W. Biederman2-6/+8
2015-04-03mnt: Add MNT_UMOUNT flagEric W. Biederman3-1/+5
2015-04-03mnt: In umount_tree reuse mnt_list instead of mnt_hashEric W. Biederman3-13/+15
2014-12-02mnt: Move the clear of MNT_LOCKED from copy_tree to it's callers.Eric W. Biederman2-1/+1
2014-08-30get rid of propagate_umount() mistakenly treating slaves as busy.Al Viro2-1/+4
2014-04-02smarter propagate_mnt()Al Viro4-82/+133
2014-03-30switch mnt_hash to hlistAl Viro4-50/+61
2013-10-25split __lookup_mnt() in two functionsAl Viro4-25/+30
2013-10-25new helpers: lock_mount_hash/unlock_mount_hashAl Viro5-54/+64
2013-10-25namespace.c: get rid of mnt_ghostsAl Viro3-18/+9
2013-05-31vfs: Fix invalid ida_remove() callTakashi Iwai1-1/+2
2013-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds385-14539/+7395
2013-04-09switch unlock_mount() to namespace_unlock(), convert all umount_tree() callersAl Viro3-24/+16
2013-04-09get rid of full-hash scan on detaching vfsmountsAl Viro4-97/+149
2013-03-27vfs: Carefully propogate mounts across user namespacesEric W. Biederman3-1/+12
2012-07-14VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errorsDavid Howells3-62/+73
2012-05-30brlocks/lglocks: API cleanupsAndi Kleen6-95/+96
2012-01-04vfs: switch pnode.h macros to struct mount *Al Viro3-29/+29
2012-01-04vfs: move the rest of int fields to struct mountAl Viro4-19/+21
2012-01-04vfs: mnt_id/mnt_group_id movedAl Viro5-20/+22
2012-01-04vfs: mnt_ns moved to struct mountAl Viro5-29/+30
2012-01-04vfs: take mnt_share/mnt_slave/mnt_slave_list and mnt_expire to struct mountAl Viro4-40/+41
2012-01-04vfs: and now we can make ->mnt_master point to struct mountAl Viro3-12/+12
2012-01-04vfs: take mnt_master to struct mountAl Viro4-19/+20
2012-01-04vfs: spread struct mount - remaining argument of mnt_set_mountpoint()Al Viro3-6/+6
2012-01-04vfs: spread struct mount - propagate_mnt()Al Viro3-13/+13
2012-01-04vfs: spread struct mount - shared subtree iteratorsAl Viro1-50/+47
2012-01-04vfs: spread struct mount - get_dominating_id / do_make_slaveAl Viro3-31/+31
2012-01-04vfs: take mnt_child/mnt_mounts to struct mountAl Viro4-26/+26
2012-01-04vfs: spread struct mount - work with countersAl Viro3-62/+66
2012-01-04vfs: move mnt_mountpoint to struct mountAl Viro6-24/+23
2012-01-04vfs: now it can be done - make mnt_parent point to struct mountAl Viro5-50/+53
2012-01-04vfs: mnt_parent moved to struct mountAl Viro6-29/+30
2012-01-04vfs: spread struct mount - is_path_reachableAl Viro3-13/+13
2012-01-04vfs: spread struct mount - do_umount/propagate_mount_busyAl Viro3-23/+23
[next]