aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/generic.c
Commit message (Expand)AuthorAge
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-21
* proc: fix /proc/net/* after setns(2)Alexey Dobriyan2019-02-01
* proc: smaller readlock section in readdir("/proc")Alexey Dobriyan2018-08-22
* proc: add proc_seq_releaseChunyu Hu2018-06-27
* Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-06-16
|\
| * proc: Make inline name size calculation automaticDavid Howells2018-06-15
| * proc: Add a way to make network proc files writableDavid Howells2018-05-18
* | Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-06-04
|\ \ | |/ |/|
| * switch the rest of procfs lookups to d_splice_alias()Al Viro2018-05-26
* | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-16
* | proc: introduce proc_create_seq_privateChristoph Hellwig2018-05-16
* | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-16
* | proc: add a proc_create_reg helperChristoph Hellwig2018-05-16
* | proc: simplify proc_register calling conventionsChristoph Hellwig2018-05-16
|/
* proc: revalidate misc dentriesAlexey Dobriyan2018-04-13
* proc: use slower rb_first()Alexey Dobriyan2018-04-11
* proc: switch struct proc_dir_entry::count to refcountAlexey Dobriyan2018-04-11
* proc: reject "." and ".." as filenamesAlexey Dobriyan2018-04-11
* proc: move "struct proc_dir_entry" into kmem cacheAlexey Dobriyan2018-04-11
* proc: rearrange argsAlexey Dobriyan2018-02-06
* procfs: use faster rb_first_cached()Davidlohr Bueso2017-09-08
* proc: uninline proc_create()Alexey Dobriyan2017-09-08
* fs/proc/generic.c: switch to ida_simple_get/removeHeiner Kallweit2017-07-10
* proc: Fix unbalanced hard link numbersTakashi Iwai2017-04-28
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-02
* proc: use rb_entry()Geliang Tang2017-02-24
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* xenfs: Use proc_create_mount_point() to create /proc/xenSeth Forshee2016-11-17
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\
| * fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-22
* | proc: make proc entries inherit ownership from parentDmitry Torokhov2016-08-15
|/
* switch all procfs directories ->iterate_shared()Al Viro2016-05-02
* proc: change proc_subdir_lock to a rwlockWaiman Long2015-09-10
* proc: Allow creating permanently empty directories that serve as mount pointsEric W. Biederman2015-07-01
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* procfs: fix race between symlink removals and traversalsAl Viro2015-02-22
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-02-17
|\
| * gut proc_register() a bitAl Viro2015-01-25
* | fs: proc: use PDE() to get proc_dir_entryAlexander Kuleshov2015-02-12
|/
* fs/proc.c: use rb_entry_safe() instead of rb_entry()Nicolas Dichtel2014-12-10
* procfs: fix error handling of proc_register()Debabrata Banerjee2014-12-10
* fs/proc: use a rb tree for the directory entriesNicolas Dichtel2014-12-10
* proc: make proc_subdir_lock staticAlexey Dobriyan2014-08-08
* proc: add and remove /proc entry create checksAlexey Dobriyan2014-08-08
* proc: set attributes of pde using accessor functionsRui Xiang2014-01-23
* consolidate simple ->d_delete() instancesAl Viro2013-11-15
* proc: more readdir conversion bug-fixesLinus Torvalds2013-08-19
* [readdir] convert procfsAl Viro2013-06-29
* proc: Make the PROC_I() and PDE() macros internal to procfsDavid Howells2013-05-01
* proc: Supply a function to remove a proc entry by PDEDavid Howells2013-05-01