aboutsummaryrefslogtreecommitdiff
path: root/include/linux/proc_fs.h
AgeCommit message (Expand)AuthorFilesLines
2007-10-10[NET]: Fix race when opening a proc file while a network namespace is exiting.Gravatar Eric W. Biederman 1-4/+1
2007-10-10[NET]: Make /proc/net per network namespaceGravatar Eric W. Biederman 1-25/+19
2007-08-11Remove unused struct proc_dir_entry::setGravatar Alexey Dobriyan 1-1/+0
2007-07-16Fix rmmod/read/write races in /proc entriesGravatar Alexey Dobriyan 1-0/+13
2007-05-08Fix race between proc_get_inode() and remove_proc_entry()Gravatar Alexey Dobriyan 1-0/+3
2007-05-07smaps: add clear_refs file to clear referenceGravatar David Rientjes 1-0/+1
2007-02-14[PATCH] sysctl: reimplement the sysctl proc supportGravatar Eric W. Biederman 1-2/+0
2007-02-12[PATCH] mark struct inode_operations const 3Gravatar Arjan van de Ven 1-2/+2
2006-10-02[PATCH] proc: modify proc_pident_lookup to be completely table drivenGravatar Eric W. Biederman 1-4/+6
2006-09-27[PATCH] NOMMU: Implement /proc/pid/maps for NOMMUGravatar David Howells 1-0/+2
2006-09-24Move several *_SUPER_MAGIC symbols to include/linux/magic.h.Gravatar Jeff Garzik 1-2/+1
2006-06-26[PATCH] proc: Use struct pid not struct task_refGravatar Eric W. Biederman 1-2/+2
2006-06-26[PATCH] proc: don't lock task_structs indefinitelyGravatar Eric W. Biederman 1-1/+7
2006-06-26[PATCH] proc: Rewrite the proc dentry flush on exit optimizationGravatar Eric W. Biederman 1-4/+2
2006-06-26[PATCH] proc: Replace proc_inode.type with proc_inode.fdGravatar Eric W. Biederman 1-1/+1
2006-04-26Don't include linux/config.h from anywhere else in include/Gravatar David Woodhouse 1-1/+0
2006-04-11[PATCH] kdump proc vmcore size oveflow fixGravatar Vivek Goyal 1-1/+1
2006-03-28[PATCH] Make most file operations structs in fs/ constGravatar Arjan van de Ven 1-3/+3
2006-03-28[PATCH] mark f_ops const in the inodeGravatar Arjan van de Ven 1-2/+2
2006-03-26[PATCH] Use loff_t for size in struct proc_dir_entryGravatar Maneesh Soni 1-1/+1
2006-03-26[PATCH] protect remove_proc_entryGravatar Steven Rostedt 1-0/+3
2006-01-13[PATCH] powerpc: Add/remove/update properties in /proc/device-treeGravatar Dave C Boutcher 1-0/+5
2005-11-08[PATCH] Fix sysctl unregistration oops (CVE-2005-2709)Gravatar Al Viro 1-0/+1
2005-11-08[PATCH] ppc64: SMU partition recoveryGravatar Benjamin Herrenschmidt 1-6/+3
2005-06-25[PATCH] kdump: Access dump file in elf format (/proc/vmcore)Gravatar Vivek Goyal 1-0/+7
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+259