aboutsummaryrefslogtreecommitdiff
path: root/fs/proc/inode.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-07proc: faster open/read/close with "permanent" filesGravatar Alexey Dobriyan 1-50/+137
2020-04-07fs/proc/inode.c: annotate close_pdeo() for sparseGravatar Jules Irenge 1-0/+1
2020-02-24proc: Use a list of inodes to flush from procGravatar Eric W. Biederman 1-1/+1
2020-02-24proc: Clear the pieces of proc_inode that proc_evict_inode cares aboutGravatar Eric W. Biederman 1-5/+11
2020-02-24proc: Use d_invalidate in proc_prune_siblings_dcacheGravatar Eric W. Biederman 1-2/+14
2020-02-21proc: In proc_prune_siblings_dcache cache an aquired super blockGravatar Eric W. Biederman 1-4/+10
2020-02-20proc: Generalize proc_sys_prune_dcache into proc_prune_siblings_dcacheGravatar Eric W. Biederman 1-0/+38
2020-02-20proc: Rename in proc_inode rename sysctl_inodes sibling_inodesGravatar Eric W. Biederman 1-0/+1
2020-02-04proc: decouple proc from VFS with "struct proc_ops"Gravatar Alexey Dobriyan 1-37/+39
2019-07-16fs/proc/inode.c: use typeof_member() macroGravatar Alexey Dobriyan 1-10/+17
2019-05-01procfs: switch to ->free_inode()Gravatar Al Viro 1-8/+2
2019-02-28proc: Add fs_context support to procfsGravatar David Howells 1-1/+0
2019-02-28procfs: Move proc_fill_super() to fs/proc/root.cGravatar David Howells 1-50/+1
2019-01-04fs/proc/inode.c: delete unnecessary variable in proc_alloc_inode()Gravatar Alexey Dobriyan 1-3/+1
2018-10-26mm: zero-seek shrinkersGravatar Johannes Weiner 1-0/+3
2018-08-22proc: fixup PDE allocation bloatGravatar Alexey Dobriyan 1-2/+4
2018-06-15proc: Make inline name size calculation automaticGravatar David Howells 1-3/+2
2018-04-11proc: move "struct proc_dir_entry" into kmem cacheGravatar Alexey Dobriyan 1-0/+4
2018-04-11proc: account "struct pde_opener"Gravatar Alexey Dobriyan 1-1/+1
2018-04-11proc: move "struct pde_opener" to kmem cacheGravatar Alexey Dobriyan 1-4/+8
2018-04-11proc: faster open/close of files without ->release hookGravatar Alexey Dobriyan 1-18/+23
2018-04-11proc: do less stuff under ->pde_unload_lockGravatar Alexey Dobriyan 1-5/+9
2018-02-06proc: spread likely/unlikely a bitGravatar Alexey Dobriyan 1-4/+4
2018-02-06fs/proc: use __ro_after_initGravatar Alexey Dobriyan 1-1/+2
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+3
2017-11-27fs: annotate ->poll() instancesGravatar Al Viro 1-1/+1
2017-11-27anntotate the places where ->poll() return values goGravatar Al Viro 1-1/+1
2017-11-27->poll() methods should return __poll_tGravatar Al Viro 1-1/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-05-08fs/proc/inode.c: remove cast from memory allocationGravatar Tobin C. Harding 1-1/+1
2017-02-24procfs: use an enum for possible hidepid valuesGravatar Lafcadio Wluiki 1-1/+1
2017-02-13proc/sysctl: prune stale dentries during unregisteringGravatar Konstantin Khlebnikov 1-1/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Gravatar Linus Torvalds 1-1/+0
2016-12-12proc: tweak comments about 2 stage open and everythingGravatar Alexey Dobriyan 1-8/+21
2016-12-12proc: kmalloc struct pde_openerGravatar Alexey Dobriyan 1-1/+3
2016-12-12proc: fix type of struct pde_opener::closing fieldGravatar Alexey Dobriyan 1-1/+1
2016-12-12proc: just list_del() struct pde_openerGravatar Alexey Dobriyan 1-1/+1
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsGravatar Miklos Szeredi 1-1/+0
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsGravatar Deepa Dinamani 1-1/+1
2016-09-27fs: proc: Delete inode time initializations in proc_alloc_inode()Gravatar Deepa Dinamani 1-1/+0
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-1/+14
2016-06-23vfs: Generalize filesystem nodev handling.Gravatar Eric W. Biederman 1-2/+2
2016-06-23proc: Convert proc_mount to use mount_ns.Gravatar Eric W. Biederman 1-2/+7
2016-06-23mnt: Refactor fs_fully_visible into mount_too_revealingGravatar Eric W. Biederman 1-0/+1
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-1/+2
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Gravatar Al Viro 1-8/+8
2015-12-08replace ->follow_link() with new method that could stay in RCU modeGravatar Al Viro 1-3/+4
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-0/+4