Commit Graph

47 Commits (b8d57a76d9f92aa63b4f12990da5697b17000b0c)

Author SHA1 Message Date
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
Alexey Dobriyan b4df2b92d8 proc: stop using BKL 16 years ago
Arjan van de Ven 6c2f91e077 proc: use WARN() rather than printk+backtrace 16 years ago
Alexey Dobriyan 665020c35e proc: more debugging for "already registered" case 17 years ago
Alexey Dobriyan cc99609917 [PATCH] proc: inode number fixlet 17 years ago
Alexey Dobriyan 9a18540915 [PATCH 2/2] proc: switch inode number allocation to IDA 17 years ago
Alexey Dobriyan 67935df49d [PATCH 1/2] proc: fix inode number bogorithmetic 17 years ago
Arjan van de Ven 267e2a9c71 Use WARN() in fs/proc/ 17 years ago
Alexey Dobriyan 881adb8535 proc: always do ->release 17 years ago
Denis V. Lunev 78e92b99ec netns: assign PDE->data before gluing entry into /proc tree 17 years ago
Denis V. Lunev 59b7435149 proc: introduce proc_create_data to setup de->data 17 years ago
Alexey Dobriyan 8731f14d37 proc: remove ->get_info infrastructure 17 years ago
Alexey Dobriyan 5e971dce0b proc: drop several "PDE valid/invalid" checks 17 years ago
Alexey Dobriyan 7cee4e00e0 proc: less special case in xlate code 17 years ago
Alexey Dobriyan f649d6d326 proc: simplify locking in remove_proc_entry() 17 years ago
Alexey Dobriyan e93b4ea20a proc: print more information when removing non-empty directories 17 years ago
Pavel Emelyanov e9720acd72 [NET]: Make /proc/net a symlink on /proc/self/net (v3) 17 years ago
Alexey Dobriyan 2d3a4e3666 proc: fix ->open'less usage due to ->proc_fops flip 17 years ago
Zhang Rui 94413d8807 proc: detect duplicate names on registration 17 years ago
Alexey Dobriyan fd2cbe4888 proc: remove useless check on symlink removal 17 years ago
Alexey Dobriyan 76df0c25d0 proc: simplify function prototypes 17 years ago
Alexey Dobriyan 4237e0d3de proc: less LOCK operations during lookup 17 years ago
Eric W. Biederman 3790ee4bd8 proc: remove/Fix proc generic d_revalidate 17 years ago
Alexey Dobriyan 5a622f2d0f proc: fix proc_dir_entry refcounting 17 years ago
Eric W. Biederman 2b1e300a9d [NETNS]: Fix /proc/net breakage 17 years ago
Alexey Dobriyan c2319540cd proc: fix NULL ->i_fop oops 17 years ago
Eric W. Biederman e1a1c997af proc: fix proc_kill_inodes to kill dentries on all proc superblocks 17 years ago
Mel Gorman e12ba74d8f Group short-lived and reclaimable kernel allocations 18 years ago
Changli Gao 99fc06df72 procfs directory entry cleanup 18 years ago
Alexey Dobriyan 786d7e1612 Fix rmmod/read/write races in /proc entries 18 years ago
Darrick J. Wong 59cd0cbc75 Fix race between proc_readdir and remove_proc_entry 18 years ago
Alexey Dobriyan 7695650a92 Fix race between proc_get_inode() and remove_proc_entry() 18 years ago
Eric W. Biederman 77b14db502 [PATCH] sysctl: reimplement the sysctl proc support 18 years ago
Arjan van de Ven c5ef1c42c5 [PATCH] mark struct inode_operations const 3 18 years ago
Arjan van de Ven 00977a59b9 [PATCH] mark struct file_operations const 6 18 years ago
Josef "Jeff" Sipek 2fddfeefee [PATCH] proc: change uses of f_{dentry, vfsmnt} to use f_path 18 years ago
Arjan van de Ven 99ac48f54a [PATCH] mark f_ops const in the inode 19 years ago
Steven Rostedt 64a07bd82e [PATCH] protect remove_proc_entry 19 years ago
Adrian Bunk fee781e6c2 [PATCH] fs/proc/: function prototypes belong in header files 19 years ago
Linus Torvalds 8b90db0df7 Insanity avoidance in /proc 19 years ago
Eric Dumazet 2f51201662 [PATCH] reduce sizeof(struct file) 20 years ago
Miklos Szeredi 2b579beec2 [PATCH] proc: link count fix 20 years ago
Al Viro 008b150a3c [PATCH] Fix up symlink function pointers 20 years ago
Linus Torvalds 1da177e4c3 Linux-2.6.12-rc2 20 years ago