summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-03-24Merge branch 'linux-linaro-lsk-v4.9' into amlogic-4.9-devVictor Wan399-2637/+4541
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
2015-07-23mnt: Clarify and correct the disconnect logic in umount_treeEric W. Biederman2-6/+31
2015-04-09mnt: Honor MNT_LOCKED when detaching mountsEric W. Biederman2-3/+28
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: In umount_tree reuse mnt_list instead of mnt_hashEric W. Biederman3-13/+15
2015-04-03mnt: Improve the umount_tree flagsEric W. Biederman2-16/+16
2014-04-02smarter propagate_mnt()Al Viro4-82/+133
2014-03-30switch mnt_hash to hlistAl Viro4-50/+61
2013-08-27vfs: Don't copy mount bind mounts of /proc/<pid>/ns/mnt between namespacesEric W. Biederman2-13/+38
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-11-19vfs: Only support slave subtrees across different user namespacesEric W. Biederman2-3/+9
2012-01-04vfs: switch pnode.h macros to struct mount *Al Viro3-29/+29
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 - get_dominating_id / do_make_slaveAl Viro3-31/+31
2012-01-04vfs: spread struct mount - work with countersAl Viro3-62/+66
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
2012-01-04vfs: spread struct mount mnt_set_mountpoint child argumentAl Viro3-7/+7
2012-01-04vfs: spread struct mount - clone_mnt/copy_tree argumentAl Viro3-32/+35
2012-01-04vfs: spread struct mount - umount_tree argumentAl Viro3-20/+20
2012-01-04vfs: spread struct mount - clone_mnt/copy_tree resultAl Viro3-26/+30
2012-01-04vfs: spread struct mount - change_mnt_propagation/set_mnt_sharedAl Viro3-14/+14
2012-01-04vfs: spread struct mount - mount group id handlingAl Viro3-20/+20
2012-01-04vfs: add missing parens in pnode.h macrosAl Viro1-5/+5
2012-01-04vfs: more mnt_parent cleanupsAl Viro4-55/+29
2012-01-04vfs: new internal helper: mnt_has_parent(mnt)Al Viro5-12/+18
2012-01-04trim fs/internal.hAl Viro5-28/+15
2010-03-03VFS: Clean up shared mount flag propagationValerie Aurora3-3/+12
2010-03-03Kill CL_PROPAGATION, sanitize fs/pnode.c:get_source()Al Viro3-14/+19
2008-04-23[patch 7/7] vfs: mountinfo: show dominating group idMiklos Szeredi4-2/+65
2008-04-22[PATCH] teach seq_file to discard entriesAl Viro3-4/+15
2007-10-21[PATCH] new helpers - collect_mounts() and release_collected_mounts()Al Viro3-1/+24
2006-12-08[PATCH] rename struct namespace to struct mnt_namespaceKirill Korotaev16-146/+148
2005-11-08[PATCH] unbindable mountsRam Pai5-26/+67
2005-11-08[PATCH] introduce slave mountsRam Pai5-4/+60
2005-11-08[PATCH] shared mounts handling: umountRam Pai5-20/+128
2005-11-08[PATCH] shared mount handling: bind and rbindRam Pai4-22/+204
2005-11-08[PATCH] introduce shared mountsRam Pai5-2/+21
2005-11-08[PATCH] beginning of the shared-subtree properRam Pai6-6/+62