summaryrefslogtreecommitdiffstats
path: root/fs/proc/internal.h
Commit message (Expand)AuthorAgeFilesLines
* proc: Use lsmids instead of lsm names for attrsCasey Schaufler2023-11-121-1/+1
* proc: nommu: fix empty /proc/<pid>/mapsBen Wolsieffer2023-09-191-2/+0
* fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-121-0/+5
|\
| * proc: mark more files as permanentAlexey Dobriyan2022-10-031-0/+5
* | fs/proc/task_mmu: stop using linked list and highest_vm_endMatthew Wilcox (Oracle)2022-09-261-1/+1
|/
* fs: proc: store PDE()->data into inode->i_privateMuchun Song2022-01-221-5/+0
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-2/+4
* fs/proc: make pde_get() return nothingHui Su2020-12-151-2/+1
* proc: fix lookup in /proc/net subdirectories after setns(2)Alexey Dobriyan2020-12-151-0/+7
* proc: faster open/read/close with "permanent" filesAlexey Dobriyan2020-04-071-0/+6
* proc: Use a list of inodes to flush from procEric W. Biederman2020-02-241-0/+1
* proc: Use d_invalidate in proc_prune_siblings_dcacheEric W. Biederman2020-02-241-1/+1
* proc: Generalize proc_sys_prune_dcache into proc_prune_siblings_dcacheEric W. Biederman2020-02-201-0/+1
* proc: Rename in proc_inode rename sysctl_inodes sibling_inodesEric W. Biederman2020-02-201-1/+1
* proc: decouple proc from VFS with "struct proc_ops"Alexey Dobriyan2020-02-041-1/+4
* fs/proc/internal.h: shuffle "struct pde_opener"Alexey Dobriyan2019-12-041-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-03-121-4/+1
|\
| * proc: Add fs_context support to procfsDavid Howells2019-02-281-1/+0
| * procfs: Move proc_fill_super() to fs/proc/root.cDavid Howells2019-02-281-3/+1
* | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-071-0/+1
|\ \
| * | procfs: add smack subdir to attrsCasey Schaufler2019-01-081-0/+1
| |/
* | proc: remove unused argument in proc_pid_lookup()Zhikang Zhang2019-03-051-1/+1
* | proc: fix /proc/net/* after setns(2)Alexey Dobriyan2019-02-011-0/+1
|/
* proc: spread "const" a bitAlexey Dobriyan2018-08-221-2/+2
* proc: fixup PDE allocation bloatAlexey Dobriyan2018-08-221-10/+7
* mm: /proc/pid/smaps_rollup: convert to single value seq_fileVlastimil Babka2018-08-221-1/+0
* mm: /proc/pid/*maps remove is_pid and related wrappersVlastimil Babka2018-08-221-3/+0
* Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-06-161-6/+14
|\
| * proc: Make inline name size calculation automaticDavid Howells2018-06-151-6/+12
| * proc: Add a way to make network proc files writableDavid Howells2018-05-181-0/+2
* | proc: use "unsigned int" in proc_fill_cache()Alexey Dobriyan2018-06-071-1/+1
* | Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2018-06-051-0/+2
|\ \
| * | proc: Consolidate task->comm formatting into proc_task_name()Tejun Heo2018-05-181-0/+2
* | | Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-06-041-2/+2
|\ \ \ | |_|/ |/| |
| * | procfs: switch instantiate_t to d_splice_alias()Al Viro2018-05-261-1/+1
| * | procfs: get rid of ancient BS in pid_revalidate() usesAl Viro2018-05-221-1/+1
| |/
* | proc: update SIZEOF_PDE_INLINE_NAME for the new pde fieldsChristoph Hellwig2018-05-161-2/+2
* | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-1/+4
* | proc: introduce proc_create_seq_privateChristoph Hellwig2018-05-161-0/+1
* | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-161-0/+1
* | proc: add a proc_create_reg helperChristoph Hellwig2018-05-161-0/+2
* | proc: simplify proc_register calling conventionsChristoph Hellwig2018-05-161-0/+2
|/
* proc: use slower rb_first()Alexey Dobriyan2018-04-111-3/+3
* proc: switch struct proc_dir_entry::count to refcountAlexey Dobriyan2018-04-111-2/+3
* proc: move "struct proc_dir_entry" into kmem cacheAlexey Dobriyan2018-04-111-1/+10
* proc: move "struct pde_opener" to kmem cacheAlexey Dobriyan2018-04-111-1/+1
* proc: randomize "struct pde_opener"Alexey Dobriyan2018-04-111-1/+1