summaryrefslogtreecommitdiffstats
path: root/fs/proc/root.c
Commit message (Expand)AuthorAgeFilesLines
* procfs: make freeing proc_fs_info rcu-delayedAl Viro2024-02-251-1/+1
* fs: super: dynamically allocate the s_shrinkQi Zheng2023-10-041-1/+1
* fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+2
* fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* proc: add some (hopefully) insightful commentsAlexey Dobriyan2022-07-291-0/+5
* proc: delete unused <linux/uaccess.h> includesAlexey Dobriyan2022-07-171-3/+0
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-1/+2
* stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* proc: s_fs_info may be NULL when proc_kill_sb is calledAlexey Gladkov2020-06-101-4/+6
* proc: use named enums for better readabilityAlexey Gladkov2020-04-221-2/+2
* proc: use human-readable values for hidepidAlexey Gladkov2020-04-221-4/+34
* proc: add option to mount only a pids subsetAlexey Gladkov2020-04-221-0/+33
* proc: instantiate only pids that we can ptrace on 'hidepid=4' mount optionAlexey Gladkov2020-04-221-3/+10
* proc: allow to mount many instances of proc in one pid namespaceAlexey Gladkov2020-04-221-25/+24
* proc: Handle umounts cleanlyEric W. Biederman2020-04-151-0/+7
* proc: Remove the now unnecessary internal mount of procEric W. Biederman2020-02-281-36/+0
* Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-02-081-9/+4
|\
| * procfs: switch to use of invalfc()Al Viro2020-02-071-1/+1
| * fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro2020-02-071-7/+3
| * fs_parser: remove fs_parameter_description name fieldEric Sandeen2020-02-071-1/+0
* | proc: decouple proc from VFS with "struct proc_ops"Alexey Dobriyan2020-02-041-1/+1
|/
* new helper: get_tree_keyed()Al Viro2019-09-051-2/+1
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-4/+3
|\
| * procfs: set ->user_ns before calling ->get_tree()Al Viro2019-05-251-4/+3
* | fanotify: Disallow permission events for proc filesystemJan Kara2019-05-281-1/+1
|/
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-03-121-62/+174
|\
| * proc: Add fs_context support to procfsDavid Howells2019-02-281-66/+129
| * procfs: Move proc_fill_super() to fs/proc/root.cDavid Howells2019-02-281-1/+50
* | proc: remove unused argument in proc_pid_lookup()Zhikang Zhang2019-03-051-1/+1
|/
* proc: Make inline name size calculation automaticDavid Howells2018-06-151-2/+1
* proc: use slower rb_first()Alexey Dobriyan2018-04-111-1/+1
* proc: switch struct proc_dir_entry::count to refcountAlexey Dobriyan2018-04-111-1/+1
* proc: register filesystem lastAlexey Dobriyan2018-04-111-6/+2
* proc: move "struct proc_dir_entry" into kmem cacheAlexey Dobriyan2018-04-111-1/+2
* proc: move "struct pde_opener" to kmem cacheAlexey Dobriyan2018-04-111-1/+1
* proc: move /proc/sysvipc creation to where it belongsAlexey Dobriyan2018-04-111-4/+0
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* procfs: use faster rb_first_cached()Davidlohr Bueso2017-09-081-1/+1
* Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-031-3/+3
|\
| * statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-3/+3
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
|/
* procfs: use an enum for possible hidepid valuesLafcadio Wluiki2017-02-241-1/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* fs/proc: calculate /proc/* and /proc/*/task/* nlink at init timeAlexey Dobriyan2016-12-121-0/+1
* proc: Convert proc_mount to use mount_ns.Eric W. Biederman2016-06-231-48/+4
* mnt: Refactor fs_fully_visible into mount_too_revealingEric W. Biederman2016-06-231-1/+1
* switch all procfs directories ->iterate_shared()Al Viro2016-05-021-2/+2
* vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman2015-07-101-0/+2