aboutsummaryrefslogtreecommitdiffstats
path: root/fs/namespace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-03vfs: spread struct mount - remaining argument of mnt_set_mountpoint()Al Viro1-4/+4
2012-01-03vfs: spread struct mount - propagate_mnt()Al Viro1-6/+6
2012-01-03vfs: spread struct mount - get_dominating_id / do_make_slaveAl Viro1-1/+1
2012-01-03vfs: take mnt_child/mnt_mounts to struct mountAl Viro1-21/+21
2012-01-03vfs: all counters taken to struct mountAl Viro1-20/+20
2012-01-03vfs: spread struct mount - work with countersAl Viro1-60/+64
2012-01-03vfs: move mnt_mountpoint to struct mountAl Viro1-18/+17
2012-01-03vfs: now it can be done - make mnt_parent point to struct mountAl Viro1-26/+26
2012-01-03vfs: mnt_parent moved to struct mountAl Viro1-22/+23
2012-01-03vfs: spread struct mount - is_path_reachableAl Viro1-7/+7
2012-01-03vfs: spread struct mount - mnt_has_parentAl Viro1-9/+9
2012-01-03vfs: spread struct mount - do_umount/propagate_mount_busyAl Viro1-14/+14
2012-01-03vfs: spread struct mount mnt_set_mountpoint child argumentAl Viro1-5/+5
2012-01-03vfs: spread struct mount - clone_mnt/copy_tree argumentAl Viro1-30/+33
2012-01-03vfs: spread struct mount - shrink_submounts/select_submountsAl Viro1-14/+14
2012-01-03vfs: spread struct mount - umount_tree argumentAl Viro1-18/+18
2012-01-03vfs: the first spoils - mnt_hash movedAl Viro1-12/+12
2012-01-03vfs: spread struct mount to remaining users of ->mnt_hashAl Viro1-13/+13
2012-01-03vfs: spread struct mount - clone_mnt/copy_tree resultAl Viro1-18/+21
2012-01-03vfs: spread struct mount - change_mnt_propagation/set_mnt_sharedAl Viro1-4/+4
2012-01-03vfs: spread struct mount - alloc_vfsmnt/free_vfsmnt/mnt_alloc_id/mnt_free_idAl Viro1-41/+40
2012-01-03vfs: spread struct mount - tree_contains_unbindableAl Viro1-3/+3
2012-01-03vfs: spread struct mount - attach_recursive_mntAl Viro1-11/+14
2012-01-03vfs: spread struct mount - mount group id handlingAl Viro1-18/+18
2012-01-03vfs: spread struct mount - commit_treeAl Viro1-9/+9
2012-01-03vfs: spread struct mount - attach_mnt/detach_mntAl Viro1-19/+22
2012-01-03vfs: spread struct mount - namespace.c internal iteratorsAl Viro1-71/+74
2012-01-03vfs: spread struct mount - __lookup_mnt() resultAl Viro1-9/+14
2012-01-03vfs: start hiding vfsmount guts seriesAl Viro1-8/+10
2012-01-03vfs: mnt_drop_write_file()Al Viro1-0/+6
2012-01-03vfs: make do_kern_mount() staticAl Viro1-2/+1
2012-01-03vfs: dentry_reset_mounted() doesn't use vfsmount argumentAl Viro1-3/+3
2012-01-03unexport put_mnt_ns(), make create_mnt_ns() static outrightAl Viro1-3/+1
2012-01-03vfs: more mnt_parent cleanupsAl Viro1-15/+27
2012-01-03vfs: new internal helper: mnt_has_parent(mnt)Al Viro1-7/+7
2012-01-03vfs: kill pointless helpers in namespace.cAl Viro1-30/+5
2011-12-06fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIAl Viro1-9/+11
2011-11-22mount_subtree() pointless use-after-freeAl Viro1-2/+4
2011-11-16new helper: mount_subtree()Al Viro1-0/+28
2011-11-16switch create_mnt_ns() to saner calling conventions, fix double mntput() in nfsAl Viro1-0/+2
2011-11-13Merge branch 'master' into for-nextJiri Kosina1-0/+1
2011-10-29namespace: mnt_want_write: Remove unused label 'out'Kautuk Consul1-2/+0
2011-10-28vfs: add "device" tag to /proc/self/mountstatsBryan Schumaker1-0/+1
2011-09-26VFS: Fix the remaining automounter semantics regressionsTrond Myklebust1-1/+1
2011-07-24VFS : mount lock scalability for internal mountsTim Chen1-1/+20
2011-07-20fs: seq_file - add event counter to simplify poll() supportKay Sievers1-2/+2
2011-05-26fs/namespace.c: bound mount propagation fixRoman Borisov1-1/+1
2011-04-12Revert "vfs: Export file system uuid via /proc/<pid>/mountinfo"Linus Torvalds1-16/+0
2011-03-22fs: use appropriate printk priority levelsMandeep Singh Baines1-1/+1
2011-03-18change the locking order for namespace_semAl Viro1-60/+73