Eric W. Biederman
|
87a8ebd637
userns: Restrict when proc and sysfs can be mounted
|
12 years ago |
Eric W. Biederman
|
4f326c0064
userns: Allow unprivilged mounts of proc and sysfs
|
13 years ago |
Eric W. Biederman
|
0a01f2cc39
pidns: Make the pidns proc mount/umount logic obvious.
|
13 years ago |
Eric W. Biederman
|
17cf22c33e
pidns: Use task_active_pid_ns where appropriate
|
15 years ago |
Eric W. Biederman
|
ae06c7c83f
procfs: Don't cache a pid in the root inode.
|
15 years ago |
Eric W. Biederman
|
e656d8a6f7
procfs: Use the proc generic infrastructure for proc/self.
|
15 years ago |
Sachin Kamat
|
9fb8844210
fs/proc/root.c: use NULL instead of 0 for pointer
|
12 years ago |
David Howells
|
9249e17fe0
VFS: Pass mount flags to sget()
|
13 years ago |
Al Viro
|
00cd8dd3bf
stop passing nameidata to ->lookup()
|
13 years ago |
Linus Torvalds
|
644473e9c6
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
|
13 years ago |
Eric W. Biederman
|
dcb0f22282
userns: Convert proc to use kuid/kgid where appropriate
|
13 years ago |
Vasiliy Kulikov
|
99663be772
proc: fix mount -t proc -o AAA
|
13 years ago |
Vasiliy Kulikov
|
0499680a42
procfs: add hidepid= and gid= mount options
|
13 years ago |
Vasiliy Kulikov
|
97412950b1
procfs: parse mount options
|
13 years ago |
Al Viro
|
905ad269c5
procfs: fix a vfsmount longterm reference leak
|
13 years ago |
David Howells
|
09570f9149
proc: make struct proc_dir_entry::name a terminal array rather than a pointer
|
14 years ago |
Al Viro
|
ff78fca2a0
fix leak in proc_set_super()
|
14 years ago |
Oleg Nesterov
|
52e9fc76d0
procfs: kill the global proc_mnt variable
|
14 years ago |
Eric W. Biederman
|
4308eebbeb
pidns: call pid_ns_prepare_proc() from create_pid_namespace()
|
14 years ago |
Al Viro
|
aed1d84f98
switch procfs to ->mount()
|
15 years ago |
Al Viro
|
579441a39b
setting ->proc_mnt doesn't belong in proc_get_sb()
|
15 years ago |
Arnd Bergmann
|
6038f373a3
llseek: automatically add .llseek fop
|
15 years ago |
Dan Carpenter
|
73d3646029
proc: cleanup: remove unused assignments
|
15 years ago |
Helight.Xu
|
587d4a17d8
some clean up in fs/proc
|
15 years ago |
Al Viro
|
6f5bbff9a1
Convert obvious places to deactivate_locked_super()
|
16 years ago |
Sukadev Bhattiprolu
|
a3ec947c85
vfs: simple_set_mnt() should return void
|
16 years ago |
Alexey Dobriyan
|
b4df2b92d8
proc: stop using BKL
|
16 years ago |
Alexey Dobriyan
|
59c7572e82
proc: remove fs/proc/proc_misc.c
|
16 years ago |
Alexey Dobriyan
|
5bcd7ff9e1
proc: proc_init_inodecache() can't fail
|
16 years ago |
Denis V. Lunev
|
59b7435149
proc: introduce proc_create_data to setup de->data
|
17 years ago |