aboutsummaryrefslogtreecommitdiff
path: root/fs/namespace.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-09Fix races around the access to ->s_optionsGravatar Al Viro 1-3/+18
2009-05-09vfs: umount_begin BKL pushdownGravatar Alessio Igor Bogani 1-2/+0
2009-04-20Touch all affected namespaces on propagation of mountGravatar Al Viro 1-1/+1
2009-04-19Don't set relatime when noatime is specifiedGravatar Andi Kleen 1-2/+3
2009-03-31Get rid of indirect include of fs_struct.hGravatar Al Viro 1-0/+1
2009-03-31Take fs_struct handling to new file (fs/fs_struct.c)Gravatar Al Viro 1-68/+0
2009-03-31Get rid of bumping fs_struct refcount in pivot_root(2)Gravatar Al Viro 1-9/+17
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+1
2009-03-27vfs: simple_set_mnt() should return voidGravatar Sukadev Bhattiprolu 1-2/+1
2009-03-26Make relatime defaultGravatar Matthew Garrett 1-2/+3
2009-03-26Add a strictatime mount optionGravatar Matthew Garrett 1-1/+5
2009-02-17Fix incomplete __mntput lockingGravatar Al Viro 1-2/+4
2009-01-14[CVE-2009-0029] System call wrappers part 14Gravatar Heiko Carstens 1-2/+2
2009-01-14[CVE-2009-0029] System call wrappers part 10Gravatar Heiko Carstens 1-5/+4
2008-12-31fs/namespace.c: drop code after returnGravatar Julia Lawall 1-1/+1
2008-11-14Merge branch 'master' into nextGravatar James Morris 1-2/+2
2008-11-14CRED: Wrap task credential accesses in the filesystem subsystemGravatar David Howells 1-1/+1
2008-11-12vfs: fix shrink_submountsGravatar Eric W. Biederman 1-2/+2
2008-10-23[RFC PATCH] touch_mnt_namespace when the mount flags changeGravatar Dan Williams 1-1/+6