Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
05d88a493746819821733e07bed918a6e09f735b
/
kernel
/
acct.c
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
089545f
[PATCH] s390: cputime_t fixes
by Martin Schwidefsky
· 19 years ago
7b7b1ac
[PATCH] saner handling of auto_acct_off() and DQUOT_OFF() in umount
by Al Viro
· 19 years ago
4294621
[PATCH] mm: rss = file_rss + anon_rss
by Hugh Dickins
· 19 years ago
417ef53
[PATCH] kernel/acct: add kerneldoc
by Randy Dunlap
· 19 years ago
6c9c0b5
[PATCH] largefile support for accounting
by Peter Staubach
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago