1. b26d4cd consolidate simple ->d_delete() instances by Al Viro · 11 years ago
  2. fd3930f proc: more readdir conversion bug-fixes by Linus Torvalds · 11 years ago
  3. f0c3b50 [readdir] convert procfs by Al Viro · 11 years ago
  4. c30480b proc: Make the PROC_I() and PDE() macros internal to procfs by David Howells · 11 years ago
  5. a8ca16e proc: Supply a function to remove a proc entry by PDE by David Howells · 11 years ago
  6. 4a520d2 proc: Supply an accessor for getting the data from a PDE's parent by David Howells · 11 years ago
  7. 270b5ac proc: Add proc_mkdir_data() by David Howells · 11 years ago
  8. 271a15e proc: Supply PDE attribute setting accessor functions by David Howells · 11 years ago
  9. 3cb5bf1 proc: Delete create_proc_read_entry() by David Howells · 11 years ago
  10. 866ad9a procfs: preparations for remove_proc_entry() race fixes by Al Viro · 11 years ago
  11. ad147d0 procfs: Clean up huge if-statement in __proc_file_read() by David Howells · 11 years ago
  12. 80e928f proc: Kill create_proc_entry() by David Howells · 11 years ago
  13. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  14. ee21ed0 procfs: kill ->write_proc() by Al Viro · 11 years ago
  15. b6cdc73 procfs: don't allow to use proc_create, create_proc_entry, etc. for directories by Al Viro · 11 years ago
  16. 8ce584c procfs: add proc_remove_subtree() by Al Viro · 11 years ago
  17. 87ebdc0 fs/proc: clean up printks by Andrew Morton · 11 years ago
  18. d3d009c saner proc_get_inode() calling conventions by Al Viro · 11 years ago
  19. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  20. dfb2ea4 proc: Allow proc_free_inum to be called from any context by Eric W. Biederman · 12 years ago
  21. 4c9a44a Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  22. ee29720 proc: fix inconsistent lock state by Xiaotian Feng · 12 years ago
  23. 46f6955 procfs: drop vmtruncate by Marco Stornelli · 12 years ago
  24. 33d6dce proc: Generalize proc inode allocation by Eric W. Biederman · 13 years ago
  25. 17baa2a proc: use kzalloc instead of kmalloc and memset by yan · 12 years ago
  26. 62072750 proc: return -ENOMEM when inode allocation failed by yan · 12 years ago
  27. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  28. d161a13 switch procfs to umode_t use by Al Viro · 13 years ago
  29. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  30. 09570f9 proc: make struct proc_dir_entry::name a terminal array rather than a pointer by David Howells · 13 years ago
  31. 011159a airo: correct proc entry creation interfaces by Alexey Dobriyan · 13 years ago
  32. 312ec7e proc: make struct proc_dir_entry::namelen unsigned int by Alexey Dobriyan · 13 years ago
  33. 3740a20 proc: less LOCK/UNLOCK in remove_proc_entry() by Alexey Dobriyan · 13 years ago
  34. 6d1b6e4 proc: ->low_ino cleanup by Alexey Dobriyan · 13 years ago
  35. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
  36. fe15ce4 fs: change d_delete semantics by Nick Piggin · 14 years ago
  37. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  38. 57f8786 proc: remove obsolete comments by Amerigo Wang · 14 years ago
  39. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  40. 12bac0d proc: warn on non-existing proc entries by Alexey Dobriyan · 14 years ago
  41. e17a576 proc: do translation + unlink atomically at remove_proc_entry() by Alexey Dobriyan · 14 years ago
  42. 587d4a1 some clean up in fs/proc by Helight.Xu · 15 years ago
  43. 135d565 proc: rename de_get() to pde_get() and inline it by Alexey Dobriyan · 15 years ago
  44. 3dec7f5 proc 1/2: do PDE usecounting even for ->read_proc, ->write_proc by Alexey Dobriyan · 15 years ago
  45. 1681bc3 proc: move fs/proc/inode-alloc.txt comment into a source file by Randy Dunlap · 15 years ago
  46. d72f71e constify dentry_operations: procfs by Al Viro · 15 years ago
  47. b4df2b9 proc: stop using BKL by Alexey Dobriyan · 16 years ago
  48. 6c2f91e proc: use WARN() rather than printk+backtrace by Arjan van de Ven · 16 years ago
  49. 665020c proc: more debugging for "already registered" case by Alexey Dobriyan · 16 years ago
  50. cc99609 [PATCH] proc: inode number fixlet by Alexey Dobriyan · 16 years ago
  51. 9a18540 [PATCH 2/2] proc: switch inode number allocation to IDA by Alexey Dobriyan · 16 years ago
  52. 67935df [PATCH 1/2] proc: fix inode number bogorithmetic by Alexey Dobriyan · 16 years ago
  53. 267e2a9 Use WARN() in fs/proc/ by Arjan van de Ven · 16 years ago
  54. 881adb8 proc: always do ->release by Alexey Dobriyan · 16 years ago
  55. 78e92b9 netns: assign PDE->data before gluing entry into /proc tree by Denis V. Lunev · 16 years ago
  56. 59b7435 proc: introduce proc_create_data to setup de->data by Denis V. Lunev · 16 years ago
  57. 8731f14 proc: remove ->get_info infrastructure by Alexey Dobriyan · 16 years ago
  58. 5e971dc proc: drop several "PDE valid/invalid" checks by Alexey Dobriyan · 16 years ago
  59. 7cee4e0 proc: less special case in xlate code by Alexey Dobriyan · 16 years ago
  60. f649d6d proc: simplify locking in remove_proc_entry() by Alexey Dobriyan · 16 years ago
  61. e93b4ea proc: print more information when removing non-empty directories by Alexey Dobriyan · 16 years ago
  62. e9720ac [NET]: Make /proc/net a symlink on /proc/self/net (v3) by Pavel Emelyanov · 16 years ago
  63. 2d3a4e3 proc: fix ->open'less usage due to ->proc_fops flip by Alexey Dobriyan · 16 years ago
  64. 94413d8 proc: detect duplicate names on registration by Zhang Rui · 16 years ago
  65. fd2cbe4 proc: remove useless check on symlink removal by Alexey Dobriyan · 16 years ago
  66. 76df0c2 proc: simplify function prototypes by Alexey Dobriyan · 16 years ago
  67. 4237e0d proc: less LOCK operations during lookup by Alexey Dobriyan · 16 years ago
  68. 3790ee4 proc: remove/Fix proc generic d_revalidate by Eric W. Biederman · 17 years ago
  69. 5a622f2 proc: fix proc_dir_entry refcounting by Alexey Dobriyan · 17 years ago
  70. 8002ced Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/net-2.6 by Linus Torvalds · 17 years ago
  71. 2b1e300 [NETNS]: Fix /proc/net breakage by Eric W. Biederman · 17 years ago
  72. c231954 proc: fix NULL ->i_fop oops by Alexey Dobriyan · 17 years ago
  73. e1a1c99 proc: fix proc_kill_inodes to kill dentries on all proc superblocks by Eric W. Biederman · 17 years ago
  74. e12ba74 Group short-lived and reclaimable kernel allocations by Mel Gorman · 17 years ago
  75. 99fc06d procfs directory entry cleanup by Changli Gao · 17 years ago
  76. 786d7e1 Fix rmmod/read/write races in /proc entries by Alexey Dobriyan · 17 years ago
  77. 59cd0cb Fix race between proc_readdir and remove_proc_entry by Darrick J. Wong · 17 years ago
  78. 7695650 Fix race between proc_get_inode() and remove_proc_entry() by Alexey Dobriyan · 17 years ago
  79. 77b14db [PATCH] sysctl: reimplement the sysctl proc support by Eric W. Biederman · 17 years ago
  80. c5ef1c4 [PATCH] mark struct inode_operations const 3 by Arjan van de Ven · 17 years ago
  81. 00977a5 [PATCH] mark struct file_operations const 6 by Arjan van de Ven · 17 years ago
  82. 2fddfee [PATCH] proc: change uses of f_{dentry, vfsmnt} to use f_path by Josef "Jeff" Sipek · 18 years ago
  83. 99ac48f [PATCH] mark f_ops const in the inode by Arjan van de Ven · 18 years ago
  84. 64a07bd [PATCH] protect remove_proc_entry by Steven Rostedt · 18 years ago
  85. fee781e [PATCH] fs/proc/: function prototypes belong in header files by Adrian Bunk · 19 years ago
  86. 8b90db0 Insanity avoidance in /proc by Linus Torvalds · 19 years ago
  87. 2f51201 [PATCH] reduce sizeof(struct file) by Eric Dumazet · 19 years ago
  88. 2b579be [PATCH] proc: link count fix by Miklos Szeredi · 19 years ago
  89. 008b150 [PATCH] Fix up symlink function pointers by Al Viro · 19 years ago
  90. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago