summaryrefslogtreecommitdiffstats
path: root/fs/pnode.c
Commit message (Expand)AuthorAgeFilesLines
* mnt: Make propagate_umount less slow for overlapping mount propagation treesEric W. Biederman2017-05-231-1/+62
* mnt: In propgate_umount handle visiting mounts in any orderEric W. Biederman2017-05-231-58/+86
* mnt: In umount propagation reparent in a separate passEric W. Biederman2017-05-231-5/+30
* mnt: Tuck mounts under others instead of creating shadow/side mounts.Eric W. Biederman2017-02-041-12/+49
* reorganize do_make_slave()Al Viro2016-12-161-38/+36
* 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
* vfs: now it can be done - make mnt_parent point to struct mountAl Viro2012-01-031-8/+8
* vfs: mnt_parent moved to struct mountAl Viro2012-01-031-2/+2
* vfs: spread struct mount - is_path_reachableAl Viro2012-01-031-5/+5
* vfs: spread struct mount - do_umount/propagate_mount_busyAl Viro2012-01-031-8/+8
* vfs: spread struct mount mnt_set_mountpoint child argumentAl Viro2012-01-031-1/+1
* vfs: spread struct mount - clone_mnt/copy_tree argumentAl Viro2012-01-031-1/+1
* vfs: spread struct mount - umount_tree argumentAl Viro2012-01-031-1/+1
* vfs: the first spoils - mnt_hash movedAl Viro2012-01-031-5/+5
* vfs: spread struct mount - clone_mnt/copy_tree resultAl Viro2012-01-031-7/+8
OpenPOWER on IntegriCloud