| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-29 | Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
| 2025-09-02 | procfs: add "pidns" mount option | Aleksa Sarai | 1 | -6/+92 |
| 2025-07-10 | uapi: export PROCFS_ROOT_INO | Aleksa Sarai | 1 | -5/+5 |
| 2024-02-25 | procfs: make freeing proc_fs_info rcu-delayed | Al Viro | 1 | -1/+1 |
| 2023-10-04 | fs: super: dynamically allocate the s_shrink | Qi Zheng | 1 | -1/+1 |
| 2023-08-09 | fs: pass the request_mask to generic_fillattr | Jeff Layton | 1 | -1/+2 |
| 2023-01-19 | fs: port ->getattr() to pass mnt_idmap | Christian Brauner | 1 | -2/+2 |
| 2022-07-29 | proc: add some (hopefully) insightful comments | Alexey Dobriyan | 1 | -0/+5 |
| 2022-07-17 | proc: delete unused <linux/uaccess.h> includes | Alexey Dobriyan | 1 | -3/+0 |
| 2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 1 | -1/+2 |
| 2021-01-24 | stat: handle idmapped mounts | Christian Brauner | 1 | -1/+1 |
| 2020-06-10 | proc: s_fs_info may be NULL when proc_kill_sb is called | Alexey Gladkov | 1 | -4/+6 |
| 2020-04-22 | proc: use named enums for better readability | Alexey Gladkov | 1 | -2/+2 |
| 2020-04-22 | proc: use human-readable values for hidepid | Alexey Gladkov | 1 | -4/+34 |
| 2020-04-22 | proc: add option to mount only a pids subset | Alexey Gladkov | 1 | -0/+33 |
| 2020-04-22 | proc: instantiate only pids that we can ptrace on 'hidepid=4' mount option | Alexey Gladkov | 1 | -3/+10 |
| 2020-04-22 | proc: allow to mount many instances of proc in one pid namespace | Alexey Gladkov | 1 | -25/+24 |
| 2020-04-15 | proc: Handle umounts cleanly | Eric W. Biederman | 1 | -0/+7 |
| 2020-02-28 | proc: Remove the now unnecessary internal mount of proc | Eric W. Biederman | 1 | -36/+0 |
| 2020-02-08 | Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -9/+4 |
| 2020-02-07 | procfs: switch to use of invalfc() | Al Viro | 1 | -1/+1 |
| 2020-02-07 | fs_parse: fold fs_parameter_desc/fs_parameter_spec | Al Viro | 1 | -7/+3 |
| 2020-02-07 | fs_parser: remove fs_parameter_description name field | Eric Sandeen | 1 | -1/+0 |
| 2020-02-04 | proc: decouple proc from VFS with "struct proc_ops" | Alexey Dobriyan | 1 | -1/+1 |
| 2019-09-05 | new helper: get_tree_keyed() | Al Viro | 1 | -2/+1 |
| 2019-07-19 | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -4/+3 |
| 2019-05-28 | fanotify: Disallow permission events for proc filesystem | Jan Kara | 1 | -1/+1 |
| 2019-05-25 | procfs: set ->user_ns before calling ->get_tree() | Al Viro | 1 | -4/+3 |
| 2019-03-12 | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -62/+174 |
| 2019-03-05 | proc: remove unused argument in proc_pid_lookup() | Zhikang Zhang | 1 | -1/+1 |
| 2019-02-28 | proc: Add fs_context support to procfs | David Howells | 1 | -66/+129 |
| 2019-02-28 | procfs: Move proc_fill_super() to fs/proc/root.c | David Howells | 1 | -1/+50 |
| 2018-06-15 | proc: Make inline name size calculation automatic | David Howells | 1 | -2/+1 |
| 2018-04-11 | proc: use slower rb_first() | Alexey Dobriyan | 1 | -1/+1 |
| 2018-04-11 | proc: switch struct proc_dir_entry::count to refcount | Alexey Dobriyan | 1 | -1/+1 |
| 2018-04-11 | proc: register filesystem last | Alexey Dobriyan | 1 | -6/+2 |
| 2018-04-11 | proc: move "struct proc_dir_entry" into kmem cache | Alexey Dobriyan | 1 | -1/+2 |
| 2018-04-11 | proc: move "struct pde_opener" to kmem cache | Alexey Dobriyan | 1 | -1/+1 |
| 2018-04-11 | proc: move /proc/sysvipc creation to where it belongs | Alexey Dobriyan | 1 | -4/+0 |
| 2017-11-27 | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds | 1 | -1/+1 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-09-08 | procfs: use faster rb_first_cached() | Davidlohr Bueso | 1 | -1/+1 |
| 2017-03-03 | Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -3/+3 |
| 2017-03-02 | statx: Add a system call to make enhanced file info available | David Howells | 1 | -3/+3 |
| 2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
| 2017-03-02 | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> | Ingo Molnar | 1 | -0/+1 |
| 2017-02-24 | procfs: use an enum for possible hidepid values | Lafcadio Wluiki | 1 | -1/+2 |
| 2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
| 2016-12-12 | fs/proc: calculate /proc/* and /proc/*/task/* nlink at init time | Alexey Dobriyan | 1 | -0/+1 |
| 2016-06-23 | proc: Convert proc_mount to use mount_ns. | Eric W. Biederman | 1 | -48/+4 |
| 2016-06-23 | mnt: Refactor fs_fully_visible into mount_too_revealing | Eric W. Biederman | 1 | -1/+1 |
| 2016-05-02 | switch all procfs directories ->iterate_shared() | Al Viro | 1 | -2/+2 |
| 2015-07-10 | vfs: Commit to never having exectuables on proc and sysfs. | Eric W. Biederman | 1 | -0/+2 |
| 2015-07-01 | proc: Allow creating permanently empty directories that serve as mount points | Eric W. Biederman | 1 | -2/+2 |
| 2015-05-13 | mnt: Refactor the logic for mounting sysfs and proc in a user namespace | Eric W. Biederman | 1 | -4/+1 |
| 2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 1 | -1/+1 |
| 2014-12-10 | fs/proc: use a rb tree for the directory entries | Nicolas Dichtel | 1 | -0/+1 |
| 2014-08-10 | Revert "proc: Point /proc/{mounts,net} at /proc/thread-self/{mounts,net} inst... | Linus Torvalds | 1 | -1/+1 |
| 2014-08-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -1/+4 |
| 2014-08-08 | proc: faster /proc/$PID lookup | Alexey Dobriyan | 1 | -2/+2 |
| 2014-08-04 | proc: Point /proc/mounts at /proc/thread-self/mounts instead of /proc/self/mo... | Eric W. Biederman | 1 | -1/+1 |
| 2014-08-04 | proc: Implement /proc/thread-self to point at the directory of the current th... | Eric W. Biederman | 1 | -0/+3 |
| 2014-04-04 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -0/+2 |
| 2014-03-13 | fs: push sync_filesystem() down to the file system's remount_fs() | Theodore Ts'o | 1 | -0/+2 |
| 2014-03-11 | of: remove /proc/device-tree | Grant Likely | 1 | -3/+0 |
| 2013-09-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -1/+5 |
| 2013-08-26 | userns: Better restrictions on when proc and sysfs can be mounted | Eric W. Biederman | 1 | -2/+5 |
| 2013-08-26 | proc: Restrict mounting the proc filesystem | Eric W. Biederman | 1 | -1/+2 |
| 2013-08-19 | proc: return on proc_readdir error | Richard Genoud | 1 | -1/+3 |
| 2013-06-29 | [readdir] convert procfs | Al Viro | 1 | -13/+6 |
| 2013-05-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+2 |
| 2013-04-09 | procfs: switch /proc/self away from proc_dir_entry | Al Viro | 1 | -0/+2 |
| 2013-03-27 | userns: Restrict when proc and sysfs can be mounted | Eric W. Biederman | 1 | -0/+4 |
| 2012-11-20 | userns: Allow unprivilged mounts of proc and sysfs | Eric W. Biederman | 1 | -0/+1 |
| 2012-11-19 | pidns: Make the pidns proc mount/umount logic obvious. | Eric W. Biederman | 1 | -5/+0 |
| 2012-11-19 | pidns: Use task_active_pid_ns where appropriate | Eric W. Biederman | 1 | -1/+1 |
| 2012-11-19 | procfs: Don't cache a pid in the root inode. | Eric W. Biederman | 1 | -8/+0 |
| 2012-11-19 | procfs: Use the proc generic infrastructure for proc/self. | Eric W. Biederman | 1 | -0/+1 |
| 2012-10-06 | fs/proc/root.c: use NULL instead of 0 for pointer | Sachin Kamat | 1 | -1/+1 |
| 2012-07-14 | VFS: Pass mount flags to sget() | David Howells | 1 | -2/+1 |
| 2012-07-14 | stop passing nameidata to ->lookup() | Al Viro | 1 | -4/+3 |
| 2012-05-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -1/+1 |
| 2012-05-15 | userns: Convert proc to use kuid/kgid where appropriate | Eric W. Biederman | 1 | -1/+1 |
| 2012-04-05 | proc: fix mount -t proc -o AAA | Vasiliy Kulikov | 1 | -4/+5 |
| 2012-01-10 | procfs: add hidepid= and gid= mount options | Vasiliy Kulikov | 1 | -3/+18 |
| 2012-01-10 | procfs: parse mount options | Vasiliy Kulikov | 1 | -2/+53 |
| 2011-12-09 | procfs: fix a vfsmount longterm reference leak | Al Viro | 1 | -5/+3 |
| 2011-07-27 | proc: make struct proc_dir_entry::name a terminal array rather than a pointer | David Howells | 1 | -1/+1 |
| 2011-06-12 | fix leak in proc_set_super() | Al Viro | 1 | -5/+6 |
| 2011-03-23 | procfs: kill the global proc_mnt variable | Oleg Nesterov | 1 | -3/+4 |
| 2011-03-23 | pidns: call pid_ns_prepare_proc() from create_pid_namespace() | Eric W. Biederman | 1 | -18/+7 |
| 2010-10-29 | switch procfs to ->mount() | Al Viro | 1 | -7/+6 |
| 2010-10-29 | setting ->proc_mnt doesn't belong in proc_get_sb() | Al Viro | 1 | -1/+2 |
| 2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann | 1 | -0/+1 |
| 2010-05-27 | proc: cleanup: remove unused assignments | Dan Carpenter | 1 | -1/+0 |
| 2010-03-03 | some clean up in fs/proc | Helight.Xu | 1 | -6/+0 |
| 2009-05-09 | Convert obvious places to deactivate_locked_super() | Al Viro | 1 | -2/+1 |
| 2009-03-27 | vfs: simple_set_mnt() should return void | Sukadev Bhattiprolu | 1 | -1/+2 |
| 2009-01-05 | proc: stop using BKL | Alexey Dobriyan | 1 | -7/+1 |
| 2008-10-23 | proc: remove fs/proc/proc_misc.c | Alexey Dobriyan | 1 | -1/+1 |
| 2008-10-23 | proc: proc_init_inodecache() can't fail | Alexey Dobriyan | 1 | -3/+3 |
| 2008-04-29 | proc: introduce proc_create_data to setup de->data | Denis V. Lunev | 1 | -1/+1 |
| 2008-04-29 | proc: remove proc_root from drivers | Alexey Dobriyan | 1 | -1/+0 |
| 2008-04-29 | proc: remove proc_root_driver | Alexey Dobriyan | 1 | -4/+1 |
| 2008-04-29 | proc: remove proc_root_fs | Alexey Dobriyan | 1 | -3/+2 |
| 2008-04-29 | proc: remove proc_bus | Alexey Dobriyan | 1 | -3/+2 |
| 2008-02-08 | proc: fix ->open'less usage due to ->proc_fops flip | Alexey Dobriyan | 1 | -0/+1 |
| 2007-12-05 | proc: fix proc_dir_entry refcounting | Alexey Dobriyan | 1 | -0/+1 |
| 2007-11-29 | proc: fix NULL ->i_fop oops | Alexey Dobriyan | 1 | -1/+1 |
| 2007-11-14 | proc: fix proc_kill_inodes to kill dentries on all proc superblocks | Eric W. Biederman | 1 | -1/+1 |
| 2007-10-19 | pid namespaces: initialize the namespace's proc_mnt | Pavel Emelyanov | 1 | -0/+16 |
| 2007-10-19 | pid namespaces: make proc have multiple superblocks - one for each namespace | Pavel Emelyanov | 1 | -4/+63 |
| 2007-10-10 | [NET]: Make /proc/net per network namespace | Eric W. Biederman | 1 | -5/+3 |
| 2007-04-02 | [PATCH] proc: fix linkage with CONFIG_SYSCTL=y, CONFIG_PROC_SYSCTL=n | Andrew Morton | 1 | -2/+0 |
| 2007-02-14 | [PATCH] sysctl: reimplement the sysctl proc support | Eric W. Biederman | 1 | -7/+3 |
| 2007-02-14 | [PATCH] sysctl: create sys/fs/binfmt_misc as an ordinary sysctl entry | Eric W. Biederman | 1 | -4/+0 |
| 2007-02-12 | [PATCH] mark struct inode_operations const 3 | Arjan van de Ven | 1 | -1/+1 |
| 2007-02-12 | [PATCH] mark struct file_operations const 6 | Arjan van de Ven | 1 | -1/+1 |
| 2006-12-04 | [PATCH] severing fs.h, radix-tree.h -> sched.h | Al Viro | 1 | -0/+1 |
| 2006-10-02 | [PATCH] proc: give the root directory a task | Eric W. Biederman | 1 | -0/+12 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
| 2006-06-23 | [PATCH] VFS: Permit filesystem to override root dentry on mount | David Howells | 1 | -3/+3 |
| 2006-02-18 | [PATCH] fix handling of st_nlink on procfs root | Al Viro | 1 | -8/+9 |
| 2006-01-08 | [PATCH] fs/proc/: function prototypes belong in header files | Adrian Bunk | 1 | -1/+2 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+161 |