summaryrefslogtreecommitdiff
path: root/fs/pnode.c (follow)
Commit message (Expand)AuthorAge
* ANDROID: mnt: Propagate remount correctlyDaniel Rosenberg2020-05-03
* Merge 4.4.221 into android-4.4-pGreg Kroah-Hartman2020-05-02
|\
| * propagate_one(): mnt_set_mountpoint() needs mount_lockAl Viro2020-05-02
* | Merge 4.4.78 into android-4.4Greg Kroah-Hartman2017-07-21
|\|
| * mnt: Make propagate_umount less slow for overlapping mount propagation treesEric W. Biederman2017-07-21
| * mnt: In propgate_umount handle visiting mounts in any orderEric W. Biederman2017-07-21
| * mnt: In umount propagation reparent in a separate passEric W. Biederman2017-07-21
* | ANDROID: mnt: Fix next_descendentDaniel Rosenberg2017-05-29
* | Merge 4.4.65 into android-4.4Greg Kroah-Hartman2017-04-30
|\|
| * mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman2017-04-30
* | mnt: Tuck mounts under others instead of creating shadow/side mounts.Eric W. Biederman2017-03-15
|\|
| * mnt: Tuck mounts under others instead of creating shadow/side mounts.Eric W. Biederman2017-03-15
* | Merge remote-tracking branch 'common/android-4.4' into android-4.4.yDmitry Shmidt2017-02-15
|\ \ | |/ |/|
| * ANDROID: mnt: remount should propagate to slaves of slavesDaniel Rosenberg2017-01-26
| * ANDROID: mnt: Add filesystem private data to mount pointsDaniel Rosenberg2017-01-26
* | propogate_mnt: Handle the first propogated copy being a slaveEric W. Biederman2016-05-11
* | fs/pnode.c: treat zero mnt_group_id-s as unequalMaxim Patlasov2016-05-11
|/
* mnt: Don't propagate unmounts to locked mountsEric W. Biederman2015-04-02
* mnt: On an unmount propagate clearing of MNT_LOCKEDEric W. Biederman2015-04-02
* mnt: Delay removal from the mount hash.Eric W. Biederman2015-04-02
* mnt: Add MNT_UMOUNT flagEric W. Biederman2015-04-02
* mnt: In umount_tree reuse mnt_list instead of mnt_hashEric W. Biederman2015-04-02
* mnt: Move the clear of MNT_LOCKED from copy_tree to it's callers.Eric W. Biederman2014-12-02
* get rid of propagate_umount() mistakenly treating slaves as busy.Al Viro2014-08-30
* smarter propagate_mnt()Al Viro2014-04-01
* switch mnt_hash to hlistAl Viro2014-03-30
* split __lookup_mnt() in two functionsAl Viro2013-10-24
* new helpers: lock_mount_hash/unlock_mount_hashAl Viro2013-10-24
* namespace.c: get rid of mnt_ghostsAl Viro2013-10-24
* vfs: Fix invalid ida_remove() callTakashi Iwai2013-05-31
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-01
|\
| * switch unlock_mount() to namespace_unlock(), convert all umount_tree() callersAl Viro2013-04-09
| * get rid of full-hash scan on detaching vfsmountsAl Viro2013-04-09
* | vfs: Carefully propogate mounts across user namespacesEric W. Biederman2013-03-27
|/
* VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errorsDavid Howells2012-07-14
* brlocks/lglocks: API cleanupsAndi Kleen2012-05-29
* vfs: switch pnode.h macros to struct mount *Al Viro2012-01-03
* vfs: move the rest of int fields to struct mountAl Viro2012-01-03
* vfs: mnt_id/mnt_group_id movedAl Viro2012-01-03
* vfs: mnt_ns moved to struct mountAl Viro2012-01-03
* vfs: take mnt_share/mnt_slave/mnt_slave_list and mnt_expire to struct mountAl Viro2012-01-03
* vfs: and now we can make ->mnt_master point to struct mountAl Viro2012-01-03
* vfs: take mnt_master to struct mountAl Viro2012-01-03
* vfs: spread struct mount - remaining argument of mnt_set_mountpoint()Al Viro2012-01-03
* vfs: spread struct mount - propagate_mnt()Al Viro2012-01-03
* vfs: spread struct mount - shared subtree iteratorsAl Viro2012-01-03
* vfs: spread struct mount - get_dominating_id / do_make_slaveAl Viro2012-01-03
* vfs: take mnt_child/mnt_mounts to struct mountAl Viro2012-01-03
* vfs: spread struct mount - work with countersAl Viro2012-01-03
* vfs: move mnt_mountpoint to struct mountAl Viro2012-01-03