summaryrefslogtreecommitdiffstats
path: root/fs/proc/inode.c
AgeCommit message (Expand)AuthorLines
2024-02-25procfs: move dropping pde and pid from ->evict_inode() to ->free_inode()Al Viro-11/+8
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds-7/+4
2023-10-18proc: save LOC by using while loopAlexey Dobriyan-7/+4
2023-10-18proc: convert to new timestamp accessorsJeff Layton-1/+1
2023-07-24procfs: convert to ctime accessor functionsJeff Layton-1/+1
2023-05-24tty, proc, kernfs, random: Use copy_splice_read()David Howells-2/+2
2022-08-14take care to handle NULL ->proc_lseek()Al Viro-0/+3
2022-07-29proc: add some (hopefully) insightful commentsAlexey Dobriyan-5/+12
2022-07-17proc: delete unused <linux/uaccess.h> includesAlexey Dobriyan-2/+0
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song-1/+1
2022-01-22fs: proc: store PDE()->data into inode->i_privateMuchun Song-0/+1
2021-05-06proc: delete redundant subset=pid checkAlexey Dobriyan-4/+0
2021-05-06proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan-12/+2
2020-11-06proc: wire up generic_file_splice_read for iter opsChristoph Hellwig-0/+2
2020-09-03proc: add a read_iter method to proc proc_opsChristoph Hellwig-3/+50
2020-09-03proc: cleanup the compat vs no compat file opsChristoph Hellwig-6/+4
2020-09-03proc: remove a level of indentation in proc_get_inodeChristoph Hellwig-35/+37
2020-06-12proc: Use new_inode not new_inode_pseudoEric W. Biederman-1/+1
2020-04-22proc: use named enums for better readabilityAlexey Gladkov-1/+1
2020-04-22proc: use human-readable values for hidepidAlexey Gladkov-1/+14
2020-04-22proc: add option to mount only a pids subsetAlexey Gladkov-0/+6
2020-04-22proc: allow to mount many instances of proc in one pid namespaceAlexey Gladkov-6/+5
2020-04-07proc: faster open/read/close with "permanent" filesAlexey Dobriyan-50/+137
2020-04-07fs/proc/inode.c: annotate close_pdeo() for sparseJules Irenge-0/+1
2020-02-24proc: Use a list of inodes to flush from procEric W. Biederman-1/+1
2020-02-24proc: Clear the pieces of proc_inode that proc_evict_inode cares aboutEric W. Biederman-5/+11
2020-02-24proc: Use d_invalidate in proc_prune_siblings_dcacheEric W. Biederman-2/+14
2020-02-21proc: In proc_prune_siblings_dcache cache an aquired super blockEric W. Biederman-4/+10
2020-02-20proc: Generalize proc_sys_prune_dcache into proc_prune_siblings_dcacheEric W. Biederman-0/+38
2020-02-20proc: Rename in proc_inode rename sysctl_inodes sibling_inodesEric W. Biederman-0/+1
2020-02-04proc: decouple proc from VFS with "struct proc_ops"Alexey Dobriyan-37/+39
2019-07-16fs/proc/inode.c: use typeof_member() macroAlexey Dobriyan-10/+17
2019-05-01procfs: switch to ->free_inode()Al Viro-8/+2
2019-02-28proc: Add fs_context support to procfsDavid Howells-1/+0
2019-02-28procfs: Move proc_fill_super() to fs/proc/root.cDavid Howells-50/+1
2019-01-04fs/proc/inode.c: delete unnecessary variable in proc_alloc_inode()Alexey Dobriyan-3/+1
2018-10-26mm: zero-seek shrinkersJohannes Weiner-0/+3
2018-08-22proc: fixup PDE allocation bloatAlexey Dobriyan-2/+4
2018-06-15proc: Make inline name size calculation automaticDavid Howells-3/+2
2018-04-11proc: move "struct proc_dir_entry" into kmem cacheAlexey Dobriyan-0/+4
2018-04-11proc: account "struct pde_opener"Alexey Dobriyan-1/+1
2018-04-11proc: move "struct pde_opener" to kmem cacheAlexey Dobriyan-4/+8
2018-04-11proc: faster open/close of files without ->release hookAlexey Dobriyan-18/+23
2018-04-11proc: do less stuff under ->pde_unload_lockAlexey Dobriyan-5/+9
2018-02-06proc: spread likely/unlikely a bitAlexey Dobriyan-4/+4
2018-02-06fs/proc: use __ro_after_initAlexey Dobriyan-1/+2
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-3/+3
2017-11-27fs: annotate ->poll() instancesAl Viro-1/+1
2017-11-27anntotate the places where ->poll() return values goAl Viro-1/+1
2017-11-27->poll() methods should return __poll_tAl Viro-1/+1