aboutsummaryrefslogtreecommitdiff
path: root/fs/proc/inode.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-25procfs: move dropping pde and pid from ->evict_inode() to ->free_inode()Gravatar Al Viro 1-11/+8
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-7/+4
2023-10-18proc: save LOC by using while loopGravatar Alexey Dobriyan 1-7/+4
2023-10-18proc: convert to new timestamp accessorsGravatar Jeff Layton 1-1/+1
2023-07-24procfs: convert to ctime accessor functionsGravatar Jeff Layton 1-1/+1
2023-05-24tty, proc, kernfs, random: Use copy_splice_read()Gravatar David Howells 1-2/+2
2022-08-14take care to handle NULL ->proc_lseek()Gravatar Al Viro 1-0/+3
2022-07-29proc: add some (hopefully) insightful commentsGravatar Alexey Dobriyan 1-5/+12
2022-07-17proc: delete unused <linux/uaccess.h> includesGravatar Alexey Dobriyan 1-2/+0
2022-03-22fs: allocate inode by using alloc_inode_sb()Gravatar Muchun Song 1-1/+1
2022-01-22fs: proc: store PDE()->data into inode->i_privateGravatar Muchun Song 1-0/+1
2021-05-06proc: delete redundant subset=pid checkGravatar Alexey Dobriyan 1-4/+0
2021-05-06proc: mandate ->proc_lseek in "struct proc_ops"Gravatar Alexey Dobriyan 1-12/+2
2020-11-06proc: wire up generic_file_splice_read for iter opsGravatar Christoph Hellwig 1-0/+2
2020-09-03proc: add a read_iter method to proc proc_opsGravatar Christoph Hellwig 1-3/+50
2020-09-03proc: cleanup the compat vs no compat file opsGravatar Christoph Hellwig 1-6/+4
2020-09-03proc: remove a level of indentation in proc_get_inodeGravatar Christoph Hellwig 1-35/+37
2020-06-12proc: Use new_inode not new_inode_pseudoGravatar Eric W. Biederman 1-1/+1
2020-04-22proc: use named enums for better readabilityGravatar Alexey Gladkov 1-1/+1
2020-04-22proc: use human-readable values for hidepidGravatar Alexey Gladkov 1-1/+14
2020-04-22proc: add option to mount only a pids subsetGravatar Alexey Gladkov 1-0/+6
2020-04-22proc: allow to mount many instances of proc in one pid namespaceGravatar Alexey Gladkov 1-6/+5
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