summaryrefslogtreecommitdiffstats
path: root/fs/proc/generic.c
Commit message (Expand)AuthorAgeFilesLines
* switch all procfs directories ->iterate_shared()Al Viro2016-05-021-1/+1
* proc: change proc_subdir_lock to a rwlockWaiman Long2015-09-101-22/+22
* proc: Allow creating permanently empty directories that serve as mount pointsEric W. Biederman2015-07-011-0/+23
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-2/+2
* procfs: fix race between symlink removals and traversalsAl Viro2015-02-221-12/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-02-171-17/+8
|\
| * gut proc_register() a bitAl Viro2015-01-251-17/+8
* | fs: proc: use PDE() to get proc_dir_entryAlexander Kuleshov2015-02-121-1/+1
|/
* fs/proc.c: use rb_entry_safe() instead of rb_entry()Nicolas Dichtel2014-12-101-12/+4
* procfs: fix error handling of proc_register()Debabrata Banerjee2014-12-101-1/+8
* fs/proc: use a rb tree for the directory entriesNicolas Dichtel2014-12-101-59/+105
* proc: make proc_subdir_lock staticAlexey Dobriyan2014-08-081-1/+1
* proc: add and remove /proc entry create checksAlexey Dobriyan2014-08-081-15/+15
* proc: set attributes of pde using accessor functionsRui Xiang2014-01-231-2/+1
* consolidate simple ->d_delete() instancesAl Viro2013-11-151-17/+1
* proc: more readdir conversion bug-fixesLinus Torvalds2013-08-191-1/+1
* [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