Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
3a1ea7050345734acc3a33b2b00a611b9b7bf640
/
fs
/
namespace.c
8d66bf5
[PATCH] pass struct path * to do_add_mount()
by Al Viro
· 16 years ago
2d8f303
[PATCH] sanitize __user_walk_fd() et.al.
by Al Viro
· 16 years ago
88b3878
[PATCH] vfs: use kstrdup() and check failing allocation
by Li Zefan
· 16 years ago
7f2da1e
[PATCH] kill altroot
by Al Viro
· 16 years ago
5c752ad
Use WARN() in fs/
by Arjan van de Ven
· 16 years ago
2069f45
LSM/SELinux: show LSM mount options in /proc/mounts
by Eric Paris
· 16 years ago
8e24eea
fs: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
7ec02ef
vfs: remove lives_below_in_same_fs()
by Jan Blunck
· 17 years ago
8794b5b
quota: remove superfluous DQUOT_OFF() in fs/namespace.c
by Jan Kara
· 17 years ago
42faad9
[PATCH] restore sane ->umount_begin() API
by Al Viro
· 17 years ago
97e7e0f
[patch 7/7] vfs: mountinfo: show dominating group id
by Miklos Szeredi
· 17 years ago
2d4d486
[patch 6/7] vfs: mountinfo: add /proc/<pid>/mountinfo
by Ram Pai
· 17 years ago
a1a2c40
[patch 5/7] vfs: mountinfo: allow using process root
by Miklos Szeredi
· 17 years ago
719f5d7
[patch 4/7] vfs: mountinfo: add mount peer group ID
by Miklos Szeredi
· 17 years ago
73cd49e
[patch 3/7] vfs: mountinfo: add mount ID
by Miklos Szeredi
· 17 years ago
8c3ee42
[PATCH] get rid of more nameidata passing in namespace.c
by Al Viro
· 17 years ago
b5266eb
[PATCH] switch a bunch of LSM hooks from nameidata to path
by Al Viro
· 17 years ago
1a60a28
[PATCH] lock exclusively in collect_mounts() and drop_collected_mounts()
by Al Viro
· 17 years ago
2e4b7fc
[PATCH] r/o bind mounts: honor mount writer counts at remount
by Dave Hansen
· 17 years ago
3d73363
[PATCH] r/o bind mounts: track numbers of writers to mounts
by Dave Hansen
· 17 years ago
8366025
[PATCH] r/o bind mounts: stub functions
by Dave Hansen
· 17 years ago
6758f95
[PATCH] mnt_expire is protected by namespace_sem, no need for vfsmount_lock
by Al Viro
· 17 years ago
c35038b
[PATCH] do shrink_submounts() for all fs types
by Al Viro
· 17 years ago
bcc5c7d
[PATCH] sanitize locking in mark_mounts_for_expiry() and shrink_submounts()
by Al Viro
· 17 years ago
7c4b93d
[PATCH] count ghost references to vfsmounts
by Al Viro
· 17 years ago
1a39068
[PATCH] reduce stack footprint in namespace.c
by Al Viro
· 17 years ago
c32c2f6
d_path: Make seq_path() use a struct path argument
by Jan Blunck
· 17 years ago
ac748a0
Make set_fs_{root,pwd} take a struct path
by Jan Blunck
· 17 years ago
6ac08c3
Use struct path in fs_struct
by Jan Blunck
· 17 years ago
1d957f9
Introduce path_put()
by Jan Blunck
· 17 years ago
4ac9137
Embed a struct path into struct nameidata instead of nd->{dentry,mnt}
by Jan Blunck
· 17 years ago
429731b
Remove path_release_on_umount()
by Jan Blunck
· 17 years ago
2dafe1c
reduce large do_mount stack usage with noinlines
by Eric Sandeen
· 17 years ago
b3b304a
mount options: add generic_show_options()
by Miklos Szeredi
· 17 years ago
13f14b4
Use ilog2() in fs/namespace.c
by Eric Dumazet
· 17 years ago
00d2666
kobject: convert main fs kobject to use kobject_create
by Greg Kroah-Hartman
· 17 years ago
3514fac
kobject: remove struct kobj_type from struct kset
by Greg Kroah-Hartman
· 17 years ago
8aec080
[PATCH] new helpers - collect_mounts() and release_collected_mounts()
by Al Viro
· 17 years ago
8bf9725
pid namespaces: introduce MS_KERNMOUNT flag
by Pavel Emelyanov
· 17 years ago
74bf17c
fs: remove the unused mempages parameter
by Denis Cheng
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
948730b
fs/namespace.c should #include "internal.h"
by Adrian Bunk
· 17 years ago
213dd26
namespace: ensure clone_flags are always stored in an unsigned long
by Eric W. Biederman
· 17 years ago
467e9f4
fix create_new_namespaces() return value
by Cedric Le Goater
· 17 years ago
b0765fb
Make /proc/self/mounts(tats) use seq_list_xxx helpers
by Pavel Emelianov
· 17 years ago
ee6f958
check privileges before setting mount propagation
by Miklos Szeredi
· 18 years ago
b5e6181
Introduce a handy list_first_entry macro
by Pavel Emelianov
· 18 years ago
79c0b2d
add filesystem subtype support
by Miklos Szeredi
· 18 years ago
e3222c4
Merge sys_clone()/sys_unshare() nsproxy and namespace handling
by Badari Pulavarty
· 18 years ago
c376222
[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().
by Robert P. J. Day
· 18 years ago
47ae32d
[PATCH] relative atime
by Valerie Henson
· 18 years ago
6b3286e
[PATCH] rename struct namespace to struct mnt_namespace
by Kirill Korotaev
· 18 years ago
e18b890
[PATCH] slab: remove kmem_cache_t
by Christoph Lameter
· 18 years ago
1651e14
[PATCH] namespaces: incorporate fs namespace into nsproxy
by Serge E. Hallyn
· 18 years ago
07f3f05
[PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6]
by David Howells
· 18 years ago
15a67dd
[PATCH] fs/namespace: handle init/registration errors
by Randy Dunlap
· 18 years ago
f20a9ea
sysfs: add proper sysfs_init() prototype
by Andrew Morton
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
1bfba4e
[PATCH] core: use list_move()
by Akinobu Mita
· 18 years ago
816724e
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/
by Trond Myklebust
· 18 years ago
454e239
[PATCH] VFS: Permit filesystem to override root dentry on mount
by David Howells
· 18 years ago
8b512d9
VFS: Remove dependency of ->umount_begin() call on MNT_FORCE
by Trond Myklebust
· 18 years ago
5528f911
VFS: Add shrink_submounts()
by Trond Myklebust
· 18 years ago
eee391a
[PATCH] revert "vfs: propagate mnt_flags into do_loopback/vfsmount"
by Andrew Morton
· 18 years ago
f6422f1
[PATCH] vfs: propagate mnt_flags into do_loopback/vfsmount
by Herbert Poetzl
· 19 years ago
e3474a8
[PATCH] autofs4: change may_umount* functions to boolean
by Ian Kent
· 19 years ago
fa3536c
[PATCH] Use __read_mostly on some hot fs variables
by Eric Dumazet
· 19 years ago
b4629fe
VFS: New /proc file /proc/self/mountstats
by Chuck Lever
· 19 years ago
f13b835
[PATCH] fs/namespace.c:dup_namespace(): fix a use after free
by Adrian Bunk
· 19 years ago
f30ac31
[PATCH] umount_tree() decrements mount count on wrong dentry
by Al Viro
· 19 years ago
741a295
[PATCH] unshare system call -v5: unshare namespace
by JANAK DESAI
· 19 years ago
f87fd4c
[PATCH] add /sys/fs
by Miklos Szeredi
· 19 years ago
16f7e0f
[PATCH] capable/capability.h (fs/)
by Randy Dunlap
· 19 years ago
fc33a7b
[PATCH] per-mountpoint noatime/nodiratime
by Christoph Hellwig
· 19 years ago
1b1dcc1
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
by Jes Sorensen
· 19 years ago
bf066c7
[PATCH] shared mounts: cleanup
by Miklos Szeredi
· 19 years ago
4a0d11f
[PATCH] pivot_root: add comment
by Neil Brown
· 19 years ago
e4543ed
[PATCH] add a vfs_permission helper
by Christoph Hellwig
· 19 years ago
9676f0c
[PATCH] unbindable mounts
by Ram Pai
· 19 years ago
5afe002
[PATCH] handling of slave mounts
by Ram Pai
· 19 years ago
a58b0eb
[PATCH] introduce slave mounts
by Ram Pai
· 19 years ago
a05964f
[PATCH] shared mounts handling: umount
by Ram Pai
· 19 years ago
2144440
[PATCH] shared mounts handling: move
by Ram Pai
· 19 years ago
b90fa9a
[PATCH] shared mount handling: bind and rbind
by Ram Pai
· 19 years ago
03e06e6
[PATCH] introduce shared mounts
by Ram Pai
· 19 years ago
07b2088
[PATCH] beginning of the shared-subtree proper
by Ram Pai
· 19 years ago
390c684
[PATCH] making namespace_sem global
by Ram Pai
· 19 years ago
36341f6
[PATCH] mount expiry fixes
by Ram Pai
· 19 years ago
70fbcdf
[PATCH] umount_tree() locking change
by Ram Pai
· 19 years ago
5b83d2c5c
[PATCH] sanitize the interface of graft_tree().
by Ram Pai
· 19 years ago
b58fed8
[PATCH] lindent fs/namespace.c
by Ram Pai
· 19 years ago
5addc5d
[PATCH] make /proc/mounts pollable
by Al Viro
· 19 years ago
ccd48bc
[PATCH] cleanups and bug fix in do_loopback()
by Al Viro
· 19 years ago
7b7b1ac
[PATCH] saner handling of auto_acct_off() and DQUOT_OFF() in umount
by Al Viro
· 19 years ago
fdadd65
[PATCH] janitor: fs/namespace.c: list_for_each_entry
by Domen Puncer
· 19 years ago
0bb6fcc
[PATCH] pivot_root() circular reference fix
by Miklos Szeredi
· 19 years ago
6c231b7
[PATCH] Additions to .data.read_mostly section
by Ravikiran G Thirumalai
· 19 years ago
68b4713
[PATCH] namespace.c: fix bind mount from foreign namespace
by Miklos Szeredi
· 19 years ago
55e700b
[PATCH] namespace: rename mnt_fslink to mnt_expire
by Miklos Szeredi
· 19 years ago
484e389
[PATCH] set mnt_namespace in the correct place
by Miklos Szeredi
· 19 years ago
Next »