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