summaryrefslogtreecommitdiffstats
path: root/fs/proc/generic.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* proc: fix /proc/net/* after setns(2)Alexey Dobriyan2019-02-021-1/+3
* proc: smaller readlock section in readdir("/proc")Alexey Dobriyan2018-08-221-2/+2
* proc: add proc_seq_releaseChunyu Hu2018-06-281-1/+10
* Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-06-161-1/+25
|\
| * proc: Make inline name size calculation automaticDavid Howells2018-06-151-1/+1
| * proc: Add a way to make network proc files writableDavid Howells2018-05-181-0/+24
* | Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-06-041-2/+1Star
|\ \ | |/ |/|
| * switch the rest of procfs lookups to d_splice_alias()Al Viro2018-05-261-2/+1Star
* | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-0/+29
* | proc: introduce proc_create_seq_privateChristoph Hellwig2018-05-161-3/+6
* | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-161-0/+30
* | proc: add a proc_create_reg helperChristoph Hellwig2018-05-161-19/+25
* | proc: simplify proc_register calling conventionsChristoph Hellwig2018-05-161-26/+18Star
|/
* proc: revalidate misc dentriesAlexey Dobriyan2018-04-141-1/+22
* proc: use slower rb_first()Alexey Dobriyan2018-04-111-14/+12Star
* proc: switch struct proc_dir_entry::count to refcountAlexey Dobriyan2018-04-111-2/+2
* proc: reject "." and ".." as filenamesAlexey Dobriyan2018-04-111-0/+8
* proc: move "struct proc_dir_entry" into kmem cacheAlexey Dobriyan2018-04-111-18/+32
* proc: rearrange argsAlexey Dobriyan2018-02-071-9/+9
* procfs: use faster rb_first_cached()Davidlohr Bueso2017-09-091-12/+14
* proc: uninline proc_create()Alexey Dobriyan2017-09-091-0/+8
* fs/proc/generic.c: switch to ida_simple_get/removeHeiner Kallweit2017-07-111-25/+7Star
* proc: Fix unbalanced hard link numbersTakashi Iwai2017-04-291-0/+1
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-031-3/+3
* proc: use rb_entry()Geliang Tang2017-02-251-5/+6
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* xenfs: Use proc_create_mount_point() to create /proc/xenSeth Forshee2016-11-171-0/+1
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\
| * fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
* | proc: make proc entries inherit ownership from parentDmitry Torokhov2016-08-151-0/+2
|/
* switch all procfs directories ->iterate_shared()Al Viro2016-05-031-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/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-02-171-17/+8Star
|\
| * gut proc_register() a bitAl Viro2015-01-261-17/+8Star
* | fs: proc: use PDE() to get proc_dir_entryAlexander Kuleshov2015-02-131-1/+1
|/
* fs/proc.c: use rb_entry_safe() instead of rb_entry()Nicolas Dichtel2014-12-111-12/+4Star
* procfs: fix error handling of proc_register()Debabrata Banerjee2014-12-111-1/+8
* fs/proc: use a rb tree for the directory entriesNicolas Dichtel2014-12-111-59/+105
* proc: make proc_subdir_lock staticAlexey Dobriyan2014-08-091-1/+1
* proc: add and remove /proc entry create checksAlexey Dobriyan2014-08-091-15/+15
* proc: set attributes of pde using accessor functionsRui Xiang2014-01-241-2/+1Star
* consolidate simple ->d_delete() instancesAl Viro2013-11-161-17/+1Star
* proc: more readdir conversion bug-fixesLinus Torvalds2013-08-201-1/+1
* [readdir] convert procfsAl Viro2013-06-291-62/+38Star
* 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