aboutsummaryrefslogtreecommitdiff
path: root/fs/proc/internal.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-22fs: proc: store PDE()->data into inode->i_privateGravatar Muchun Song 1-5/+0
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-2/+4
2020-12-15fs/proc: make pde_get() return nothingGravatar Hui Su 1-2/+1
2020-12-15proc: fix lookup in /proc/net subdirectories after setns(2)Gravatar Alexey Dobriyan 1-0/+7
2020-04-07proc: faster open/read/close with "permanent" filesGravatar Alexey Dobriyan 1-0/+6
2020-02-24proc: Use a list of inodes to flush from procGravatar Eric W. Biederman 1-0/+1
2020-02-24proc: Use d_invalidate in proc_prune_siblings_dcacheGravatar Eric W. Biederman 1-1/+1
2020-02-20proc: Generalize proc_sys_prune_dcache into proc_prune_siblings_dcacheGravatar Eric W. Biederman 1-0/+1
2020-02-20proc: Rename in proc_inode rename sysctl_inodes sibling_inodesGravatar Eric W. Biederman 1-1/+1
2020-02-04proc: decouple proc from VFS with "struct proc_ops"Gravatar Alexey Dobriyan 1-1/+4
2019-12-04fs/proc/internal.h: shuffle "struct pde_opener"Gravatar Alexey Dobriyan 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-4/+1
2019-03-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+1
2019-03-05proc: remove unused argument in proc_pid_lookup()Gravatar Zhikang Zhang 1-1/+1
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-3/+1
2019-02-01proc: fix /proc/net/* after setns(2)Gravatar Alexey Dobriyan 1-0/+1
2019-01-08procfs: add smack subdir to attrsGravatar Casey Schaufler 1-0/+1
2018-08-22proc: spread "const" a bitGravatar Alexey Dobriyan 1-2/+2
2018-08-22proc: fixup PDE allocation bloatGravatar Alexey Dobriyan 1-10/+7
2018-08-22mm: /proc/pid/smaps_rollup: convert to single value seq_fileGravatar Vlastimil Babka 1-1/+0
2018-08-22mm: /proc/pid/*maps remove is_pid and related wrappersGravatar Vlastimil Babka 1-3/+0
2018-06-16Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 1-6/+14
2018-06-15proc: Make inline name size calculation automaticGravatar David Howells 1-6/+12
2018-06-07proc: use "unsigned int" in proc_fill_cache()Gravatar Alexey Dobriyan 1-1/+1
2018-06-05Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-0/+2
2018-06-04Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-2/+2
2018-05-26procfs: switch instantiate_t to d_splice_alias()Gravatar Al Viro 1-1/+1
2018-05-22procfs: get rid of ancient BS in pid_revalidate() usesGravatar Al Viro 1-1/+1
2018-05-18proc: Consolidate task->comm formatting into proc_task_name()Gravatar Tejun Heo 1-0/+2
2018-05-18proc: Add a way to make network proc files writableGravatar David Howells 1-0/+2
2018-05-16proc: update SIZEOF_PDE_INLINE_NAME for the new pde fieldsGravatar Christoph Hellwig 1-2/+2
2018-05-16proc: introduce proc_create_single{,_data}Gravatar Christoph Hellwig 1-1/+4
2018-05-16proc: introduce proc_create_seq_privateGravatar Christoph Hellwig 1-0/+1
2018-05-16proc: introduce proc_create_seq{,_data}Gravatar Christoph Hellwig 1-0/+1
2018-05-16proc: add a proc_create_reg helperGravatar Christoph Hellwig 1-0/+2
2018-05-16proc: simplify proc_register calling conventionsGravatar Christoph Hellwig 1-0/+2
2018-04-11proc: use slower rb_first()Gravatar Alexey Dobriyan 1-3/+3
2018-04-11proc: switch struct proc_dir_entry::count to refcountGravatar Alexey Dobriyan 1-2/+3
2018-04-11proc: move "struct proc_dir_entry" into kmem cacheGravatar Alexey Dobriyan 1-1/+10
2018-04-11proc: move "struct pde_opener" to kmem cacheGravatar Alexey Dobriyan 1-1/+1
2018-04-11proc: randomize "struct pde_opener"Gravatar Alexey Dobriyan 1-1/+1
2018-02-06proc: rearrange argsGravatar Alexey Dobriyan 1-3/+2
2018-02-06fs/proc/internal.h: fix up commentGravatar Alexey Dobriyan 1-1/+2
2018-02-06fs/proc/internal.h: rearrange struct proc_dir_entryGravatar Alexey Dobriyan 1-10/+13
2017-11-22Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2017-11-17proc: : uninline name_to_int()Gravatar Alexey Dobriyan 1-22/+1
2017-09-30mode_t whack-a-mole: task_dump_owner()Gravatar Al Viro 1-1/+1
2017-09-08procfs: use faster rb_first_cached()Gravatar Davidlohr Bueso 1-1/+1