aboutsummaryrefslogtreecommitdiffstats
path: root/fs/namespace.c
Commit message (Expand)AuthorAgeFilesLines
* vfs: umount_tree() might be called on subtree that had never made itAl Viro2012-06-101-1/+2
* fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIAl Viro2011-12-211-9/+11
* VFS: Fix the remaining automounter semantics regressionsTrond Myklebust2011-11-111-1/+1
* vfs: add "device" tag to /proc/self/mountstatsBryan Schumaker2011-11-111-0/+1
* fs/namespace.c: bound mount propagation fixRoman Borisov2011-05-261-1/+1
* Revert "vfs: Export file system uuid via /proc/<pid>/mountinfo"Linus Torvalds2011-04-121-16/+0
* fs: use appropriate printk priority levelsMandeep Singh Baines2011-03-221-1/+1
* change the locking order for namespace_semAl Viro2011-03-181-60/+73
* fix deadlock in pivot_root()Al Viro2011-03-181-11/+5
* vfs: split off vfsmount-related parts of vfs_kern_mount()Al Viro2011-03-171-40/+113
* kill simple_set_mnt()Al Viro2011-03-171-8/+0
* Merge branch 'mnt_devname' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2011-03-161-9/+30
|\
| * vfs: new superblock methods to override /proc/*/mount{s,info}Al Viro2011-03-161-9/+30
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-03-161-0/+4
|\ \ | |/ |/|
| * Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2011-03-081-0/+4
| |\
| | * LSM: Pass -o remount options to the LSMEric Paris2011-03-031-0/+4
* | | vfs: Export file system uuid via /proc/<pid>/mountinfoAneesh Kumar K.V2011-03-151-0/+16
|/ /
* | Unlock vfsmount_lock in do_umountJ. R. Okajima2011-02-241-1/+1
* | tidy up around finish_automount()Al Viro2011-01-171-28/+18
* | don't drop newmnt on error in do_add_mount()Al Viro2011-01-171-11/+5
* | Take the completion of automount into new helperAl Viro2011-01-171-0/+33
* | VFS: Fix UP compile error in fs/namespace.cAl Viro2011-01-161-7/+24
* | sanitize vfsmount refcounting changesAl Viro2011-01-161-73/+43
* | fix old umount_tree() breakageAl Viro2011-01-161-3/+5
* | Unexport do_add_mount() and add in follow_automount(), not ->d_automount()David Howells2011-01-151-8/+33
* | Add a dentry op to allow processes to be held during pathwalk transitDavid Howells2011-01-151-6/+8
|/
* fs: scale mntget/mntputNick Piggin2011-01-071-43/+199
* fs: rename vfsmount counter helpersNick Piggin2011-01-071-11/+11
* fs: dcache remove d_mountedNick Piggin2011-01-071-3/+26
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* vfs: fix infinite loop caused by clone_mnt raceMiklos Szeredi2010-10-251-1/+1
* BKL: Remove BKL from do_new_mount()Jan Blunck2010-10-041-2/+0
* VFS: Sanity check mount flags passed to change_mnt_propagation()Valerie Aurora2010-09-071-1/+22
* fs: brlock vfsmount_lockNick Piggin2010-08-181-66/+111
* vfs: remove unused MNT_STRICTATIMEMiklos Szeredi2010-08-111-1/+0
* vfs: add helpers to get root and pwdMiklos Szeredi2010-08-111-4/+1
* Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2010-08-101-0/+5
|\
| * fsnotify: Infrastructure for per-mount watchesAndreas Gruenbacher2010-07-281-0/+1
| * fsnotify/vfsmount: add fsnotify fields to struct vfsmountAndreas Gruenbacher2010-07-281-0/+4
* | Fix sget() race with failing mountAl Viro2010-08-091-1/+1
|/
* Merge branch 'next' into for-linusJames Morris2010-05-181-13/+0
|\
| * security: remove dead hook sb_post_pivotrootEric Paris2010-04-121-1/+0
| * security: remove dead hook sb_post_addmountEric Paris2010-04-121-2/+0
| * security: remove dead hook sb_post_remountEric Paris2010-04-121-2/+0
| * security: remove dead hook sb_umount_busyEric Paris2010-04-121-2/+0
| * security: remove dead hook sb_umount_closeEric Paris2010-04-121-1/+0
| * security: remove sb_check_sb hooksEric Paris2010-04-121-5/+0
* | Fix the regression created by "set S_DEAD on unlink()..." commitAl Viro2010-05-151-3/+3
|/
* vfs: add NOFOLLOW flag to umount(2)Miklos Szeredi2010-03-031-1/+8
* Mirror MS_KERNMOUNT in ->mnt_flagsAl Viro2010-03-031-1/+1