aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-06proc: delete redundant subset=pid checkAlexey Dobriyan1-4/+0
2021-05-06proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan1-12/+2
2020-11-06proc: wire up generic_file_splice_read for iter opsChristoph Hellwig1-0/+2
2020-09-03proc: add a read_iter method to proc proc_opsChristoph Hellwig1-3/+50
2020-09-03proc: cleanup the compat vs no compat file opsChristoph Hellwig1-6/+4
2020-09-03proc: remove a level of indentation in proc_get_inodeChristoph Hellwig1-35/+37
2020-06-12proc: Use new_inode not new_inode_pseudoEric W. Biederman1-1/+1
2020-04-22proc: use named enums for better readabilityAlexey Gladkov1-1/+1
2020-04-22proc: use human-readable values for hidepidAlexey Gladkov1-1/+14
2020-04-22proc: add option to mount only a pids subsetAlexey Gladkov1-0/+6
2020-04-22proc: allow to mount many instances of proc in one pid namespaceAlexey Gladkov1-6/+5
2020-04-07proc: faster open/read/close with "permanent" filesAlexey Dobriyan1-50/+137
2020-04-07fs/proc/inode.c: annotate close_pdeo() for sparseJules Irenge1-0/+1
2020-02-24proc: Use a list of inodes to flush from procEric W. Biederman1-1/+1
2020-02-24proc: Clear the pieces of proc_inode that proc_evict_inode cares aboutEric W. Biederman1-5/+11
2020-02-24proc: Use d_invalidate in proc_prune_siblings_dcacheEric W. Biederman1-2/+14
2020-02-21proc: In proc_prune_siblings_dcache cache an aquired super blockEric W. Biederman1-4/+10
2020-02-20proc: Generalize proc_sys_prune_dcache into proc_prune_siblings_dcacheEric W. Biederman1-0/+38
2020-02-20proc: Rename in proc_inode rename sysctl_inodes sibling_inodesEric W. Biederman1-0/+1
2020-02-04proc: decouple proc from VFS with "struct proc_ops"Alexey Dobriyan1-37/+39
2019-07-16fs/proc/inode.c: use typeof_member() macroAlexey Dobriyan1-10/+17
2019-05-01procfs: switch to ->free_inode()Al Viro1-8/+2
2019-02-28proc: Add fs_context support to procfsDavid Howells1-1/+0
2019-02-28procfs: Move proc_fill_super() to fs/proc/root.cDavid Howells1-50/+1
2019-01-04fs/proc/inode.c: delete unnecessary variable in proc_alloc_inode()Alexey Dobriyan1-3/+1
2018-10-26mm: zero-seek shrinkersJohannes Weiner1-0/+3
2018-08-22proc: fixup PDE allocation bloatAlexey Dobriyan1-2/+4
2018-06-15proc: Make inline name size calculation automaticDavid Howells1-3/+2
2018-04-11proc: move "struct proc_dir_entry" into kmem cacheAlexey Dobriyan1-0/+4
2018-04-11proc: account "struct pde_opener"Alexey Dobriyan1-1/+1
2018-04-11proc: move "struct pde_opener" to kmem cacheAlexey Dobriyan1-4/+8
2018-04-11proc: faster open/close of files without ->release hookAlexey Dobriyan1-18/+23
2018-04-11proc: do less stuff under ->pde_unload_lockAlexey Dobriyan1-5/+9
2018-02-06proc: spread likely/unlikely a bitAlexey Dobriyan1-4/+4
2018-02-06fs/proc: use __ro_after_initAlexey Dobriyan1-1/+2
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2017-11-27fs: annotate ->poll() instancesAl Viro1-1/+1
2017-11-27anntotate the places where ->poll() return values goAl Viro1-1/+1
2017-11-27->poll() methods should return __poll_tAl Viro1-1/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-08fs/proc/inode.c: remove cast from memory allocationTobin C. Harding1-1/+1
2017-02-24procfs: use an enum for possible hidepid valuesLafcadio Wluiki1-1/+1
2017-02-13proc/sysctl: prune stale dentries during unregisteringKonstantin Khlebnikov1-1/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-1/+0
2016-12-12proc: tweak comments about 2 stage open and everythingAlexey Dobriyan1-8/+21
2016-12-12proc: kmalloc struct pde_openerAlexey Dobriyan1-1/+3
2016-12-12proc: fix type of struct pde_opener::closing fieldAlexey Dobriyan1-1/+1
2016-12-12proc: just list_del() struct pde_openerAlexey Dobriyan1-1/+1