Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ceb2ea195a4167bc1ee9d78b19220562b1524fba
/
fs
/
namespace.c
b1983cd
create_mnt_ns: unidiomatic use of list_add()
by Al Viro
· 12 years ago
0d5cadb
do_mount(): fix a leak introduced in 3.9 ("mount: consolidate permission checks")
by Al Viro
· 12 years ago
20b4fb4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
0bb80f2
proc: Split the namespace stuff out into linux/proc_ns.h
by David Howells
· 12 years ago
e8f2b54
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
97216be
fold release_mounts() into namespace_unlock()
by Al Viro
· 12 years ago
328e6d9
switch unlock_mount() to namespace_unlock(), convert all umount_tree() callers
by Al Viro
· 12 years ago
3ab6abe
more conversions to namespace_unlock()
by Al Viro
· 12 years ago
b54b9be
get rid of the second argument of shrink_submounts()
by Al Viro
· 12 years ago
e3197d8
saner umount_tree()/release_mounts(), part 1
by Al Viro
· 12 years ago
84d1719
get rid of full-hash scan on detaching vfsmounts
by Al Viro
· 12 years ago
e9c5d8a
mnt: release locks on error path in do_loopback
by Andrey Vagin
· 12 years ago
87a8ebd
userns: Restrict when proc and sysfs can be mounted
by Eric W. Biederman
· 12 years ago
132c94e
vfs: Carefully propogate mounts across user namespaces
by Eric W. Biederman
· 12 years ago
90563b1
vfs: Add a mount flag to lock read only bind mounts
by Eric W. Biederman
· 12 years ago
3151527
userns: Don't allow creation if the user is chrooted
by Eric W. Biederman
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
57eccb8
mount: consolidate permission checks
by Al Viro
· 12 years ago
9b40bc9
get rid of unprotected dereferencing of mnt->mnt_ns
by Al Viro
· 12 years ago
1e75529
vfs, freeze: use ACCESS_ONCE() to guard access to ->mnt_flags
by Miao Xie
· 12 years ago
5e4a084
userns: Require CAP_SYS_ADMIN for most uses of setns.
by Eric W. Biederman
· 12 years ago
98f842e
proc: Usable inode numbers for the namespace file descriptors.
by Eric W. Biederman
· 13 years ago
ae11e0f
userns: fix return value on mntns_install() failure
by Zhao Hongjiang
· 12 years ago
0c55cfc
vfs: Allow unprivileged manipulation of the mount namespace.
by Eric W. Biederman
· 12 years ago
7a472ef
vfs: Only support slave subtrees across different user namespaces
by Eric W. Biederman
· 12 years ago
771b137
vfs: Add a user namespace reference from struct mnt_namespace
by Eric W. Biederman
· 12 years ago
8823c07
vfs: Add setns support for the mount namespace
by Eric W. Biederman
· 15 years ago
91a27b2
vfs: define struct filename and have getname() return it
by Jeff Layton
· 12 years ago
808d4e3
consitify do_mount() arguments
by Al Viro
· 12 years ago
156cacb
do_add_mount()/umount -l races
by Al Viro
· 12 years ago
eb04c28
fs: Add freezing handling to mnt_want_write() / mnt_drop_write()
by Jan Kara
· 12 years ago
f015f126
VFS: Comment mount following code
by David Howells
· 12 years ago
be34d1a
VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errors
by David Howells
· 12 years ago
6ce6e24
get rid of magic in proc_namespace.c
by Al Viro
· 12 years ago
f7a99c5
get rid of ->mnt_longterm
by Al Viro
· 12 years ago
63d37a8
vfs: umount_tree() might be called on subtree that had never made it
by Al Viro
· 12 years ago
962830d
brlocks/lglocks: API cleanups
by Andi Kleen
· 12 years ago
9879326
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
8e8b879
vfs: prevent remount read-only if pending removes
by Miklos Szeredi
· 13 years ago
4ed5e82
vfs: protect remounting superblock read-only
by Miklos Szeredi
· 13 years ago
39f7c4d
vfs: keep list of mounts for each superblock
by Miklos Szeredi
· 13 years ago
34c80b1
vfs: switch ->show_options() to struct dentry *
by Al Viro
· 13 years ago
d10577a
vfs: trim includes a bit
by Al Viro
· 13 years ago
be08d6d
switch mnt_namespace ->root to struct mount
by Al Viro
· 13 years ago
0226f49
vfs: take /proc/*/mounts and friends to fs/proc_namespace.c
by Al Viro
· 13 years ago
3a2393d
vfs: opencode mntget() mnt_set_mountpoint()
by Al Viro
· 13 years ago
909b0a8
vfs: spread struct mount - remaining argument of next_mnt()
by Al Viro
· 13 years ago
c63181e
vfs: move fsnotify junk to struct mount
by Al Viro
· 13 years ago
52ba162
vfs: move mnt_devname
by Al Viro
· 13 years ago
1a4eeaf
vfs: move mnt_list to struct mount
by Al Viro
· 13 years ago
fc7be13
vfs: switch pnode.h macros to struct mount *
by Al Viro
· 13 years ago
863d684
vfs: move the rest of int fields to struct mount
by Al Viro
· 13 years ago
15169fe
vfs: mnt_id/mnt_group_id moved
by Al Viro
· 13 years ago
143c8c9
vfs: mnt_ns moved to struct mount
by Al Viro
· 13 years ago
900148d
vfs: spread struct mount - mntput_no_expire
by Al Viro
· 13 years ago
95bc5f2
vfs: spread struct mount - do_add_mount and graft_tree
by Al Viro
· 13 years ago
6776db3d
vfs: take mnt_share/mnt_slave/mnt_slave_list and mnt_expire to struct mount
by Al Viro
· 13 years ago
3230192
vfs: and now we can make ->mnt_master point to struct mount
by Al Viro
· 13 years ago
d10e8de
vfs: take mnt_master to struct mount
by Al Viro
· 13 years ago
14cf1fa
vfs: spread struct mount - remaining argument of mnt_set_mountpoint()
by Al Viro
· 13 years ago
a8d56d8
vfs: spread struct mount - propagate_mnt()
by Al Viro
· 13 years ago
6fc7871
vfs: spread struct mount - get_dominating_id / do_make_slave
by Al Viro
· 13 years ago
6b41d53
vfs: take mnt_child/mnt_mounts to struct mount
by Al Viro
· 13 years ago
68e8a9f
vfs: all counters taken to struct mount
by Al Viro
· 13 years ago
83adc75
vfs: spread struct mount - work with counters
by Al Viro
· 13 years ago
a73324d
vfs: move mnt_mountpoint to struct mount
by Al Viro
· 13 years ago
0714a53
vfs: now it can be done - make mnt_parent point to struct mount
by Al Viro
· 13 years ago
3376f34
vfs: mnt_parent moved to struct mount
by Al Viro
· 13 years ago
643822b
vfs: spread struct mount - is_path_reachable
by Al Viro
· 13 years ago
676da58
vfs: spread struct mount - mnt_has_parent
by Al Viro
· 13 years ago
1ab5973
vfs: spread struct mount - do_umount/propagate_mount_busy
by Al Viro
· 13 years ago
44d964d6
vfs: spread struct mount mnt_set_mountpoint child argument
by Al Viro
· 13 years ago
87129cc
vfs: spread struct mount - clone_mnt/copy_tree argument
by Al Viro
· 13 years ago
692afc3
vfs: spread struct mount - shrink_submounts/select_submounts
by Al Viro
· 13 years ago
761d5c3
vfs: spread struct mount - umount_tree argument
by Al Viro
· 13 years ago
1b8e556
vfs: the first spoils - mnt_hash moved
by Al Viro
· 13 years ago
d5e50f7
vfs: spread struct mount to remaining users of ->mnt_hash
by Al Viro
· 13 years ago
cb338d0
vfs: spread struct mount - clone_mnt/copy_tree result
by Al Viro
· 13 years ago
0f0afb1
vfs: spread struct mount - change_mnt_propagation/set_mnt_shared
by Al Viro
· 13 years ago
b105e27
vfs: spread struct mount - alloc_vfsmnt/free_vfsmnt/mnt_alloc_id/mnt_free_id
by Al Viro
· 13 years ago
cbbe362
vfs: spread struct mount - tree_contains_unbindable
by Al Viro
· 13 years ago
0fb54e5
vfs: spread struct mount - attach_recursive_mnt
by Al Viro
· 13 years ago
4b8b21f
vfs: spread struct mount - mount group id handling
by Al Viro
· 13 years ago
4b2619a
vfs: spread struct mount - commit_tree
by Al Viro
· 13 years ago
419148d
vfs: spread struct mount - attach_mnt/detach_mnt
by Al Viro
· 13 years ago
315fc83
vfs: spread struct mount - namespace.c internal iterators
by Al Viro
· 13 years ago
c710536
vfs: spread struct mount - __lookup_mnt() result
by Al Viro
· 13 years ago
7d6fec4
vfs: start hiding vfsmount guts series
by Al Viro
· 13 years ago
2a79f17
vfs: mnt_drop_write_file()
by Al Viro
· 13 years ago
79e801a
vfs: make do_kern_mount() static
by Al Viro
· 13 years ago
aa0a4cf
vfs: dentry_reset_mounted() doesn't use vfsmount argument
by Al Viro
· 13 years ago
6c449c8
unexport put_mnt_ns(), make create_mnt_ns() static outright
by Al Viro
· 13 years ago
afac7cb
vfs: more mnt_parent cleanups
by Al Viro
· 13 years ago
b2dba1a
vfs: new internal helper: mnt_has_parent(mnt)
by Al Viro
· 13 years ago
aa9c0e0
vfs: kill pointless helpers in namespace.c
by Al Viro
· 13 years ago
02125a8
fix apparmor dereferencing potentially freed dentry, sanitize __d_path() API
by Al Viro
· 13 years ago
d31da0f
mount_subtree() pointless use-after-free
by Al Viro
· 13 years ago
ea441d1
new helper: mount_subtree()
by Al Viro
· 13 years ago
c133449
switch create_mnt_ns() to saner calling conventions, fix double mntput() in nfs
by Al Viro
· 13 years ago
2290c0d
Merge branch 'master' into for-next
by Jiri Kosina
· 13 years ago
Next »