aboutsummaryrefslogtreecommitdiff
path: root/fs/namespace.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-17BKL: remove extraneous #include <smp_lock.h>Gravatar Arnd Bergmann 1-1/+0
2010-10-25vfs: fix infinite loop caused by clone_mnt raceGravatar Miklos Szeredi 1-1/+1
2010-10-04BKL: Remove BKL from do_new_mount()Gravatar Jan Blunck 1-2/+0
2010-09-07VFS: Sanity check mount flags passed to change_mnt_propagation()Gravatar Valerie Aurora 1-1/+22
2010-08-18fs: brlock vfsmount_lockGravatar Nick Piggin 1-66/+111
2010-08-11vfs: remove unused MNT_STRICTATIMEGravatar Miklos Szeredi 1-1/+0
2010-08-11vfs: add helpers to get root and pwdGravatar Miklos Szeredi 1-4/+1
2010-08-10Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyGravatar Linus Torvalds 1-0/+5
2010-08-09Fix sget() race with failing mountGravatar Al Viro 1-1/+1
2010-07-28fsnotify: Infrastructure for per-mount watchesGravatar Andreas Gruenbacher 1-0/+1
2010-07-28fsnotify/vfsmount: add fsnotify fields to struct vfsmountGravatar Andreas Gruenbacher 1-0/+4
2010-05-18Merge branch 'next' into for-linusGravatar James Morris 1-13/+0
2010-05-15Fix the regression created by "set S_DEAD on unlink()..." commitGravatar Al Viro 1-3/+3
2010-04-12security: remove dead hook sb_post_pivotrootGravatar Eric Paris 1-1/+0
2010-04-12security: remove dead hook sb_post_addmountGravatar Eric Paris 1-2/+0
2010-04-12security: remove dead hook sb_post_remountGravatar Eric Paris 1-2/+0
2010-04-12security: remove dead hook sb_umount_busyGravatar Eric Paris 1-2/+0
2010-04-12security: remove dead hook sb_umount_closeGravatar Eric Paris 1-1/+0
2010-04-12security: remove sb_check_sb hooksGravatar Eric Paris 1-5/+0
2010-03-03vfs: add NOFOLLOW flag to umount(2)Gravatar Miklos Szeredi 1-1/+8
2010-03-03Mirror MS_KERNMOUNT in ->mnt_flagsGravatar Al Viro 1-1/+1
2010-03-03get rid of useless vfsmount_lock use in put_mnt_ns()Gravatar Al Viro 1-6/+2
2010-03-03take check for new events in namespace (guts of mounts_poll()) to namespace.cGravatar Al Viro 1-0/+15
2010-03-03new helper: iterate_mounts()Gravatar Al Viro 1-0/+15
2010-03-03VFS: Clean up shared mount flag propagationGravatar Valerie Aurora 1-1/+1
2010-03-03Kill CL_PROPAGATION, sanitize fs/pnode.c:get_source()Gravatar Al Viro 1-1/+1
2010-01-16do_add_mount() should sanitize mnt_flagsGravatar Al Viro 1-0/+2
2010-01-16mnt_flags fixes in do_remount()Gravatar Al Viro 1-1/+5
2010-01-16attach_recursive_mnt() needs to hold vfsmount_lock over set_mnt_shared()Gravatar Al Viro 1-2/+2
2010-01-16may_umount() needs namespace_semGravatar Al Viro 1-0/+2
2009-12-17Revert "fix mismerge with Trond's stuff (create_mnt_ns() export is gone now)"Gravatar Linus Torvalds 1-1/+2
2009-12-16fix mismerge with Trond's stuff (create_mnt_ns() export is gone now)Gravatar Al Viro 1-2/+1
2009-10-12LSM: Pass original mount flags to security_sb_mount().Gravatar Tetsuo Handa 1-10/+10
2009-09-24fs: fix overflow in sys_mount() for in-kernel callsGravatar Vegard Nossum 1-30/+47
2009-08-07vfs: mnt_want_write_file(): fix special file handlingGravatar OGAWA Hirofumi 1-1/+2
2009-07-08headers: mnt_namespace.h reduxGravatar Alexey Dobriyan 1-0/+1
2009-06-24... and the same for vfsmount id/mount group idGravatar Al Viro 1-4/+22
2009-06-24VFS: Switch init_mount_tree() to use the new create_mnt_ns() helperGravatar Trond Myklebust 1-9/+2
2009-06-22VFS: Add VFS helper functions for setting up private namespacesGravatar Trond Myklebust 1-8/+37
2009-06-22VFS: Uninline the function put_mnt_ns()Gravatar Trond Myklebust 1-2/+6
2009-06-11Push BKL down into do_remount_sb()Gravatar Al Viro 1-8/+2
2009-06-11Push BKL down beyond VFS-only parts of do_mount()Gravatar Al Viro 1-3/+6
2009-06-11Push BKL into do_mount()Gravatar Al Viro 1-2/+2
2009-06-11dcache: extrace and use d_unlinked()Gravatar Alexey Dobriyan 1-4/+4
2009-06-11fs: introduce mnt_clone_writeGravatar npiggin@suse.de 1-0/+40
2009-06-11fs: mnt_want_write speedupGravatar npiggin@suse.de 1-177/+91
2009-06-11switch lookup_mnt()Gravatar Al Viro 1-2/+2
2009-06-11switch follow_down()Gravatar Al Viro 1-2/+2
2009-06-11Switch collect_mounts() to struct pathGravatar Al Viro 1-2/+2
2009-06-11Don't bother with check_mnt() in do_add_mount() on shrinkable onesGravatar Al Viro 1-1/+1