- 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
- 0d56a45 stat: handle idmapped mounts by Christian Brauner · 4 years ago
- 058f2e4 proc: s_fs_info may be NULL when proc_kill_sb is called by Alexey Gladkov · 4 years, 7 months ago
- e61bb8b proc: use named enums for better readability by Alexey Gladkov · 4 years, 8 months ago
- 1c6c4d1 proc: use human-readable values for hidepid by Alexey Gladkov · 4 years, 8 months ago
- 6814ef2 proc: add option to mount only a pids subset by Alexey Gladkov · 4 years, 8 months ago
- 24a71ce proc: instantiate only pids that we can ptrace on 'hidepid=4' mount option by Alexey Gladkov · 4 years, 8 months ago
- fa10fed proc: allow to mount many instances of proc in one pid namespace by Alexey Gladkov · 4 years, 8 months ago
- 4fa3b1c proc: Handle umounts cleanly by Eric W. Biederman · 4 years, 9 months ago
- 69879c0 proc: Remove the now unnecessary internal mount of proc by Eric W. Biederman · 4 years, 10 months ago
- c9d35ee Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
- bf45f7f procfs: switch to use of invalfc() by Al Viro · 5 years ago
- d7167b1 fs_parse: fold fs_parameter_desc/fs_parameter_spec by Al Viro · 5 years ago
- 96cafb9 fs_parser: remove fs_parameter_description name field by Eric Sandeen · 5 years ago
- d56c0d4 proc: decouple proc from VFS with "struct proc_ops" by Alexey Dobriyan · 5 years ago
- 533770c new helper: get_tree_keyed() by Al Viro · 5 years ago
- 933a90b Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
- 0b3b094 fanotify: Disallow permission events for proc filesystem by Jan Kara · 6 years ago
- 46cf047 procfs: set ->user_ns before calling ->get_tree() by Al Viro · 6 years ago
- 7b47a9e Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
- 867aacc proc: remove unused argument in proc_pid_lookup() by Zhikang Zhang · 6 years ago
- 66f592e proc: Add fs_context support to procfs by David Howells · 6 years ago
- 60a3c3a procfs: Move proc_fill_super() to fs/proc/root.c by David Howells · 6 years ago
- 24074a3 proc: Make inline name size calculation automatic by David Howells · 7 years ago
- 4f11343 proc: use slower rb_first() by Alexey Dobriyan · 7 years ago
- 9cdd83e proc: switch struct proc_dir_entry::count to refcount by Alexey Dobriyan · 7 years ago
- 1539d58 proc: register filesystem last by Alexey Dobriyan · 7 years ago
- b4884f2 proc: move "struct proc_dir_entry" into kmem cache by Alexey Dobriyan · 7 years ago
- 195b8cf proc: move "struct pde_opener" to kmem cache by Alexey Dobriyan · 7 years ago
- e74a0ef proc: move /proc/sysvipc creation to where it belongs by Alexey Dobriyan · 7 years ago
- 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 410bd5e procfs: use faster rb_first_cached() by Davidlohr Bueso · 7 years ago
- 590dce2 Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
- 03441a3 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/stat.h> by Ingo Molnar · 8 years ago
- 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 8 years ago
- 796f571 procfs: use an enum for possible hidepid values by Lafcadio Wluiki · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- 1270dd8 fs/proc: calculate /proc/* and /proc/*/task/* nlink at init time by Alexey Dobriyan · 8 years ago
- e94591d proc: Convert proc_mount to use mount_ns. by Eric W. Biederman · 9 years ago
- 8654df4 mnt: Refactor fs_fully_visible into mount_too_revealing by Eric W. Biederman · 9 years ago
- f50752e switch all procfs directories ->iterate_shared() by Al Viro · 9 years ago
- 90f8572 vfs: Commit to never having exectuables on proc and sysfs. by Eric W. Biederman · 10 years ago
- eb6d38d proc: Allow creating permanently empty directories that serve as mount points by Eric W. Biederman · 10 years ago
- 1b852bc mnt: Refactor the logic for mounting sysfs and proc in a user namespace by Eric W. Biederman · 10 years ago
- 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
- 710585d fs/proc: use a rb tree for the directory entries by Nicolas Dichtel · 10 years ago
- 155134f Revert "proc: Point /proc/{mounts,net} at /proc/thread-self/{mounts,net} instead of /proc/self/{mounts,net}" by Linus Torvalds · 10 years ago
- 77e40aa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 10 years ago
- 335eb53 proc: faster /proc/$PID lookup by Alexey Dobriyan · 10 years ago
- 344470c proc: Point /proc/mounts at /proc/thread-self/mounts instead of /proc/self/mounts by Eric W. Biederman · 10 years ago
- 0097875 proc: Implement /proc/thread-self to point at the directory of the current thread by Eric W. Biederman · 10 years ago
- 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
- 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 11 years ago
- 8357041 of: remove /proc/device-tree by Grant Likely · 12 years ago
- c7c4591 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
- e51db73 userns: Better restrictions on when proc and sysfs can be mounted by Eric W. Biederman · 12 years ago
- aee1c13 proc: Restrict mounting the proc filesystem by Eric W. Biederman · 12 years ago
- 94fc5d9 proc: return on proc_readdir error by Richard Genoud · 11 years ago
- f0c3b50 [readdir] convert procfs by Al Viro · 12 years ago
- 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
- 021ada7 procfs: switch /proc/self away from proc_dir_entry by Al Viro · 12 years ago
- 87a8ebd userns: Restrict when proc and sysfs can be mounted by Eric W. Biederman · 12 years ago
- 4f326c0 userns: Allow unprivilged mounts of proc and sysfs by Eric W. Biederman · 12 years ago
- 0a01f2c pidns: Make the pidns proc mount/umount logic obvious. by Eric W. Biederman · 12 years ago
- 17cf22c pidns: Use task_active_pid_ns where appropriate by Eric W. Biederman · 15 years ago
- ae06c7c procfs: Don't cache a pid in the root inode. by Eric W. Biederman · 14 years ago
- e656d8a procfs: Use the proc generic infrastructure for proc/self. by Eric W. Biederman · 14 years ago
- 9fb8844 fs/proc/root.c: use NULL instead of 0 for pointer by Sachin Kamat · 12 years ago
- 9249e17 VFS: Pass mount flags to sget() by David Howells · 13 years ago
- 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 13 years ago
- 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 13 years ago
- dcb0f22 userns: Convert proc to use kuid/kgid where appropriate by Eric W. Biederman · 13 years ago
- 99663be proc: fix mount -t proc -o AAA by Vasiliy Kulikov · 13 years ago
- 0499680 procfs: add hidepid= and gid= mount options by Vasiliy Kulikov · 13 years ago
- 9741295 procfs: parse mount options by Vasiliy Kulikov · 13 years ago
- 905ad26 procfs: fix a vfsmount longterm reference leak by Al Viro · 13 years ago
- 09570f9 proc: make struct proc_dir_entry::name a terminal array rather than a pointer by David Howells · 13 years ago
- ff78fca fix leak in proc_set_super() by Al Viro · 14 years ago
- 52e9fc7 procfs: kill the global proc_mnt variable by Oleg Nesterov · 14 years ago
- 4308eeb pidns: call pid_ns_prepare_proc() from create_pid_namespace() by Eric W. Biederman · 14 years ago
- aed1d84 switch procfs to ->mount() by Al Viro · 14 years ago
- 579441a setting ->proc_mnt doesn't belong in proc_get_sb() by Al Viro · 14 years ago
- 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
- 73d3646 proc: cleanup: remove unused assignments by Dan Carpenter · 15 years ago
- 587d4a1 some clean up in fs/proc by Helight.Xu · 15 years ago
- 6f5bbff Convert obvious places to deactivate_locked_super() by Al Viro · 16 years ago
- a3ec947 vfs: simple_set_mnt() should return void by Sukadev Bhattiprolu · 16 years ago
- b4df2b9 proc: stop using BKL by Alexey Dobriyan · 16 years ago
- 59c7572 proc: remove fs/proc/proc_misc.c by Alexey Dobriyan · 16 years ago
- 5bcd7ff proc: proc_init_inodecache() can't fail by Alexey Dobriyan · 16 years ago
- 59b7435 proc: introduce proc_create_data to setup de->data by Denis V. Lunev · 17 years ago
- c74c120 proc: remove proc_root from drivers by Alexey Dobriyan · 17 years ago
- 928b4d8 proc: remove proc_root_driver by Alexey Dobriyan · 17 years ago
- 36a5aeb proc: remove proc_root_fs by Alexey Dobriyan · 17 years ago
- 9c37066 proc: remove proc_bus by Alexey Dobriyan · 17 years ago
- 2d3a4e3 proc: fix ->open'less usage due to ->proc_fops flip by Alexey Dobriyan · 17 years ago
- 5a622f2 proc: fix proc_dir_entry refcounting by Alexey Dobriyan · 17 years ago
- c231954 proc: fix NULL ->i_fop oops by Alexey Dobriyan · 17 years ago