Andrew Morton
|
87ebdc00ee
fs/proc: clean up printks
|
12 years ago |
Zhao Hongjiang
|
4173581876
fs: change return values from -EACCES to -EPERM
|
12 years ago |
Al Viro
|
4f522a247b
d_hash_and_lookup(): export, switch open-coded instances
|
12 years ago |
Al Viro
|
496ad9aa8e
new helper: file_inode(file)
|
12 years ago |
Marco Stornelli
|
46f6955710
procfs: drop vmtruncate
|
12 years ago |
Linus Torvalds
|
6a2b60b17b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
|
12 years ago |
David Rientjes
|
a9c58b907d
mm, oom: change type of oom_score_adj to short
|
12 years ago |
Stanislav Kinsbursky
|
05f564849d
proc: check vma->vm_file before dereferencing
|
12 years ago |
Eric W. Biederman
|
0a01f2cc39
pidns: Make the pidns proc mount/umount logic obvious.
|
13 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 |
David Rientjes
|
fa0cbbf145
mm, oom: reintroduce /proc/pid/oom_adj
|
12 years ago |
Jeff Layton
|
f81700bd83
procfs: don't need a PATH_MAX allocation to hold a string representation of an int
|
12 years ago |
Davidlohr Bueso
|
01dc52ebdf
oom: remove deprecated oom_adj
|
12 years ago |
Linus Torvalds
|
aab174f0df
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
12 years ago |
Al Viro
|
7b540d0646
proc_map_files_readdir(): don't bother with grabbing files
|
13 years ago |
Al Viro
|
cb0942b812
make get_file() return its argument
|
13 years ago |
Cyrill Gorcunov
|
faf60af17f
procfs: Move /proc/pid/fd[info] handling code to fd.[ch]
|
13 years ago |
Eric W. Biederman
|
f76d207a66
userns: Add kprojid_t and associated infrastructure in projid.h
|
13 years ago |
Eric W. Biederman
|
e1760bd5ff
userns: Convert the audit loginuid to be a kuid
|
12 years ago |
Djalal Harouni
|
bc452b4b65
proc: do not allow negative offsets on /proc/<pid>/environ
|
13 years ago |
Djalal Harouni
|
e8905ec27e
proc: environ_read() make sure offset points to environment address range
|
13 years ago |
Christoph Hellwig
|
b5fb63c183
fs: add nd_jump_link
|
13 years ago |
Christoph Hellwig
|
408ef013cc
fs: move path_put on failure out of ->follow_link
|
13 years ago |
Al Viro
|
00cd8dd3bf
stop passing nameidata to ->lookup()
|
13 years ago |
Al Viro
|
0b728e1911
stop passing nameidata * to ->d_revalidate()
|
13 years ago |
Linus Torvalds
|
0640113be2
vfs: Fix /proc/<tid>/fdinfo/<fd> file handling
|
13 years ago |
Cyrill Gorcunov
|
818411616b
fs, proc: introduce /proc/<pid>/task/<tid>/children entry
|
13 years ago |
Alexey Dobriyan
|
af5e617143
proc: pass "fd" by value in /proc/*/{fd,fdinfo} code
|
13 years ago |
Alexey Dobriyan
|
f05ed3f1ab
proc: don't do dummy rcu_read_lock/rcu_read_unlock on error path
|
13 years ago |