aboutsummaryrefslogtreecommitdiff
path: root/fs/namespace.c
AgeCommit message (Expand)Author
2013-09-08rename user_path_umountat() to user_path_mountpoint_at()Al Viro
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-09-05vfs: check unlinked ancestors before mountMiklos Szeredi
2013-09-03vfs: allow umount to handle mountpoints without revalidating themJeff Layton
2013-08-30userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman
2013-08-26userns: Better restrictions on when proc and sysfs can be mountedEric W. Biederman
2013-08-26vfs: Don't copy mount bind mounts of /proc/<pid>/ns/mnt between namespacesEric W. Biederman
2013-08-24VFS: collect_mounts() should return an ERR_PTRDan Carpenter
2013-07-24vfs: Lock in place mounts from more privileged usersEric W. Biederman
2013-05-04create_mnt_ns: unidiomatic use of list_add()Al Viro
2013-05-04do_mount(): fix a leak introduced in 3.9 ("mount: consolidate permission chec...Al Viro
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells
2013-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-09fold release_mounts() into namespace_unlock()Al Viro
2013-04-09switch unlock_mount() to namespace_unlock(), convert all umount_tree() callersAl Viro
2013-04-09more conversions to namespace_unlock()Al Viro
2013-04-09get rid of the second argument of shrink_submounts()Al Viro
2013-04-09saner umount_tree()/release_mounts(), part 1Al Viro
2013-04-09get rid of full-hash scan on detaching vfsmountsAl Viro
2013-04-09mnt: release locks on error path in do_loopbackAndrey Vagin
2013-03-27userns: Restrict when proc and sysfs can be mountedEric W. Biederman
2013-03-27vfs: Carefully propogate mounts across user namespacesEric W. Biederman
2013-03-27vfs: Add a mount flag to lock read only bind mountsEric W. Biederman
2013-03-27userns: Don't allow creation if the user is chrootedEric W. Biederman
2013-02-22new helper: file_inode(file)Al Viro
2013-02-22mount: consolidate permission checksAl Viro
2013-02-22get rid of unprotected dereferencing of mnt->mnt_nsAl Viro
2012-12-20vfs, freeze: use ACCESS_ONCE() to guard access to ->mnt_flagsMiao Xie
2012-12-14userns: Require CAP_SYS_ADMIN for most uses of setns.Eric W. Biederman
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman
2012-11-19userns: fix return value on mntns_install() failureZhao Hongjiang
2012-11-19vfs: Allow unprivileged manipulation of the mount namespace.Eric W. Biederman
2012-11-19vfs: Only support slave subtrees across different user namespacesEric W. Biederman
2012-11-19vfs: Add a user namespace reference from struct mnt_namespaceEric W. Biederman
2012-11-19vfs: Add setns support for the mount namespaceEric W. Biederman
2012-10-12vfs: define struct filename and have getname() return itJeff Layton
2012-10-11consitify do_mount() argumentsAl Viro
2012-09-22do_add_mount()/umount -l racesAl Viro
2012-07-31fs: Add freezing handling to mnt_want_write() / mnt_drop_write()Jan Kara
2012-07-14VFS: Comment mount following codeDavid Howells
2012-07-14VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errorsDavid Howells
2012-07-14get rid of magic in proc_namespace.cAl Viro
2012-07-14get rid of ->mnt_longtermAl Viro
2012-05-30vfs: umount_tree() might be called on subtree that had never made itAl Viro
2012-05-29brlocks/lglocks: API cleanupsAndi Kleen
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-01-06vfs: prevent remount read-only if pending removesMiklos Szeredi
2012-01-06vfs: protect remounting superblock read-onlyMiklos Szeredi