summaryrefslogtreecommitdiff
path: root/fs/namespace.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-04create_mnt_ns: unidiomatic use of list_add()Al Viro1-1/+1
2013-05-04do_mount(): fix a leak introduced in 3.9 ("mount: consolidate permission chec...Al Viro1-3/+2
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-146/+195
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells1-3/+3
2013-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-04-09fold release_mounts() into namespace_unlock()Al Viro1-23/+30
2013-04-09switch unlock_mount() to namespace_unlock(), convert all umount_tree() callersAl Viro1-19/+14
2013-04-09more conversions to namespace_unlock()Al Viro1-14/+6
2013-04-09get rid of the second argument of shrink_submounts()Al Viro1-4/+4
2013-04-09saner umount_tree()/release_mounts(), part 1Al Viro1-4/+13
2013-04-09get rid of full-hash scan on detaching vfsmountsAl Viro1-92/+137
2013-04-09mnt: release locks on error path in do_loopbackAndrey Vagin1-1/+1
2013-03-27userns: Restrict when proc and sysfs can be mountedEric W. Biederman1-0/+21
2013-03-27vfs: Carefully propogate mounts across user namespacesEric W. Biederman1-1/+5
2013-03-27vfs: Add a mount flag to lock read only bind mountsEric W. Biederman1-0/+3
2013-03-27userns: Don't allow creation if the user is chrootedEric W. Biederman1-0/+24
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-22mount: consolidate permission checksAl Viro1-33/+7
2013-02-22get rid of unprotected dereferencing of mnt->mnt_nsAl Viro1-12/+17
2012-12-20vfs, freeze: use ACCESS_ONCE() to guard access to ->mnt_flagsMiao Xie1-1/+1
2012-12-14userns: Require CAP_SYS_ADMIN for most uses of setns.Eric W. Biederman1-1/+2
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman1-0/+14
2012-11-19userns: fix return value on mntns_install() failureZhao Hongjiang1-1/+1
2012-11-19vfs: Allow unprivileged manipulation of the mount namespace.Eric W. Biederman1-26/+43
2012-11-19vfs: Only support slave subtrees across different user namespacesEric W. Biederman1-3/+8
2012-11-19vfs: Add a user namespace reference from struct mnt_namespaceEric W. Biederman1-8/+16
2012-11-19vfs: Add setns support for the mount namespaceEric W. Biederman1-0/+95
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-2/+2
2012-10-11consitify do_mount() argumentsAl Viro1-6/+6
2012-09-22do_add_mount()/umount -l racesAl Viro1-2/+8
2012-07-31fs: Add freezing handling to mnt_want_write() / mnt_drop_write()Jan Kara1-20/+77
2012-07-14VFS: Comment mount following codeDavid Howells1-2/+14
2012-07-14VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errorsDavid Howells1-55/+65
2012-07-14get rid of magic in proc_namespace.cAl Viro1-3/+3
2012-07-14get rid of ->mnt_longtermAl Viro1-46/+7
2012-05-30vfs: umount_tree() might be called on subtree that had never made itAl Viro1-1/+2
2012-05-29brlocks/lglocks: API cleanupsAndi Kleen1-69/+70
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+0
2012-01-06vfs: prevent remount read-only if pending removesMiklos Szeredi1-0/+7
2012-01-06vfs: protect remounting superblock read-onlyMiklos Szeredi1-1/+39
2012-01-06vfs: keep list of mounts for each superblockMiklos Szeredi1-0/+7
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2012-01-03vfs: trim includes a bitAl Viro1-19/+6
2012-01-03switch mnt_namespace ->root to struct mountAl Viro1-6/+6
2012-01-03vfs: take /proc/*/mounts and friends to fs/proc_namespace.cAl Viro1-211/+7
2012-01-03vfs: opencode mntget() mnt_set_mountpoint()Al Viro1-1/+2
2012-01-03vfs: spread struct mount - remaining argument of next_mnt()Al Viro1-17/+18
2012-01-03vfs: move fsnotify junk to struct mountAl Viro1-23/+22
2012-01-03vfs: move mnt_devnameAl Viro1-9/+9
2012-01-03vfs: move mnt_list to struct mountAl Viro1-23/+24