1. c52a47a proc_fill_cache(): just make instantiate_t return int by Al Viro · 11 years ago
  2. f0c3b50 [readdir] convert procfs by Al Viro · 11 years ago
  3. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  4. 59d8053 proc: Move non-public stuff from linux/proc_fs.h to fs/proc/internal.h by David Howells · 11 years ago
  5. c30480b proc: Make the PROC_I() and PDE() macros internal to procfs by David Howells · 11 years ago
  6. 34db8aa proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h} by David Howells · 11 years ago
  7. c3bef7b proc: Move proc_fd() to fs/proc/fd.h by David Howells · 11 years ago
  8. 1dd704b proc: Uninline pid_delete_dentry() by David Howells · 11 years ago
  9. db3808c mm, vmalloc: move get_vmalloc_info() to vmalloc.c by Joonsoo Kim · 11 years ago
  10. 3cb5bf1 proc: Delete create_proc_read_entry() by David Howells · 11 years ago
  11. 05c0ae2 try a saner locking for pde_opener... by Al Viro · 11 years ago
  12. ca469f3 deal with races between remove_proc_entry() and proc_reg_release() by Al Viro · 11 years ago
  13. 866ad9a procfs: preparations for remove_proc_entry() race fixes by Al Viro · 11 years ago
  14. 021ada7 procfs: switch /proc/self away from proc_dir_entry by Al Viro · 11 years ago
  15. e579d2c coredump: remove redundant defines for dumpable states by Kees Cook · 11 years ago
  16. e656d8a procfs: Use the proc generic infrastructure for proc/self. by Eric W. Biederman · 14 years ago
  17. 9e78144 hold task->mempolicy while numa_maps scans. by KAMEZAWA Hiroyuki · 12 years ago
  18. 0f4cfb2 coredump: use SUID_DUMPABLE_ENABLED rather than hardcoded 1 by Oleg Nesterov · 12 years ago
  19. faf60af procfs: Move /proc/pid/fd[info] handling code to fd.[ch] by Cyrill Gorcunov · 12 years ago
  20. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  21. 0b728e1 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
  22. 81841161 fs, proc: introduce /proc/<pid>/task/<tid>/children entry by Cyrill Gorcunov · 12 years ago
  23. e7dcd99 proc: remove mm_for_maps() by Cong Wang · 12 years ago
  24. f1d38e4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl by Linus Torvalds · 12 years ago
  25. b764375 procfs: mark thread stack correctly in proc/<pid>/maps by Siddhesh Poyarekar · 12 years ago
  26. 1f87f0b sysctl: Move the implementation into fs/proc/proc_sysctl.c by Eric W. Biederman · 13 years ago
  27. 9741295 procfs: parse mount options by Vasiliy Kulikov · 13 years ago
  28. 14d74e0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfd by Linus Torvalds · 13 years ago
  29. f2beb79 proc: make struct proc_maps_private truly private by Stephen Wilson · 13 years ago
  30. 6b4e306 ns: proc files for namespace naming policy. by Eric W. Biederman · 14 years ago
  31. 52e9fc7 procfs: kill the global proc_mnt variable by Oleg Nesterov · 13 years ago
  32. 6d1b6e4 proc: ->low_ino cleanup by Alexey Dobriyan · 14 years ago
  33. a2ade7b proc: use unsigned long inside /proc/*/statm by Alexey Dobriyan · 14 years ago
  34. 135d565 proc: rename de_get() to pde_get() and inline it by Alexey Dobriyan · 15 years ago
  35. 3174c21 Move junk from proc_fs.h to fs/proc/internal.h by Al Viro · 15 years ago
  36. 3dec7f5 proc 1/2: do PDE usecounting even for ->read_proc, ->write_proc by Alexey Dobriyan · 16 years ago
  37. 8feae13 NOMMU: Make VMAs per MM as for MMU-mode linux by David Howells · 16 years ago
  38. ae04811 proc: move /proc/kmsg creation to fs/proc/kmsg.c by Alexey Dobriyan · 16 years ago
  39. 5bcd7ff proc: proc_init_inodecache() can't fail by Alexey Dobriyan · 16 years ago
  40. 3bbfe05 proc: remove kernel.maps_protect by Alexey Dobriyan · 16 years ago
  41. 881adb8 proc: always do ->release by Alexey Dobriyan · 16 years ago
  42. 6e644c3 move proc_kmsg_operations to fs/proc/internal.h by Adrian Bunk · 16 years ago
  43. c74c120 proc: remove proc_root from drivers by Alexey Dobriyan · 16 years ago
  44. 0d5c9f5 proc: switch to proc_create() by Alexey Dobriyan · 16 years ago
  45. 925d1c4 procfs task exe symlink by Matt Helsley · 16 years ago
  46. e9720ac [NET]: Make /proc/net a symlink on /proc/self/net (v3) by Pavel Emelyanov · 16 years ago
  47. 3dcd25f d_path: Make proc_get_link() use a struct path argument by Jan Blunck · 17 years ago
  48. df5f831 proc: seqfile convert proc_pid_status to properly handle pid namespaces by Eric W. Biederman · 17 years ago
  49. a56d3fc seqfile convert proc_pid_statm by Eric W. Biederman · 17 years ago
  50. ee99274 proc: rewrite do_task_stat to correctly handle pid namespaces. by Eric W. Biederman · 17 years ago
  51. 85863e4 maps4: add /proc/pid/pagemap interface by Matt Mackall · 17 years ago
  52. f248dcb maps4: move clear_refs code to task_mmu.c by Matt Mackall · 17 years ago
  53. 831830b restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pid by Al Viro · 17 years ago
  54. c231954 proc: fix NULL ->i_fop oops by Alexey Dobriyan · 17 years ago
  55. e1a1c99 proc: fix proc_kill_inodes to kill dentries on all proc superblocks by Eric W. Biederman · 17 years ago
  56. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  57. 5096add proc: maps protection by Kees Cook · 17 years ago
  58. 05565b6 [PATCH] proc: fix linkage with CONFIG_SYSCTL=y, CONFIG_PROC_SYSCTL=n by Andrew Morton · 17 years ago
  59. 77b14db [PATCH] sysctl: reimplement the sysctl proc support by Eric W. Biederman · 18 years ago
  60. 00977a5 [PATCH] mark struct file_operations const 6 by Arjan van de Ven · 18 years ago
  61. dbf8685 [PATCH] NOMMU: Implement /proc/pid/maps for NOMMU by David Howells · 18 years ago
  62. 13b41b0 [PATCH] proc: Use struct pid not struct task_ref by Eric W. Biederman · 18 years ago
  63. 99f8955 [PATCH] proc: don't lock task_structs indefinitely by Eric W. Biederman · 18 years ago
  64. 662795d [PATCH] proc: Move proc_maps_operations into task_mmu.c by Eric W. Biederman · 18 years ago
  65. aed7a6c [PATCH] proc: Replace proc_inode.type with proc_inode.fd by Eric W. Biederman · 18 years ago
  66. 99ac48f [PATCH] mark f_ops const in the inode by Arjan van de Ven · 18 years ago
  67. fee781e [PATCH] fs/proc/: function prototypes belong in header files by Adrian Bunk · 19 years ago
  68. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago