summaryrefslogtreecommitdiffstats
path: root/include/linux/proc_fs.h
Commit message (Expand)AuthorAgeFilesLines
* proc: Move non-public stuff from linux/proc_fs.h to fs/proc/internal.hDavid Howells2013-05-011-107/+33
* proc: Make the PROC_I() and PDE() macros internal to procfsDavid Howells2013-05-011-15/+2
* proc: Supply a function to remove a proc entry by PDEDavid Howells2013-05-011-0/+2
* proc: Supply an accessor for getting the data from a PDE's parentDavid Howells2013-05-011-0/+1
* proc: Add proc_mkdir_data()David Howells2013-05-011-3/+10
* proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h}David Howells2013-05-011-37/+0
* proc: Move PDE_NET() to fs/proc/proc_net.cDavid Howells2013-05-011-5/+0
* proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells2013-05-011-66/+2
* proc: Supply PDE attribute setting accessor functionsDavid Howells2013-05-011-0/+5
* proc: Split kcore bits from linux/procfs.h into linux/kcore.hDavid Howells2013-04-291-31/+0
* proc: Delete create_proc_read_entry()David Howells2013-04-291-16/+0
* procfs: Mark create_proc_read_entry deprecatedDavid Howells2013-04-291-2/+4
* try a saner locking for pde_opener...Al Viro2013-04-091-1/+1
* procfs: preparations for remove_proc_entry() race fixesAl Viro2013-04-091-9/+2
* proc: Kill create_proc_entry()David Howells2013-04-091-15/+2
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-0/+5
* procfs: kill ->write_proc()Al Viro2013-04-091-1/+0
* procfs: add proc_remove_subtree()Al Viro2013-04-091-0/+2
* Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-211-0/+5
|\
| * tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-181-0/+5
* | net: proc: fix build failed when procfs is not configuredGao feng2013-02-191-6/+3
* | net: proc: remove proc_net_removeGao feng2013-02-181-3/+0
* | net: proc: remove proc_net_fops_createGao feng2013-02-181-3/+0
|/
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-171-0/+3
|\
| * fs, epoll: add procfs fdinfo helperCyrill Gorcunov2012-12-171-0/+3
* | proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman2012-11-201-1/+6
* | proc: Generalize proc inode allocationEric W. Biederman2012-11-201-0/+10
* | userns: Implent proc namespace operationsEric W. Biederman2012-11-201-0/+1
* | vfs: Add setns support for the mount namespaceEric W. Biederman2012-11-191-0/+7
* | pidns: Add setns supportEric W. Biederman2012-11-191-0/+1
|/
* userns: Convert proc to use kuid/kgid where appropriateEric W. Biederman2012-05-151-2/+2
* procfs: make proc_get_link to use dentry instead of inodeCyrill Gorcunov2012-01-101-1/+1
* switch procfs to umode_t useAl Viro2012-01-031-12/+12
* proc: make struct proc_dir_entry::name a terminal array rather than a pointerDavid Howells2011-07-271-3/+3
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* mm: extract exe_file handling from procfsJiri Slaby2011-05-261-19/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfdLinus Torvalds2011-05-251-0/+21
|\
| * ns proc: Add support for the ipc namespaceEric W. Biederman2011-05-101-0/+1
| * ns proc: Add support for the uts namespaceEric W. Biederman2011-05-101-0/+1
| * ns proc: Add support for the network namespace.Eric W. Biederman2011-05-101-0/+1
| * ns: proc files for namespace naming policy.Eric W. Biederman2011-05-101-0/+18
* | proc: make struct proc_maps_private truly privateStephen Wilson2011-05-251-8/+0
* | procfs: add stub for proc_mkdir_mode()Randy Dunlap2011-05-181-0/+2
|/
* proc: make struct proc_dir_entry::namelen unsigned intAlexey Dobriyan2011-03-231-1/+1
* kcore: register vmemmap rangeKAMEZAWA Hiroyuki2009-09-231-0/+1
* kcore: add kclist typesKAMEZAWA Hiroyuki2009-09-231-2/+11
* kcore: use usual list for kclistKAMEZAWA Hiroyuki2009-09-231-1/+1
* Move junk from proc_fs.h to fs/proc/internal.hAl Viro2009-06-111-24/+0
* proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2009-03-311-4/+0
* proc: remove fs/proc/proc_misc.cAlexey Dobriyan2008-10-231-1/+0