1. 790080c kernel/acct.c: fix the acct->needcheck check in check_free_space() by Oleg Nesterov · 6 years ago
  2. d0f88f8 acct: check FMODE_CAN_WRITE by Al Viro · 9 years ago
  3. 59eda0e new fs_pin killing logics by Al Viro · 9 years ago
  4. 3b994d9 get rid of the second argument of acct_kill() by Al Viro · 9 years ago
  5. 34cece2 take count and rcu_head out of fs_pin by Al Viro · 9 years ago
  6. 32426f6 pull bumping refcount into ->kill() by Al Viro · 9 years ago
  7. 9e251d0 kill pin_put() by Al Viro · 9 years ago
  8. 067b722 acct: eliminate compile warning by Ying Xue · 10 years ago
  9. 2577d92 kernel/acct.c: fix coding style warnings and errors by Ionut Alexa · 10 years ago
  10. 3064c35 death to mnt_pinned by Al Viro · 10 years ago
  11. efb170c take fs_pin stuff to fs/* by Al Viro · 10 years ago
  12. 1629d0e start carving bsd_acct_struct up by Al Viro · 10 years ago
  13. 215748e acct: move mnt_pin() upwards. by Al Viro · 10 years ago
  14. 17c0a5a make acct_kill() wait for file closing. by Al Viro · 10 years ago
  15. 2798d4c acct: get rid of acct_lock for acct->count by Al Viro · 10 years ago
  16. 215752f acct: get rid of acct_list by Al Viro · 10 years ago
  17. 54a4d58 acct: simplify check_free_space() by Al Viro · 10 years ago
  18. b8f00e6 acct: new lifetime rules by Al Viro · 10 years ago
  19. 9df7fa1 acct: serialize acct_on() by Al Viro · 10 years ago
  20. 795a2f2 acct() should honour the limits from the very beginning by Al Viro · 10 years ago
  21. e25ff11 split the slow path in acct_process() off by Al Viro · 10 years ago
  22. cdd37e2 separate namespace-independent parts of filling acct_t by Al Viro · 10 years ago
  23. ed44724 acct: switch to __kernel_write() by Al Viro · 10 years ago
  24. ecfdb33 acct: encode_comp_t(0) is 0, fortunately... by Al Viro · 10 years ago
  25. ccbf62d sched: Make task->start_time nanoseconds based by Thomas Gleixner · 10 years ago
  26. 2200182 acct: Use ktime_get_ts() by Thomas Gleixner · 10 years ago
  27. 46c0a8c ipc, kernel: clear whitespace by Paul McQuade · 10 years ago
  28. 7153e40 ipc, kernel: use Linux headers by Paul McQuade · 10 years ago
  29. 5ae98f1 fs: Fix hang with BSD accounting on frozen filesystem by Jan Kara · 11 years ago
  30. 03d95eb lift sb_start_write() out of ->write() by Al Viro · 11 years ago
  31. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  32. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  33. 6fac482 cputime: Use accessors to read task cputime stats by Frederic Weisbecker · 11 years ago
  34. 669abf4 vfs: make path_openat take a struct filename pointer by Jeff Layton · 12 years ago
  35. 91a27b2 vfs: define struct filename and have getname() return it by Jeff Layton · 12 years ago
  36. cfd4da1 acct: constify the name arg to acct_on by Jeff Layton · 12 years ago
  37. f8f3d4d userns: Convert bsd process accounting to use kuid and kgid where appropriate by Eric W. Biederman · 12 years ago
  38. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  39. d8c9584 vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb by Al Viro · 12 years ago
  40. 32dc730 get rid of timer in kern/acct.c by Al Viro · 12 years ago
  41. 6486163 [S390] cputime: add sparse checking and cleanup by Martin Schwidefsky · 12 years ago
  42. ebabe9a pass a struct path to vfs_statfs by Christoph Hellwig · 14 years ago
  43. 539c99f Merge branch 'next' into for-linus by James Morris · 14 years ago
  44. 11cad32 bsdacct: use del_timer_sync() in acct_exit_ns() by Vitaliy Gusev · 14 years ago
  45. 05b9049 security: remove dead hook acct by Eric Paris · 14 years ago
  46. 4dd66e6 copy_signal() cleanup: kill taskstats_tgid_init() and acct_init_pacct() by Veaceslav Falico · 14 years ago
  47. 4b731d5 bsdacct: fix uid/gid misreporting by Alexey Dobriyan · 14 years ago
  48. d8e180d bsdacct: switch credentials for writing to the accounting file by Michal Schmidt · 15 years ago
  49. df279ca bsdacct: fix access to invalid filp in acct_on() by Renaud Lottiaux · 15 years ago
  50. b290ebe [CVE-2009-0029] System call wrappers part 04 by Heiko Carstens · 15 years ago
  51. 76aac0e CRED: Wrap task credential accesses in the core kernel by David Howells · 15 years ago
  52. dbda4c0 tty: Fix abusers of current->sighand->tty by Alan Cox · 16 years ago
  53. 0c18d7a bsdacct: fix and add comments around acct_process() by Pavel Emelyanov · 16 years ago
  54. 7d1e135 bsdacct: account dying tasks in all relevant namespaces by Pavel Emelyanov · 16 years ago
  55. b5a7174 bsdacct: turn acct off for all pidns-s on umount time by Pavel Emelyanov · 16 years ago
  56. 0b6b030 bsdacct: switch from global bsd_acct_struct instance to per-pidns one by Pavel Emelyanov · 16 years ago
  57. 6248b1b bsdacct: make internal code work with passed bsd_acct_struct, not global by Pavel Emelyanov · 16 years ago
  58. a75d979 bsdacct: turn the acct_lock from on-the-struct to global by Pavel Emelyanov · 16 years ago
  59. e59a04a bsdacct: make check timer accept a bsd_acct_struct argument by Pavel Emelyanov · 16 years ago
  60. 1c55285 bsdacct: "truthify" a comment near acct_process by Pavel Emelyanov · 16 years ago
  61. 081e4c8 bsdacct: rename acct_gbls to bsd_acct_struct by Pavel Emelyanov · 16 years ago
  62. 5f7b703 bsd_acct: using task_struct->tgid is not right in pid-namespaces by Pavel Emelyanov · 16 years ago
  63. a846a19 bsd_acct: plain current->real_parent access is not always safe by Pavel Emelyanov · 16 years ago
  64. b59f819 acct: real_parent ppid by Roland McGrath · 16 years ago
  65. bcbe4a0 sched: fix kernel/acct.c comment by Ingo Molnar · 16 years ago
  66. 6ae965c whitespace fixes: process accounting by Daniel Walker · 17 years ago
  67. 2c6b47d Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time(). by john stultz · 17 years ago
  68. f3a43f3 [PATCH] kernel: change uses of f_{dentry, vfsmnt} to use f_path by Josef "Jeff" Sipek · 17 years ago
  69. 7bcfa95 [PATCH] do_acct_process(): don't take tty_mutex by Oleg Nesterov · 17 years ago
  70. 24ec839 [PATCH] tty: ->signal->tty locking by Peter Zijlstra · 17 years ago
  71. 6cfd76a [PATCH] lockdep: name some old style locks by Peter Zijlstra · 17 years ago
  72. 8f0ab51 [PATCH] csa: convert CONFIG tag for extended accounting routines by Jay Lan · 18 years ago
  73. eb84a20 [PATCH] audit/accounting: tty locking by Alan Cox · 18 years ago
  74. a4afee0 [PATCH] Fix sighand->siglock usage in kernel/acct.c by OGAWA Hirofumi · 18 years ago
  75. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  76. 1dbe83c [PATCH] fix kernel-doc in kernel/ dir by Randy Dunlap · 18 years ago
  77. 7f32a25 [PATCH] kernel/acct: fix function definition by Randy Dunlap · 18 years ago
  78. 77787bf [PATCH] pacct: none-delayed process accounting accumulation by KaiGai Kohei · 18 years ago
  79. f6ec29a [PATCH] pacct: avoidance to refer the last thread as a representation of the process by KaiGai Kohei · 18 years ago
  80. 0e46481 [PATCH] pacct: add pacct_struct to fix some pacct bugs. by KaiGai Kohei · 18 years ago
  81. 11e6475 [PATCH] Remove unecessary NULL check in kernel/acct.c by Matt Helsley · 18 years ago
  82. 726c334 [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry by David Howells · 18 years ago
  83. bb231fe [PATCH] Fix pacct bug in multithreading case. by KaiGai Kohei · 18 years ago
  84. c59ede7 [PATCH] move capable() to capability.h by Randy.Dunlap · 18 years ago
  85. 089545f [PATCH] s390: cputime_t fixes by Martin Schwidefsky · 18 years ago
  86. 7b7b1ac [PATCH] saner handling of auto_acct_off() and DQUOT_OFF() in umount by Al Viro · 19 years ago
  87. 4294621 [PATCH] mm: rss = file_rss + anon_rss by Hugh Dickins · 19 years ago
  88. 417ef53 [PATCH] kernel/acct: add kerneldoc by Randy Dunlap · 19 years ago
  89. 6c9c0b5 [PATCH] largefile support for accounting by Peter Staubach · 19 years ago
  90. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago