1. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
  2. fe15ce4 fs: change d_delete semantics by Nick Piggin · 14 years ago
  3. 7b2a69b Revert "vfs: show unreachable paths in getcwd and proc" by Eric W. Biederman · 14 years ago
  4. 9b1bf12 signals: move cred_guard_mutex from task_struct to signal_struct by KOSAKI Motohiro · 14 years ago
  5. 426e1f5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  6. d19d547 oom: fix locking for oom_adj and oom_score_adj by David Rientjes · 14 years ago
  7. 723548b oom: rewrite error handling for oom_adj and oom_score_adj tunables by David Rientjes · 14 years ago
  8. 3d5992d oom: add per-mm oom disable count by Ying Han · 14 years ago
  9. 85fe402 fs: do not assign default i_ino in new_inode by Christoph Hellwig · 14 years ago
  10. 4a3956c vfs: introduce FMODE_UNSIGNED_OFFSET for allowing negative f_pos by KAMEZAWA Hiroyuki · 14 years ago
  11. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  12. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  13. 3036e7b proc: make /proc/pid/limits world readable by Jiri Olsa · 14 years ago
  14. 8df9d1a vfs: show unreachable paths in getcwd and proc by Miklos Szeredi · 14 years ago
  15. f7ad3c6 vfs: add helpers to get root and pwd by Miklos Szeredi · 14 years ago
  16. 5f248c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  17. 51b1bd2 oom: deprecate oom_adj tunable by David Rientjes · 14 years ago
  18. a63d83f oom: badness heuristic rewrite by David Rientjes · 14 years ago
  19. 74bcbf4 oom: move badness() declaration into oom.h by Andrew Morton · 14 years ago
  20. 26ebc98 oom: /proc/<pid>/oom_score treat kernel thread honestly by KOSAKI Motohiro · 14 years ago
  21. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  22. 73d3646 proc: cleanup: remove unused assignments by Dan Carpenter · 14 years ago
  23. 7e49827 proc: get_nr_threads() doesn't need ->siglock any longer by Oleg Nesterov · 14 years ago
  24. 98c89cd Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 14 years ago
  25. 3835541 procfs: fix tid fdinfo by Jerome Marchand · 14 years ago
  26. 87df842 procfs: Kill BKL in llseek on proc base by Arnd Bergmann · 14 years ago
  27. 336f589 Merge branch 'master' into export-slabh by Tejun Heo · 14 years ago
  28. b95c35e oom: fix the unsafe usage of badness() in proc_oom_score() by Oleg Nesterov · 14 years ago
  29. 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
  30. 0f2cc4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  31. 9f5596a take check for new events in namespace (guts of mounts_poll()) to namespace.c by Al Viro · 14 years ago
  32. 7dc5215 vfs: Apply lockdep-based checking to rcu_dereference() uses by Paul E. McKenney · 14 years ago
  33. 7fee486 Switch proc/self to nd_set_link() by Al Viro · 15 years ago
  34. 86acdca1 fix autofs/afs/etc. magic mountpoint breakage by Al Viro · 15 years ago
  35. 698ba7b elf: kill USE_ELF_CORE_DUMP by Christoph Hellwig · 15 years ago
  36. 4614a696b procfs: allow threads to rename siblings via /proc/pid/tasks/tid/comm by john stultz · 15 years ago
  37. 29f12ca pidns: fix a leak in /proc dentries and inodes with pid namespaces. by Sukadev Bhattiprolu · 15 years ago
  38. cba8aaf fs/proc/base.c: fix proc_fault_inject_write() input sanity check by Vincent Li · 15 years ago
  39. 9b4d1cbe proc_flush_task: flush /proc/tid/task/pid when a sub-thread exits by Oleg Nesterov · 15 years ago
  40. cff4edb proc: fix reported unit for RLIMIT_CPU by Kees Cook · 15 years ago
  41. 5d863b8 oom: fix oom_adjust_write() input sanity check by KOSAKI Motohiro · 15 years ago
  42. 495789a oom: make oom_score to per-process value by KOSAKI Motohiro · 15 years ago
  43. 28b83c5 oom: move oom_adj value from task_struct to signal_struct by KOSAKI Motohiro · 15 years ago
  44. 0753ba0 mm: revert "oom: move oom_adj value" by KOSAKI Motohiro · 15 years ago
  45. 704b836 mm_for_maps: take ->cred_guard_mutex to fix the race with exec by Oleg Nesterov · 15 years ago
  46. 00f89d2 mm_for_maps: shift down_read(mmap_sem) to the caller by Oleg Nesterov · 15 years ago
  47. 13f0fea mm_for_maps: simplify, use ptrace_may_access() by Oleg Nesterov · 15 years ago
  48. 2ff05b2 oom: move oom_adj value from task_struct to mm_struct by David Rientjes · 15 years ago
  49. 0b4ec6e Merge branch 'master' into next by James Morris · 15 years ago
  50. bd6daba procfs: make errno values consistent when open pident vs exit(2) race occurs by KOSAKI Motohiro · 15 years ago
  51. 107db7c CRED: Guard the setprocattr security hook against ptrace by David Howells · 15 years ago
  52. f83ce3e proc: avoid information leaks to non-privileged processes by Jake Edge · 15 years ago
  53. 31b0709 proc: mounts_poll() make consistent to mdstat_poll by KOSAKI Motohiro · 15 years ago
  54. 5ad4e53 Get rid of indirect include of fs_struct.h by Al Viro · 15 years ago
  55. 7c2c7d9 fix setuid sometimes wouldn't by Hugh Dickins · 15 years ago
  56. d72f71e constify dentry_operations: procfs by Al Viro · 15 years ago
  57. ee568b2 Avoid 64-bit "switch()" statements on 32-bit architectures by Linus Torvalds · 15 years ago
  58. ee6f779 filp->f_pos not correctly updated in proc_task_readdir by Zhang Le · 15 years ago
  59. a0c9f24 Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/proc by Linus Torvalds · 16 years ago
  60. 56ff5ef zero i_uid/i_gid on inode allocation by Al Viro · 16 years ago
  61. 230e40f proc: remove write-only variable in proc_pident_lookup() by WANG Cong · 16 years ago
  62. dfe6b7d proc: fix sparse warning by Hannes Eder · 16 years ago
  63. 2ec220e proc: add /proc/*/stack by Ken Chen · 16 years ago
  64. 631f9c1 proc: remove '##' usage by Alexey Dobriyan · 16 years ago
  65. ecae934 proc: remove useless WARN_ONs by Alexey Dobriyan · 16 years ago
  66. a39b863 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  67. cbacc2c Merge branch 'next' into for-linus by James Morris · 16 years ago
  68. 826e08b sched: fix warning in fs/proc/base.c by Ingo Molnar · 16 years ago
  69. 9c2c480 schedstat: consolidate per-task cpu runtime stats by Ken Chen · 16 years ago
  70. 9c24624 KSYM_SYMBOL_LEN fixes by Hugh Dickins · 16 years ago
  71. c69e8d9 CRED: Use RCU to access another task's creds and to release a task's own creds by David Howells · 16 years ago
  72. b6dff3e CRED: Separate task security context from task_struct by David Howells · 16 years ago
  73. aeb5d72 [PATCH] introduce fmode_t, do annotations by Al Viro · 16 years ago
  74. 3bbfe05 proc: remove kernel.maps_protect by Alexey Dobriyan · 16 years ago
  75. 4783072 [PATCH] proc: show personality via /proc/pid/personality by Kees Cook · 16 years ago
  76. a6bebbc [PATCH] signal, procfs: some lock_task_sighand() users do not need rcu_read_lock() by Lai Jiangshan · 16 years ago
  77. 7c44319 proc: fix warnings by Alexander Beregalov · 16 years ago
  78. 940389b task IO accounting: move all IO statistics in struct task_io_accounting by Andrea Righi · 16 years ago
  79. 5995477 task IO accounting: improve code readability by Andrea Righi · 16 years ago
  80. 4836e30 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  81. b2d002d task IO accounting: correctly account threads IO statistics by Andrea Righi · 16 years ago
  82. e6305c4 [PATCH] sanitize ->permission() prototype by Al Viro · 16 years ago
  83. ebcb673 /proc/PID/syscall by Roland McGrath · 16 years ago
  84. 0d094ef tracehook: tracehook_tracer_task by Roland McGrath · 16 years ago
  85. 297c5d9 task IO accounting: provide distinct tgid/tid I/O statistics by Andrea Righi · 16 years ago
  86. 006ebb4 Security: split proc ptrace checking into read vs. attach by Stephen Smalley · 16 years ago
  87. aed5417 proc: calculate the correct /proc/<pid> link count by Vegard Nossum · 16 years ago
  88. 6ee6504 [PATCH] open sessionid permissions by Steve Grubb · 16 years ago
  89. 9f3acc3 [PATCH] split linux/file.h by Al Viro · 16 years ago
  90. 638fa20 procfs: mem permission cleanup by Roland McGrath · 16 years ago
  91. 925d1c4 procfs task exe symlink by Matt Helsley · 16 years ago
  92. 2d4d486 [patch 6/7] vfs: mountinfo: add /proc/<pid>/mountinfo by Ram Pai · 16 years ago
  93. a1a2c40 [patch 5/7] vfs: mountinfo: allow using process root by Miklos Szeredi · 16 years ago
  94. 9b4f526 [PATCH] proc_readfd_common() race fix by Al Viro · 16 years ago
  95. 7d3628b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  96. 4f42c28 [NET]: Fix permissions of /proc/net by Andre Noll · 16 years ago
  97. 1e0bd75 [PATCH] export sessionid alongside the loginuid in procfs by Eric Paris · 16 years ago
  98. 609eb39 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  99. b2211a3 net: fix build with CONFIG_NET=n by Andrew Morton · 16 years ago
  100. e9720ac [NET]: Make /proc/net a symlink on /proc/self/net (v3) by Pavel Emelyanov · 16 years ago