summaryrefslogtreecommitdiffstats
path: root/fs/pnode.c
AgeCommit message (Expand)AuthorLines
2012-01-03vfs: switch pnode.h macros to struct mount *Al Viro-3/+3
2012-01-03vfs: move the rest of int fields to struct mountAl Viro-1/+1
2012-01-03vfs: mnt_id/mnt_group_id movedAl Viro-2/+2
2012-01-03vfs: mnt_ns moved to struct mountAl Viro-5/+5
2012-01-03vfs: take mnt_share/mnt_slave/mnt_slave_list and mnt_expire to struct mountAl Viro-15/+15
2012-01-03vfs: and now we can make ->mnt_master point to struct mountAl Viro-9/+9
2012-01-03vfs: take mnt_master to struct mountAl Viro-13/+13
2012-01-03vfs: spread struct mount - remaining argument of mnt_set_mountpoint()Al Viro-1/+1
2012-01-03vfs: spread struct mount - propagate_mnt()Al Viro-6/+6
2012-01-03vfs: spread struct mount - shared subtree iteratorsAl Viro-50/+47
2012-01-03vfs: spread struct mount - get_dominating_id / do_make_slaveAl Viro-29/+29
2012-01-03vfs: take mnt_child/mnt_mounts to struct mountAl Viro-3/+3
2012-01-03vfs: spread struct mount - work with countersAl Viro-1/+1
2012-01-03vfs: move mnt_mountpoint to struct mountAl Viro-2/+2
2012-01-03vfs: now it can be done - make mnt_parent point to struct mountAl Viro-8/+8
2012-01-03vfs: mnt_parent moved to struct mountAl Viro-2/+2
2012-01-03vfs: spread struct mount - is_path_reachableAl Viro-5/+5
2012-01-03vfs: spread struct mount - do_umount/propagate_mount_busyAl Viro-8/+8
2012-01-03vfs: spread struct mount mnt_set_mountpoint child argumentAl Viro-1/+1
2012-01-03vfs: spread struct mount - clone_mnt/copy_tree argumentAl Viro-1/+1
2012-01-03vfs: spread struct mount - umount_tree argumentAl Viro-1/+1
2012-01-03vfs: the first spoils - mnt_hash movedAl Viro-5/+5
2012-01-03vfs: spread struct mount - clone_mnt/copy_tree resultAl Viro-7/+8
2012-01-03vfs: spread struct mount - change_mnt_propagation/set_mnt_sharedAl Viro-6/+6
2012-01-03vfs: spread struct mount - mount group id handlingAl Viro-1/+1
2012-01-03vfs: spread struct mount - __propagate_umount() argumentAl Viro-7/+7
2012-01-03vfs: spread struct mount - __lookup_mnt() resultAl Viro-6/+7
2012-01-03vfs: more mnt_parent cleanupsAl Viro-15/+0
2012-01-03vfs: new internal helper: mnt_has_parent(mnt)Al Viro-1/+1
2011-01-07fs: scale mntget/mntputNick Piggin-2/+2
2010-08-18fs: brlock vfsmount_lockNick Piggin-2/+9
2010-03-03Kill CL_PROPAGATION, sanitize fs/pnode.c:get_source()Al Viro-11/+17
2008-04-23[patch 7/7] vfs: mountinfo: show dominating group idMiklos Szeredi-0/+51
2008-04-23[patch 4/7] vfs: mountinfo: add mount peer group IDMiklos Szeredi-1/+4
2008-04-21[PATCH] umount_tree() will unhash everything itselfAl Viro-2/+1
2008-04-21[PATCH] move a bunch of declarations to fs/internal.hAl Viro-0/+1
2008-03-27[PATCH] count ghost references to vfsmountsAl Viro-1/+1
2008-02-06MNT_UNBINDABLE fixAndries E. Brouwer-0/+2
2007-05-08Introduce a handy list_first_entry macroPavel Emelianov-1/+1
2006-12-08[PATCH] rename struct namespace to struct mnt_namespaceKirill Korotaev-1/+1
2006-06-26[PATCH] core: use list_move()Akinobu Mita-6/+3
2006-03-24[PATCH] s/;;/;/gAlexey Dobriyan-1/+1
2006-01-08[PATCH] shared mounts: cleanupMiklos Szeredi-1/+1
2005-11-07[PATCH] unbindable mountsRam Pai-0/+2
2005-11-07[PATCH] handling of slave mountsRam Pai-9/+72
2005-11-07[PATCH] introduce slave mountsRam Pai-3/+51
2005-11-07[PATCH] shared mounts handling: umountRam Pai-1/+86
2005-11-07[PATCH] shared mount handling: bind and rbindRam Pai-1/+80
2005-11-07[PATCH] introduce shared mountsRam Pai-1/+12
2005-11-07[PATCH] beginning of the shared-subtree properRam Pai-0/+17