summaryrefslogtreecommitdiffstats
path: root/fs/proc/generic.c
Commit message (Expand)AuthorAgeFilesLines
* [readdir] convert procfsAl Viro2013-06-291-62/+38
* proc: Make the PROC_I() and PDE() macros internal to procfsDavid Howells2013-05-011-1/+7
* proc: Supply a function to remove a proc entry by PDEDavid Howells2013-05-011-0/+7
* proc: Supply an accessor for getting the data from a PDE's parentDavid Howells2013-05-011-0/+7
* proc: Add proc_mkdir_data()David Howells2013-05-011-18/+12
* proc: Supply PDE attribute setting accessor functionsDavid Howells2013-05-011-0/+13
* proc: Delete create_proc_read_entry()David Howells2013-04-291-167/+1
* procfs: preparations for remove_proc_entry() race fixesAl Viro2013-04-091-80/+3
* procfs: Clean up huge if-statement in __proc_file_read()David Howells2013-04-091-51/+47
* proc: Kill create_proc_entry()David Howells2013-04-091-3/+6
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-1/+1
* procfs: kill ->write_proc()Al Viro2013-04-091-25/+0
* procfs: don't allow to use proc_create, create_proc_entry, etc. for directoriesAl Viro2013-04-091-32/+25
* procfs: add proc_remove_subtree()Al Viro2013-04-091-30/+89
* fs/proc: clean up printksAndrew Morton2013-02-271-18/+9
* saner proc_get_inode() calling conventionsAl Viro2013-02-261-14/+7
* new helper: file_inode(file)Al Viro2013-02-221-5/+5
* proc: Allow proc_free_inum to be called from any contextEric W. Biederman2012-12-251-6/+7
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-201-6/+6
|\
| * proc: fix inconsistent lock stateXiaotian Feng2012-12-201-6/+6
* | procfs: drop vmtruncateMarco Stornelli2012-12-201-8/+1
|/
* proc: Generalize proc inode allocationEric W. Biederman2012-11-201-13/+13
* proc: use kzalloc instead of kmalloc and memsetyan2012-10-061-7/+6
* proc: return -ENOMEM when inode allocation failedyan2012-10-061-1/+1
* stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* switch procfs to umode_t useAl Viro2012-01-031-4/+4
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-1/+1
* proc: make struct proc_dir_entry::name a terminal array rather than a pointerDavid Howells2011-07-271-2/+1
* airo: correct proc entry creation interfacesAlexey Dobriyan2011-05-161-0/+1
* proc: make struct proc_dir_entry::namelen unsigned intAlexey Dobriyan2011-03-231-4/+4
* proc: less LOCK/UNLOCK in remove_proc_entry()Alexey Dobriyan2011-01-131-4/+1
* proc: ->low_ino cleanupAlexey Dobriyan2011-01-131-10/+2
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-1/+1
* fs: change d_delete semanticsNick Piggin2011-01-071-1/+1
* remove inode_setattrChristoph Hellwig2010-08-091-6/+12
* proc: remove obsolete commentsAmerigo Wang2010-05-271-15/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* proc: warn on non-existing proc entriesAlexey Dobriyan2010-03-061-2/+6
* proc: do translation + unlink atomically at remove_proc_entry()Alexey Dobriyan2010-03-061-12/+19
* some clean up in fs/procHelight.Xu2010-03-031-0/+5
* proc: rename de_get() to pde_get() and inline itAlexey Dobriyan2009-12-161-8/+13
* proc 1/2: do PDE usecounting even for ->read_proc, ->write_procAlexey Dobriyan2009-03-311-10/+38
* proc: move fs/proc/inode-alloc.txt comment into a source fileRandy Dunlap2009-03-311-0/+15
* constify dentry_operations: procfsAl Viro2009-03-271-1/+1
* proc: stop using BKLAlexey Dobriyan2009-01-051-6/+2
* proc: use WARN() rather than printk+backtraceArjan van de Ven2008-10-231-2/+1
* proc: more debugging for "already registered" caseAlexey Dobriyan2008-09-131-2/+2
* [PATCH] proc: inode number fixletAlexey Dobriyan2008-08-251-0/+1
* [PATCH 2/2] proc: switch inode number allocation to IDAAlexey Dobriyan2008-08-011-5/+5
* [PATCH 1/2] proc: fix inode number bogorithmeticAlexey Dobriyan2008-08-011-12/+9
OpenPOWER on IntegriCloud