1. 933a90b Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  2. 0b3b094 fanotify: Disallow permission events for proc filesystem by Jan Kara · 6 years ago
  3. 46cf047 procfs: set ->user_ns before calling ->get_tree() by Al Viro · 6 years ago
  4. 7b47a9e Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  5. 867aacc proc: remove unused argument in proc_pid_lookup() by Zhikang Zhang · 6 years ago
  6. 66f592e proc: Add fs_context support to procfs by David Howells · 6 years ago
  7. 60a3c3a procfs: Move proc_fill_super() to fs/proc/root.c by David Howells · 6 years ago
  8. 24074a3 proc: Make inline name size calculation automatic by David Howells · 7 years ago
  9. 4f11343 proc: use slower rb_first() by Alexey Dobriyan · 7 years ago
  10. 9cdd83e proc: switch struct proc_dir_entry::count to refcount by Alexey Dobriyan · 7 years ago
  11. 1539d58 proc: register filesystem last by Alexey Dobriyan · 7 years ago
  12. b4884f2 proc: move "struct proc_dir_entry" into kmem cache by Alexey Dobriyan · 7 years ago
  13. 195b8cf proc: move "struct pde_opener" to kmem cache by Alexey Dobriyan · 7 years ago
  14. e74a0ef proc: move /proc/sysvipc creation to where it belongs by Alexey Dobriyan · 7 years ago
  15. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  16. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  17. 410bd5e procfs: use faster rb_first_cached() by Davidlohr Bueso · 7 years ago
  18. 590dce2 Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  19. a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
  20. 03441a3 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/stat.h> by Ingo Molnar · 8 years ago
  21. 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 8 years ago
  22. 796f571 procfs: use an enum for possible hidepid values by Lafcadio Wluiki · 8 years ago
  23. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  24. 1270dd8 fs/proc: calculate /proc/* and /proc/*/task/* nlink at init time by Alexey Dobriyan · 8 years ago
  25. e94591d proc: Convert proc_mount to use mount_ns. by Eric W. Biederman · 9 years ago
  26. 8654df4 mnt: Refactor fs_fully_visible into mount_too_revealing by Eric W. Biederman · 9 years ago
  27. f50752e switch all procfs directories ->iterate_shared() by Al Viro · 9 years ago
  28. 90f8572 vfs: Commit to never having exectuables on proc and sysfs. by Eric W. Biederman · 9 years ago
  29. eb6d38d proc: Allow creating permanently empty directories that serve as mount points by Eric W. Biederman · 10 years ago
  30. 1b852bc mnt: Refactor the logic for mounting sysfs and proc in a user namespace by Eric W. Biederman · 10 years ago
  31. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  32. 710585d fs/proc: use a rb tree for the directory entries by Nicolas Dichtel · 10 years ago
  33. 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
  34. 77e40aa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 10 years ago
  35. 335eb53 proc: faster /proc/$PID lookup by Alexey Dobriyan · 10 years ago
  36. 344470c proc: Point /proc/mounts at /proc/thread-self/mounts instead of /proc/self/mounts by Eric W. Biederman · 10 years ago
  37. 0097875 proc: Implement /proc/thread-self to point at the directory of the current thread by Eric W. Biederman · 10 years ago
  38. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  39. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 11 years ago
  40. 8357041 of: remove /proc/device-tree by Grant Likely · 12 years ago
  41. c7c4591 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  42. e51db73 userns: Better restrictions on when proc and sysfs can be mounted by Eric W. Biederman · 12 years ago
  43. aee1c13 proc: Restrict mounting the proc filesystem by Eric W. Biederman · 12 years ago
  44. 94fc5d9 proc: return on proc_readdir error by Richard Genoud · 11 years ago
  45. f0c3b50 [readdir] convert procfs by Al Viro · 12 years ago
  46. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  47. 021ada7 procfs: switch /proc/self away from proc_dir_entry by Al Viro · 12 years ago
  48. 87a8ebd userns: Restrict when proc and sysfs can be mounted by Eric W. Biederman · 12 years ago
  49. 4f326c0 userns: Allow unprivilged mounts of proc and sysfs by Eric W. Biederman · 12 years ago
  50. 0a01f2c pidns: Make the pidns proc mount/umount logic obvious. by Eric W. Biederman · 12 years ago
  51. 17cf22c pidns: Use task_active_pid_ns where appropriate by Eric W. Biederman · 15 years ago
  52. ae06c7c procfs: Don't cache a pid in the root inode. by Eric W. Biederman · 14 years ago
  53. e656d8a procfs: Use the proc generic infrastructure for proc/self. by Eric W. Biederman · 14 years ago
  54. 9fb8844 fs/proc/root.c: use NULL instead of 0 for pointer by Sachin Kamat · 12 years ago
  55. 9249e17 VFS: Pass mount flags to sget() by David Howells · 12 years ago
  56. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 13 years ago
  57. 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 13 years ago
  58. dcb0f22 userns: Convert proc to use kuid/kgid where appropriate by Eric W. Biederman · 13 years ago
  59. 99663be proc: fix mount -t proc -o AAA by Vasiliy Kulikov · 13 years ago
  60. 0499680 procfs: add hidepid= and gid= mount options by Vasiliy Kulikov · 13 years ago
  61. 9741295 procfs: parse mount options by Vasiliy Kulikov · 13 years ago
  62. 905ad26 procfs: fix a vfsmount longterm reference leak by Al Viro · 13 years ago
  63. 09570f9 proc: make struct proc_dir_entry::name a terminal array rather than a pointer by David Howells · 13 years ago
  64. ff78fca fix leak in proc_set_super() by Al Viro · 14 years ago
  65. 52e9fc7 procfs: kill the global proc_mnt variable by Oleg Nesterov · 14 years ago
  66. 4308eeb pidns: call pid_ns_prepare_proc() from create_pid_namespace() by Eric W. Biederman · 14 years ago
  67. aed1d84 switch procfs to ->mount() by Al Viro · 14 years ago
  68. 579441a setting ->proc_mnt doesn't belong in proc_get_sb() by Al Viro · 14 years ago
  69. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  70. 73d3646 proc: cleanup: remove unused assignments by Dan Carpenter · 15 years ago
  71. 587d4a1 some clean up in fs/proc by Helight.Xu · 15 years ago
  72. 6f5bbff Convert obvious places to deactivate_locked_super() by Al Viro · 16 years ago
  73. a3ec947 vfs: simple_set_mnt() should return void by Sukadev Bhattiprolu · 16 years ago
  74. b4df2b9 proc: stop using BKL by Alexey Dobriyan · 16 years ago
  75. 59c7572 proc: remove fs/proc/proc_misc.c by Alexey Dobriyan · 16 years ago
  76. 5bcd7ff proc: proc_init_inodecache() can't fail by Alexey Dobriyan · 16 years ago
  77. 59b7435 proc: introduce proc_create_data to setup de->data by Denis V. Lunev · 17 years ago
  78. c74c120 proc: remove proc_root from drivers by Alexey Dobriyan · 17 years ago
  79. 928b4d8 proc: remove proc_root_driver by Alexey Dobriyan · 17 years ago
  80. 36a5aeb proc: remove proc_root_fs by Alexey Dobriyan · 17 years ago
  81. 9c37066 proc: remove proc_bus by Alexey Dobriyan · 17 years ago
  82. 2d3a4e3 proc: fix ->open'less usage due to ->proc_fops flip by Alexey Dobriyan · 17 years ago
  83. 5a622f2 proc: fix proc_dir_entry refcounting by Alexey Dobriyan · 17 years ago
  84. c231954 proc: fix NULL ->i_fop oops by Alexey Dobriyan · 17 years ago
  85. e1a1c99 proc: fix proc_kill_inodes to kill dentries on all proc superblocks by Eric W. Biederman · 17 years ago
  86. 6f4e643 pid namespaces: initialize the namespace's proc_mnt by Pavel Emelyanov · 17 years ago
  87. 07543f5 pid namespaces: make proc have multiple superblocks - one for each namespace by Pavel Emelyanov · 17 years ago
  88. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  89. 05565b6 [PATCH] proc: fix linkage with CONFIG_SYSCTL=y, CONFIG_PROC_SYSCTL=n by Andrew Morton · 18 years ago
  90. 77b14db [PATCH] sysctl: reimplement the sysctl proc support by Eric W. Biederman · 18 years ago
  91. 2abc26f [PATCH] sysctl: create sys/fs/binfmt_misc as an ordinary sysctl entry by Eric W. Biederman · 18 years ago
  92. c5ef1c4 [PATCH] mark struct inode_operations const 3 by Arjan van de Ven · 18 years ago
  93. 00977a5 [PATCH] mark struct file_operations const 6 by Arjan van de Ven · 18 years ago
  94. 914e263 [PATCH] severing fs.h, radix-tree.h -> sched.h by Al Viro · 18 years ago
  95. f6c7a1f [PATCH] proc: give the root directory a task by Eric W. Biederman · 18 years ago
  96. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  97. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 19 years ago
  98. 76b6159 [PATCH] fix handling of st_nlink on procfs root by Al Viro · 19 years ago
  99. fee781e [PATCH] fs/proc/: function prototypes belong in header files by Adrian Bunk · 19 years ago
  100. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago v2.6.12-rc2