summaryrefslogtreecommitdiffstats
path: root/fs/pnode.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* vfs: spread struct mount - change_mnt_propagation/set_mnt_sharedAl Viro2012-01-031-6/+6
* vfs: spread struct mount - mount group id handlingAl Viro2012-01-031-1/+1
* vfs: spread struct mount - __propagate_umount() argumentAl Viro2012-01-031-7/+7
* vfs: spread struct mount - __lookup_mnt() resultAl Viro2012-01-031-6/+7
* vfs: more mnt_parent cleanupsAl Viro2012-01-031-15/+0
* vfs: new internal helper: mnt_has_parent(mnt)Al Viro2012-01-031-1/+1
* fs: scale mntget/mntputNick Piggin2011-01-071-2/+2
* fs: brlock vfsmount_lockNick Piggin2010-08-181-2/+9
* Kill CL_PROPAGATION, sanitize fs/pnode.c:get_source()Al Viro2010-03-031-11/+17
* [patch 7/7] vfs: mountinfo: show dominating group idMiklos Szeredi2008-04-231-0/+51
* [patch 4/7] vfs: mountinfo: add mount peer group IDMiklos Szeredi2008-04-231-1/+4
* [PATCH] umount_tree() will unhash everything itselfAl Viro2008-04-211-2/+1
* [PATCH] move a bunch of declarations to fs/internal.hAl Viro2008-04-211-0/+1
* [PATCH] count ghost references to vfsmountsAl Viro2008-03-271-1/+1
* MNT_UNBINDABLE fixAndries E. Brouwer2008-02-061-0/+2
* Introduce a handy list_first_entry macroPavel Emelianov2007-05-081-1/+1
* [PATCH] rename struct namespace to struct mnt_namespaceKirill Korotaev2006-12-081-1/+1
* [PATCH] core: use list_move()Akinobu Mita2006-06-261-6/+3
* [PATCH] s/;;/;/gAlexey Dobriyan2006-03-241-1/+1
* [PATCH] shared mounts: cleanupMiklos Szeredi2006-01-081-1/+1