aboutsummaryrefslogtreecommitdiff
path: root/fs/pnode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 4.9.337 into android-4.9-qGreg Kroah-Hartman2023-01-071-1/+1
|\
| * pnode: terminate at peers of sourceChristian Brauner2023-01-071-1/+1
* | Merge 4.9.221 into android-4.9-qGreg Kroah-Hartman2020-05-031-5/+4
|\|
| * propagate_one(): mnt_set_mountpoint() needs mount_lockAl Viro2020-05-021-5/+4
* | ANDROID: mnt: Propagate remount correctlyDaniel Rosenberg2019-01-191-26/+8
* | Merge 4.9.39 into android-4.9Greg Kroah-Hartman2017-07-211-49/+163
|\|
| * mnt: Make propagate_umount less slow for overlapping mount propagation treesEric W. Biederman2017-07-211-1/+62
| * mnt: In propgate_umount handle visiting mounts in any orderEric W. Biederman2017-07-211-60/+88
| * mnt: In umount propagation reparent in a separate passEric W. Biederman2017-07-211-5/+30
* | ANDROID: mnt: Fix next_descendentDaniel Rosenberg2017-05-291-3/+8
* | mnt: Tuck mounts under others instead of creating shadow/side mounts.Eric W. Biederman2017-03-151-12/+49
|\|
| * mnt: Tuck mounts under others instead of creating shadow/side mounts.Eric W. Biederman2017-03-151-12/+49
* | ANDROID: mnt: remount should propagate to slaves of slavesDaniel Rosenberg2017-01-311-6/+21
* | ANDROID: mnt: Add filesystem private data to mount pointsDaniel Rosenberg2017-01-311-0/+14
|/
* mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman2016-09-301-1/+1
* propogate_mnt: Handle the first propogated copy being a slaveEric W. Biederman2016-05-051-11/+14
* fs/pnode.c: treat zero mnt_group_id-s as unequalMaxim Patlasov2016-02-201-2/+7
* mnt: Don't propagate unmounts to locked mountsEric W. Biederman2015-04-021-3/+29
* mnt: On an unmount propagate clearing of MNT_LOCKEDEric W. Biederman2015-04-021-0/+20
* mnt: Delay removal from the mount hash.Eric W. Biederman2015-04-021-1/+0
* mnt: Add MNT_UMOUNT flagEric W. Biederman2015-04-021-0/+1
* mnt: In umount_tree reuse mnt_list instead of mnt_hashEric W. Biederman2015-04-021-3/+3
* mnt: Move the clear of MNT_LOCKED from copy_tree to it's callers.Eric W. Biederman2014-12-021-0/+1
* get rid of propagate_umount() mistakenly treating slaves as busy.Al Viro2014-08-301-0/+1
* smarter propagate_mnt()Al Viro2014-04-011-79/+119
* switch mnt_hash to hlistAl Viro2014-03-301-11/+15
* split __lookup_mnt() in two functionsAl Viro2013-10-241-3/+3
* new helpers: lock_mount_hash/unlock_mount_hashAl Viro2013-10-241-2/+2
* namespace.c: get rid of mnt_ghostsAl Viro2013-10-241-2/+1
* vfs: Fix invalid ida_remove() callTakashi Iwai2013-05-311-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-6/+4
|\
| * switch unlock_mount() to namespace_unlock(), convert all umount_tree() callersAl Viro2013-04-091-3/+1
| * get rid of full-hash scan on detaching vfsmountsAl Viro2013-04-091-3/+3
* | vfs: Carefully propogate mounts across user namespacesEric W. Biederman2013-03-271-0/+6
|/
* VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errorsDavid Howells2012-07-141-2/+3
* brlocks/lglocks: API cleanupsAndi Kleen2012-05-291-2/+2
* vfs: switch pnode.h macros to struct mount *Al Viro2012-01-031-3/+3
* vfs: move the rest of int fields to struct mountAl Viro2012-01-031-1/+1
* vfs: mnt_id/mnt_group_id movedAl Viro2012-01-031-2/+2
* vfs: mnt_ns moved to struct mountAl Viro2012-01-031-5/+5
* vfs: take mnt_share/mnt_slave/mnt_slave_list and mnt_expire to struct mountAl Viro2012-01-031-15/+15
* vfs: and now we can make ->mnt_master point to struct mountAl Viro2012-01-031-9/+9
* vfs: take mnt_master to struct mountAl Viro2012-01-031-13/+13
* vfs: spread struct mount - remaining argument of mnt_set_mountpoint()Al Viro2012-01-031-1/+1
* vfs: spread struct mount - propagate_mnt()Al Viro2012-01-031-6/+6
* vfs: spread struct mount - shared subtree iteratorsAl Viro2012-01-031-50/+47
* vfs: spread struct mount - get_dominating_id / do_make_slaveAl Viro2012-01-031-29/+29
* vfs: take mnt_child/mnt_mounts to struct mountAl Viro2012-01-031-3/+3
* vfs: spread struct mount - work with countersAl Viro2012-01-031-1/+1
* vfs: move mnt_mountpoint to struct mountAl Viro2012-01-031-2/+2