1. 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
  2. a938968 fs/proc: make pde_get() return nothing by Hui Su · 4 years, 1 month ago
  3. c6c75de proc: fix lookup in /proc/net subdirectories after setns(2) by Alexey Dobriyan · 4 years, 1 month ago
  4. d919b33 proc: faster open/read/close with "permanent" files by Alexey Dobriyan · 4 years, 9 months ago
  5. 7bc3e6e proc: Use a list of inodes to flush from proc by Eric W. Biederman · 4 years, 11 months ago
  6. f90f3ca proc: Use d_invalidate in proc_prune_siblings_dcache by Eric W. Biederman · 4 years, 11 months ago
  7. 26dbc60 proc: Generalize proc_sys_prune_dcache into proc_prune_siblings_dcache by Eric W. Biederman · 4 years, 11 months ago
  8. 0afa5ca proc: Rename in proc_inode rename sysctl_inodes sibling_inodes by Eric W. Biederman · 4 years, 11 months ago
  9. d56c0d4 proc: decouple proc from VFS with "struct proc_ops" by Alexey Dobriyan · 5 years ago
  10. 70a731c fs/proc/internal.h: shuffle "struct pde_opener" by Alexey Dobriyan · 5 years ago
  11. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  12. 7b47a9e Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  13. ae5906c Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  14. 867aacc proc: remove unused argument in proc_pid_lookup() by Zhikang Zhang · 6 years ago
  15. 66f592e proc: Add fs_context support to procfs by David Howells · 6 years ago
  16. 60a3c3a procfs: Move proc_fill_super() to fs/proc/root.c by David Howells · 6 years ago
  17. 1fde6f2 proc: fix /proc/net/* after setns(2) by Alexey Dobriyan · 6 years ago
  18. 6d9c939 procfs: add smack subdir to attrs by Casey Schaufler · 6 years ago
  19. 891ae71 proc: spread "const" a bit by Alexey Dobriyan · 6 years ago
  20. 2d6e4e8 proc: fixup PDE allocation bloat by Alexey Dobriyan · 6 years ago
  21. 258f669 mm: /proc/pid/smaps_rollup: convert to single value seq_file by Vlastimil Babka · 6 years ago
  22. 871305b mm: /proc/pid/*maps remove is_pid and related wrappers by Vlastimil Babka · 6 years ago
  23. 35773c9 Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  24. 24074a3 proc: Make inline name size calculation automatic by David Howells · 7 years ago
  25. a4ef389 proc: use "unsigned int" in proc_fill_cache() by Alexey Dobriyan · 7 years ago
  26. af6c5d5 Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 7 years ago
  27. b058efc Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  28. 0168b9e procfs: switch instantiate_t to d_splice_alias() by Al Viro · 7 years ago
  29. 1bbc551 procfs: get rid of ancient BS in pid_revalidate() uses by Al Viro · 7 years ago
  30. 88b72b3 proc: Consolidate task->comm formatting into proc_task_name() by Tejun Heo · 7 years ago
  31. 564def7 proc: Add a way to make network proc files writable by David Howells · 7 years ago
  32. 2f42939 proc: update SIZEOF_PDE_INLINE_NAME for the new pde fields by Christoph Hellwig · 7 years ago
  33. 3f3942a proc: introduce proc_create_single{,_data} by Christoph Hellwig · 7 years ago
  34. 44414d8 proc: introduce proc_create_seq_private by Christoph Hellwig · 7 years ago
  35. fddda2b proc: introduce proc_create_seq{,_data} by Christoph Hellwig · 7 years ago
  36. 7aed53d proc: add a proc_create_reg helper by Christoph Hellwig · 7 years ago
  37. 61172ea proc: simplify proc_register calling conventions by Christoph Hellwig · 7 years ago
  38. 4f11343 proc: use slower rb_first() by Alexey Dobriyan · 7 years ago
  39. 9cdd83e proc: switch struct proc_dir_entry::count to refcount by Alexey Dobriyan · 7 years ago
  40. b4884f2 proc: move "struct proc_dir_entry" into kmem cache by Alexey Dobriyan · 7 years ago
  41. 195b8cf proc: move "struct pde_opener" to kmem cache by Alexey Dobriyan · 7 years ago
  42. a9fabc3 proc: randomize "struct pde_opener" by Alexey Dobriyan · 7 years ago
  43. 93ad5bc proc: rearrange args by Alexey Dobriyan · 7 years ago
  44. 53f6334 fs/proc/internal.h: fix up comment by Alexey Dobriyan · 7 years ago
  45. 163cf54 fs/proc/internal.h: rearrange struct proc_dir_entry by Alexey Dobriyan · 7 years ago
  46. 2753278 Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  47. 3ee2a19 proc: : uninline name_to_int() by Alexey Dobriyan · 7 years ago
  48. c6eb50d mode_t whack-a-mole: task_dump_owner() by Al Viro · 7 years ago
  49. 410bd5e procfs: use faster rb_first_cached() by Davidlohr Bueso · 7 years ago
  50. 493b0e9 mm: add /proc/pid/smaps_rollup by Daniel Colascione · 7 years ago
  51. e06fdaf Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  52. 2fd1d2c proc: Fix proc_sys_prune_dcache to hold a sb reference by Eric W. Biederman · 8 years ago
  53. 3859a27 randstruct: Mark various structs for randomization by Kees Cook · 8 years ago
  54. 590dce2 Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  55. a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
  56. f719ff9b sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  57. f7ccbae sched/headers: Prepare for new header dependencies before moving code to <linux/sched/coredump.h> by Ingo Molnar · 8 years ago
  58. d6cffbb proc/sysctl: prune stale dentries during unregistering by Konstantin Khlebnikov · 8 years ago
  59. 68eb94f proc: Better ownership of files for non-dumpable tasks in user namespaces by Eric W. Biederman · 8 years ago
  60. 683b96f Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  61. aa3ecf3 Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  62. 1270dd8 fs/proc: calculate /proc/* and /proc/*/task/* nlink at init time by Alexey Dobriyan · 8 years ago
  63. f5887c71 proc: fix type of struct pde_opener::closing field by Alexey Dobriyan · 8 years ago
  64. f97df70 xenfs: Use proc_create_mount_point() to create /proc/xen by Seth Forshee · 8 years ago
  65. db978da proc: Pass file mode to proc_pid_make_inode by Andreas Gruenbacher · 8 years ago
  66. 771187d proc: unsigned file descriptors by Alexey Dobriyan · 8 years ago
  67. e94591d proc: Convert proc_mount to use mount_ns. by Eric W. Biederman · 9 years ago
  68. eb6d38d proc: Allow creating permanently empty directories that serve as mount points by Eric W. Biederman · 10 years ago
  69. 7e0e953 procfs: fix race between symlink removals and traversals by Al Viro · 10 years ago
  70. 603ba7e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  71. 3d3d35b kill proc_ns completely by Al Viro · 10 years ago
  72. 710585d fs/proc: use a rb tree for the directory entries by Nicolas Dichtel · 10 years ago
  73. f77c801 bury struct proc_ns in fs/proc by Al Viro · 10 years ago
  74. 2c03376 proc/maps: replace proc_maps_private->pid with "struct inode *inode" by Oleg Nesterov · 10 years ago
  75. 29a40ac fs/proc/task_mmu.c: shift mm_access() from m_start() to proc_maps_open() by Oleg Nesterov · 10 years ago
  76. 5381e16 proc: introduce proc_mem_open() by Oleg Nesterov · 10 years ago
  77. 77e40aa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 10 years ago
  78. 8f053ac proc: remove INF macro by Alexey Dobriyan · 10 years ago
  79. 4dcc03f proc: make proc_subdir_lock static by Alexey Dobriyan · 10 years ago
  80. dbcdb50 proc: add and remove /proc entry create checks by Alexey Dobriyan · 10 years ago
  81. 0097875 proc: Implement /proc/thread-self to point at the directory of the current thread by Eric W. Biederman · 10 years ago
  82. 8357041 of: remove /proc/device-tree by Grant Likely · 12 years ago
  83. c52a47a proc_fill_cache(): just make instantiate_t return int by Al Viro · 12 years ago
  84. f0c3b50 [readdir] convert procfs by Al Viro · 12 years ago
  85. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  86. 59d8053 proc: Move non-public stuff from linux/proc_fs.h to fs/proc/internal.h by David Howells · 12 years ago
  87. c30480b proc: Make the PROC_I() and PDE() macros internal to procfs by David Howells · 12 years ago
  88. 34db8aa proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h} by David Howells · 12 years ago
  89. c3bef7b proc: Move proc_fd() to fs/proc/fd.h by David Howells · 12 years ago
  90. 1dd704b proc: Uninline pid_delete_dentry() by David Howells · 12 years ago
  91. db3808c mm, vmalloc: move get_vmalloc_info() to vmalloc.c by Joonsoo Kim · 12 years ago
  92. 3cb5bf1 proc: Delete create_proc_read_entry() by David Howells · 12 years ago
  93. 05c0ae2 try a saner locking for pde_opener... by Al Viro · 12 years ago
  94. ca469f3 deal with races between remove_proc_entry() and proc_reg_release() by Al Viro · 12 years ago
  95. 866ad9a7 procfs: preparations for remove_proc_entry() race fixes by Al Viro · 12 years ago
  96. 021ada7 procfs: switch /proc/self away from proc_dir_entry by Al Viro · 12 years ago
  97. e579d2c coredump: remove redundant defines for dumpable states by Kees Cook · 12 years ago
  98. e656d8a procfs: Use the proc generic infrastructure for proc/self. by Eric W. Biederman · 15 years ago
  99. 9e78144 hold task->mempolicy while numa_maps scans. by KAMEZAWA Hiroyuki · 12 years ago
  100. 0f4cfb2 coredump: use SUID_DUMPABLE_ENABLED rather than hardcoded 1 by Oleg Nesterov · 12 years ago