aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/inode.c
Commit message (Expand)AuthorAge
* fs/proc/inode.c: use typeof_member() macroAlexey Dobriyan2019-07-16
* procfs: switch to ->free_inode()Al Viro2019-05-01
* proc: Add fs_context support to procfsDavid Howells2019-02-28
* procfs: Move proc_fill_super() to fs/proc/root.cDavid Howells2019-02-28
* fs/proc/inode.c: delete unnecessary variable in proc_alloc_inode()Alexey Dobriyan2019-01-04
* mm: zero-seek shrinkersJohannes Weiner2018-10-26
* proc: fixup PDE allocation bloatAlexey Dobriyan2018-08-22
* proc: Make inline name size calculation automaticDavid Howells2018-06-15
* proc: move "struct proc_dir_entry" into kmem cacheAlexey Dobriyan2018-04-11
* proc: account "struct pde_opener"Alexey Dobriyan2018-04-11
* proc: move "struct pde_opener" to kmem cacheAlexey Dobriyan2018-04-11
* proc: faster open/close of files without ->release hookAlexey Dobriyan2018-04-11
* proc: do less stuff under ->pde_unload_lockAlexey Dobriyan2018-04-11
* proc: spread likely/unlikely a bitAlexey Dobriyan2018-02-06
* fs/proc: use __ro_after_initAlexey Dobriyan2018-02-06
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-30
|\
| * fs: annotate ->poll() instancesAl Viro2017-11-27
| * anntotate the places where ->poll() return values goAl Viro2017-11-27
| * ->poll() methods should return __poll_tAl Viro2017-11-27
* | Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-27
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* fs/proc/inode.c: remove cast from memory allocationTobin C. Harding2017-05-08
* procfs: use an enum for possible hidepid valuesLafcadio Wluiki2017-02-24
* proc/sysctl: prune stale dentries during unregisteringKonstantin Khlebnikov2017-02-12
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-17
|\
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-09
* | proc: tweak comments about 2 stage open and everythingAlexey Dobriyan2016-12-12
* | proc: kmalloc struct pde_openerAlexey Dobriyan2016-12-12
* | proc: fix type of struct pde_opener::closing fieldAlexey Dobriyan2016-12-12
* | proc: just list_del() struct pde_openerAlexey Dobriyan2016-12-12
|/
* fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-27
* fs: proc: Delete inode time initializations in proc_alloc_inode()Deepa Dinamani2016-09-27
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-07-29
|\
| * vfs: Generalize filesystem nodev handling.Eric W. Biederman2016-06-23
| * proc: Convert proc_mount to use mount_ns.Eric W. Biederman2016-06-23
| * mnt: Refactor fs_fully_visible into mount_too_revealingEric W. Biederman2016-06-23
|/
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-14
* switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-30
* replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-08
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-07-03
|\
| * proc: Allow creating permanently empty directories that serve as mount pointsEric W. Biederman2015-07-01
* | switch ->put_link() from dentry to inodeAl Viro2015-05-11
* | don't pass nameidata to ->follow_link()Al Viro2015-05-10
* | new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-10
|/
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* procfs: fix race between symlink removals and traversalsAl Viro2015-02-22
* fs: proc: use PDE() to get proc_dir_entryAlexander Kuleshov2015-02-12
* kill proc_ns completelyAl Viro2014-12-10
* take the targets of /proc/*/ns/* symlinks to separate fsAl Viro2014-12-10