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