Andrew Morton
|
87ebdc00ee
fs/proc: clean up printks
|
12 years ago |
Al Viro
|
d3d009cb96
saner proc_get_inode() calling conventions
|
12 years ago |
Al Viro
|
496ad9aa8e
new helper: file_inode(file)
|
12 years ago |
Eric W. Biederman
|
dfb2ea45be
proc: Allow proc_free_inum to be called from any context
|
12 years ago |
Linus Torvalds
|
4c9a44aebe
Merge branch 'akpm' (Andrew's patch-bomb)
|
12 years ago |
Xiaotian Feng
|
ee297209bf
proc: fix inconsistent lock state
|
12 years ago |
Marco Stornelli
|
46f6955710
procfs: drop vmtruncate
|
12 years ago |
Eric W. Biederman
|
33d6dce607
proc: Generalize proc inode allocation
|
14 years ago |
yan
|
17baa2a2c4
proc: use kzalloc instead of kmalloc and memset
|
12 years ago |
yan
|
620727506d
proc: return -ENOMEM when inode allocation failed
|
12 years ago |
Al Viro
|
00cd8dd3bf
stop passing nameidata to ->lookup()
|
13 years ago |
Al Viro
|
d161a13f97
switch procfs to umode_t use
|
14 years ago |
Miklos Szeredi
|
bfe8684869
filesystems: add set_nlink()
|
13 years ago |
David Howells
|
09570f9149
proc: make struct proc_dir_entry::name a terminal array rather than a pointer
|
14 years ago |
Alexey Dobriyan
|
011159a0a7
airo: correct proc entry creation interfaces
|
14 years ago |
Alexey Dobriyan
|
312ec7e50c
proc: make struct proc_dir_entry::namelen unsigned int
|
14 years ago |
Alexey Dobriyan
|
3740a20c4f
proc: less LOCK/UNLOCK in remove_proc_entry()
|
14 years ago |
Alexey Dobriyan
|
6d1b6e4eff
proc: ->low_ino cleanup
|
14 years ago |
Nick Piggin
|
fb045adb99
fs: dcache reduce branches in lookup path
|
14 years ago |
Nick Piggin
|
fe15ce446b
fs: change d_delete semantics
|
14 years ago |
Christoph Hellwig
|
1025774ce4
remove inode_setattr
|
15 years ago |
Amerigo Wang
|
57f87869f0
proc: remove obsolete comments
|
15 years ago |
Tejun Heo
|
5a0e3ad6af
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
|
15 years ago |
Alexey Dobriyan
|
12bac0d9f4
proc: warn on non-existing proc entries
|
15 years ago |
Alexey Dobriyan
|
e17a5765f2
proc: do translation + unlink atomically at remove_proc_entry()
|
15 years ago |
Helight.Xu
|
587d4a17d8
some clean up in fs/proc
|
15 years ago |
Alexey Dobriyan
|
135d5655dc
proc: rename de_get() to pde_get() and inline it
|
15 years ago |
Alexey Dobriyan
|
3dec7f59c3
proc 1/2: do PDE usecounting even for ->read_proc, ->write_proc
|
16 years ago |
Randy Dunlap
|
1681bc30f2
proc: move fs/proc/inode-alloc.txt comment into a source file
|
16 years ago |
Al Viro
|
d72f71eb0e
constify dentry_operations: procfs
|
16 years ago |