1. 3581d45 /proc/$PID/cmdline: fixup empty ARGV case by Alexey Dobriyan · 9 years ago
  2. 22a093b Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  3. 5968cec sched/stat: Expose /proc/pid/schedstat if CONFIG_SCHED_INFO=y by Naveen N. Rao · 9 years ago
  4. 2e13ba5 fs, proc: introduce CONFIG_PROC_CHILDREN by Iago López Galeiras · 9 years ago
  5. c2c0bb4 proc: fix PAGE_SIZE limit of /proc/$PID/cmdline by Alexey Dobriyan · 9 years ago
  6. 6e77137 don't pass nameidata to ->follow_link() by Al Viro · 9 years ago
  7. 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 9 years ago
  8. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  9. 25ce319 proc: remove use of seq_printf return value by Joe Perches · 9 years ago
  10. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  11. 87c31b3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 10 years ago
  12. 9cc4651 userns: Add a knob to disable setgroups on a per user namespace basis by Eric W. Biederman · 10 years ago
  13. b6da007 Merge branch 'akpm' (patchbomb from Andrew) by Linus Torvalds · 10 years ago
  14. c35a7f1 exit: proc: don't try to flush /proc/tgid/task/tgid by Oleg Nesterov · 10 years ago
  15. 3aa3377 procfs: get rid of ->f_dentry by Al Viro · 10 years ago
  16. 77c688a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  17. b211e9d Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  18. 5381e16 proc: introduce proc_mem_open() by Oleg Nesterov · 10 years ago
  19. bbd5192 proc: Update proc_flush_task_mnt to use d_invalidate by Eric W. Biederman · 10 years ago
  20. c143c23 vfs: Remove d_drop calls from d_revalidate implementations by Eric W. Biederman · 10 years ago
  21. 52de477 cpuset: simplify proc_cpuset_show() by Zefan Li · 10 years ago
  22. 006f4ac cgroup: simplify proc_cgroup_show() by Zefan Li · 10 years ago
  23. 77e40aa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 10 years ago
  24. 8f053ac proc: remove INF macro by Alexey Dobriyan · 10 years ago
  25. d962c14 proc: convert /proc/$PID/hardwall to seq_file interface by Alexey Dobriyan · 10 years ago
  26. 19aadc9 proc: convert /proc/$PID/io to seq_file interface by Alexey Dobriyan · 10 years ago
  27. 6ba51e3 proc: convert /proc/$PID/oom_score to seq_file interface by Alexey Dobriyan · 10 years ago
  28. f6e826c proc: convert /proc/$PID/schedstat to seq_file interface by Alexey Dobriyan · 10 years ago
  29. edfcd60 proc: convert /proc/$PID/wchan to seq_file interface by Alexey Dobriyan · 10 years ago
  30. 2ca66ff proc: convert /proc/$PID/cmdline to seq_file interface by Alexey Dobriyan · 10 years ago
  31. 09d93bd proc: convert /proc/$PID/syscall to seq_file interface by Alexey Dobriyan · 10 years ago
  32. 1c963eb proc: convert /proc/$PID/limits to seq_file interface by Alexey Dobriyan · 10 years ago
  33. f9ea536 proc: convert /proc/$PID/auxv to seq_file interface by Alexey Dobriyan · 10 years ago
  34. cedbcca proc: more "const char *" pointers by Alexey Dobriyan · 10 years ago
  35. 335eb53 proc: faster /proc/$PID lookup by Alexey Dobriyan · 10 years ago
  36. dbcdb50 proc: add and remove /proc entry create checks by Alexey Dobriyan · 10 years ago
  37. ccf94f1 proc: constify seq_operations by Fabian Frederick · 10 years ago
  38. 0097875 proc: Implement /proc/thread-self to point at the directory of the current thread by Eric W. Biederman · 10 years ago
  39. 6ba8ed7 proc: Have net show up under /proc/<tgid>/task/<tid> by Eric W. Biederman · 10 years ago
  40. 0b74717 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
  41. 16caed3 fault-injection: set bounds on what /proc/self/make-it-fail accepts. by Dave Jones · 10 years ago
  42. 32ed74a procfs: make /proc/*/pagemap 0400 by Djalal Harouni · 10 years ago
  43. 35a3504 procfs: make /proc/*/{stack,syscall,personality} 0400 by Djalal Harouni · 10 years ago
  44. 21a6457 proc: Update get proc_pid_cmdline() to use mm.h helpers by William Roberts · 10 years ago
  45. 70335ab fs/proc/base.c: fix GPF in /proc/$PID/map_files by Artem Fetishev · 10 years ago
  46. 9f6e963 proc: fix ->f_pos overflows in first_tid() by Oleg Nesterov · 11 years ago
  47. d855a4b proc: don't (ab)use ->group_leader in proc_task_readdir() paths by Oleg Nesterov · 11 years ago
  48. c986c14 proc: change first_tid() to use while_each_thread() rather than next_thread() by Oleg Nesterov · 11 years ago
  49. 940fe47 proc: fix the potential use-after-free in first_tid() by Oleg Nesterov · 11 years ago
  50. 81407c8 audit: allow unsetting the loginuid (with priv) by Eric Paris · 11 years ago
  51. 1df98b8 proc_fill_cache(): clean up, get rid of pointless find_inode_number() use by Al Viro · 11 years ago
  52. c52a47a proc_fill_cache(): just make instantiate_t return int by Al Viro · 11 years ago
  53. db96316 proc_pid_readdir(): stop wanking with proc_fill_cache() for /proc/self by Al Viro · 11 years ago
  54. 147ce69 proc_fill_cache(): kill pointless check by Al Viro · 11 years ago
  55. f0c3b50 [readdir] convert procfs by Al Viro · 11 years ago
  56. 15ef029 posix-timers: Show clock ID in proc file by Pavel Tikhomirov · 11 years ago
  57. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  58. 8d8b97b take cgroup_open() and cpuset_open() to fs/proc/base.c by Al Viro · 11 years ago
  59. 1dd704b proc: Uninline pid_delete_dentry() by David Howells · 11 years ago
  60. 830e0fc fs, proc: truncate /proc/pid/comm writes to first TASK_COMM_LEN bytes by David Rientjes · 11 years ago
  61. 57b8015 posix-timers: Show sigevent info in proc file by Pavel Emelyanov · 11 years ago
  62. 48f6a7a posix-timers: Introduce /proc/PID/timers file by Pavel Emelyanov · 11 years ago
  63. 021ada7 procfs: switch /proc/self away from proc_dir_entry by Al Viro · 11 years ago
  64. 87ebdc0 fs/proc: clean up printks by Andrew Morton · 11 years ago
  65. 4173581 fs: change return values from -EACCES to -EPERM by Zhao Hongjiang · 11 years ago
  66. 4f522a2 d_hash_and_lookup(): export, switch open-coded instances by Al Viro · 11 years ago
  67. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  68. 46f6955 procfs: drop vmtruncate by Marco Stornelli · 12 years ago
  69. 6a2b60b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  70. a9c58b90 mm, oom: change type of oom_score_adj to short by David Rientjes · 12 years ago
  71. 05f5648 proc: check vma->vm_file before dereferencing by Stanislav Kinsbursky · 12 years ago
  72. 0a01f2c pidns: Make the pidns proc mount/umount logic obvious. by Eric W. Biederman · 12 years ago
  73. ae06c7c procfs: Don't cache a pid in the root inode. by Eric W. Biederman · 14 years ago
  74. e656d8a procfs: Use the proc generic infrastructure for proc/self. by Eric W. Biederman · 14 years ago
  75. fa0cbbf mm, oom: reintroduce /proc/pid/oom_adj by David Rientjes · 12 years ago
  76. f81700b procfs: don't need a PATH_MAX allocation to hold a string representation of an int by Jeff Layton · 12 years ago
  77. 01dc52e oom: remove deprecated oom_adj by Davidlohr Bueso · 12 years ago
  78. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  79. 7b540d0 proc_map_files_readdir(): don't bother with grabbing files by Al Viro · 12 years ago
  80. cb0942b make get_file() return its argument by Al Viro · 12 years ago
  81. faf60af procfs: Move /proc/pid/fd[info] handling code to fd.[ch] by Cyrill Gorcunov · 12 years ago
  82. f76d207 userns: Add kprojid_t and associated infrastructure in projid.h by Eric W. Biederman · 12 years ago
  83. e1760bd userns: Convert the audit loginuid to be a kuid by Eric W. Biederman · 12 years ago
  84. bc452b4 proc: do not allow negative offsets on /proc/<pid>/environ by Djalal Harouni · 12 years ago
  85. e8905ec proc: environ_read() make sure offset points to environment address range by Djalal Harouni · 12 years ago
  86. b5fb63c1 fs: add nd_jump_link by Christoph Hellwig · 12 years ago
  87. 408ef01 fs: move path_put on failure out of ->follow_link by Christoph Hellwig · 12 years ago
  88. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  89. 0b728e1 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
  90. 0640113 vfs: Fix /proc/<tid>/fdinfo/<fd> file handling by Linus Torvalds · 12 years ago
  91. 81841161 fs, proc: introduce /proc/<pid>/task/<tid>/children entry by Cyrill Gorcunov · 12 years ago
  92. af5e617 proc: pass "fd" by value in /proc/*/{fd,fdinfo} code by Alexey Dobriyan · 12 years ago
  93. f05ed3f proc: don't do dummy rcu_read_lock/rcu_read_unlock on error path by Alexey Dobriyan · 12 years ago
  94. 2344bec proc: use mm_access() instead of ptrace_may_access() by Cong Wang · 12 years ago
  95. e7dcd99 proc: remove mm_for_maps() by Cong Wang · 12 years ago
  96. b409e57 proc: clean up /proc/<pid>/environ handling by Cong Wang · 12 years ago
  97. a7f638f mm, oom: normalize oom scores to oom_score_adj scale only for userspace by David Rientjes · 12 years ago
  98. 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  99. 73f1f5d Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  100. 30a08bf proc: move fd symlink i_mode calculations into tid_fd_revalidate() by Linus Torvalds · 12 years ago