Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
b9c11a2333db7215876eca4ff5a39ee4f94909f2
/
kernel
/
acct.c
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
· 10 years ago
46c0a8c
ipc, kernel: clear whitespace
by Paul McQuade
· 10 years ago
7153e40
ipc, kernel: use Linux headers
by Paul McQuade
· 10 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
· 14 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
· 15 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
· 18 years ago
1dbe83c
[PATCH] fix kernel-doc in kernel/ dir
by Randy Dunlap
· 18 years ago
7f32a25
[PATCH] kernel/acct: fix function definition
by Randy Dunlap
· 18 years ago
77787bf
[PATCH] pacct: none-delayed process accounting accumulation
by KaiGai Kohei
· 18 years ago
f6ec29a
[PATCH] pacct: avoidance to refer the last thread as a representation of the process
by KaiGai Kohei
· 18 years ago
0e46481
[PATCH] pacct: add pacct_struct to fix some pacct bugs.
by KaiGai Kohei
· 18 years ago
11e6475
[PATCH] Remove unecessary NULL check in kernel/acct.c
by Matt Helsley
· 18 years ago
726c334
[PATCH] VFS: Permit filesystem to perform statfs with a known root dentry
by David Howells
· 18 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