summaryrefslogtreecommitdiffstats
path: root/fs/proc/generic.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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/+12Star
* proc: Supply PDE attribute setting accessor functionsDavid Howells2013-05-011-0/+13
* proc: Delete create_proc_read_entry()David Howells2013-04-291-167/+1Star
* procfs: preparations for remove_proc_entry() race fixesAl Viro2013-04-091-80/+3Star
* procfs: Clean up huge if-statement in __proc_file_read()David Howells2013-04-091-51/+47Star
* 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/+0Star
* procfs: don't allow to use proc_create, create_proc_entry, etc. for directoriesAl Viro2013-04-091-32/+25Star
* procfs: add proc_remove_subtree()Al Viro2013-04-091-30/+89
* fs/proc: clean up printksAndrew Morton2013-02-281-18/+9Star
* saner proc_get_inode() calling conventionsAl Viro2013-02-261-14/+7Star
* new helper: file_inode(file)Al Viro2013-02-231-5/+5
* proc: Allow proc_free_inum to be called from any contextEric W. Biederman2012-12-261-6/+7
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-211-6/+6
|\
| * proc: fix inconsistent lock stateXiaotian Feng2012-12-211-6/+6
* | procfs: drop vmtruncateMarco Stornelli2012-12-201-8/+1Star
|/
* proc: Generalize proc inode allocationEric W. Biederman2012-11-201-13/+13
* proc: use kzalloc instead of kmalloc and memsetyan2012-10-051-7/+6Star
* proc: return -ENOMEM when inode allocation failedyan2012-10-051-1/+1
* stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* switch procfs to umode_t useAl Viro2012-01-041-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/+1Star
* airo: correct proc entry creation interfacesAlexey Dobriyan2011-05-161-0/+1
* proc: make struct proc_dir_entry::namelen unsigned intAlexey Dobriyan2011-03-241-4/+4
* proc: less LOCK/UNLOCK in remove_proc_entry()Alexey Dobriyan2011-01-131-4/+1Star
* proc: ->low_ino cleanupAlexey Dobriyan2011-01-131-10/+2Star
* 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/+0Star
* 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-301-10/+38
* proc: move fs/proc/inode-alloc.txt comment into a source fileRandy Dunlap2009-03-301-0/+15
* constify dentry_operations: procfsAl Viro2009-03-271-1/+1
* proc: stop using BKLAlexey Dobriyan2009-01-051-6/+2Star
* proc: use WARN() rather than printk+backtraceArjan van de Ven2008-10-231-2/+1Star
* 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/+9Star
* Use WARN() in fs/proc/Arjan van de Ven2008-07-261-4/+1Star
* proc: always do ->releaseAlexey Dobriyan2008-07-251-0/+14
* netns: assign PDE->data before gluing entry into /proc treeDenis V. Lunev2008-05-021-0/+17