summaryrefslogtreecommitdiffstats
path: root/kernel/acct.c
Commit message (Expand)AuthorAgeFilesLines
* pass a struct path to vfs_statfsChristoph Hellwig2010-08-091-1/+1
* Merge branch 'next' into for-linusJames Morris2010-05-181-15/+5
|\
| * security: remove dead hook acctEric Paris2010-04-121-15/+5
* | bsdacct: use del_timer_sync() in acct_exit_ns()Vitaliy Gusev2010-05-111-8/+9
|/
* copy_signal() cleanup: kill taskstats_tgid_init() and acct_init_pacct()Veaceslav Falico2010-03-121-10/+0
* bsdacct: fix uid/gid misreportingAlexey Dobriyan2009-12-151-1/+2
* bsdacct: switch credentials for writing to the accounting fileMichal Schmidt2009-08-241-1/+7
* bsdacct: fix access to invalid filp in acct_on()Renaud Lottiaux2009-06-301-2/+4
* [CVE-2009-0029] System call wrappers part 04Heiko Carstens2009-01-141-1/+1
* CRED: Wrap task credential accesses in the core kernelDavid Howells2008-11-141-4/+3
* tty: Fix abusers of current->sighand->ttyAlan Cox2008-10-131-1/+1
* bsdacct: fix and add comments around acct_process()Pavel Emelyanov2008-07-251-1/+7
* bsdacct: account dying tasks in all relevant namespacesPavel Emelyanov2008-07-251-7/+14
* bsdacct: turn acct off for all pidns-s on umount timePavel Emelyanov2008-07-251-12/+16
* bsdacct: switch from global bsd_acct_struct instance to per-pidns onePavel Emelyanov2008-07-251-18/+66
* bsdacct: make internal code work with passed bsd_acct_struct, not globalPavel Emelyanov2008-07-251-38/+39
* bsdacct: turn the acct_lock from on-the-struct to globalPavel Emelyanov2008-07-251-21/+21
* bsdacct: make check timer accept a bsd_acct_struct argumentPavel Emelyanov2008-07-251-4/+5
* bsdacct: "truthify" a comment near acct_processPavel Emelyanov2008-07-251-1/+0
* bsdacct: rename acct_gbls to bsd_acct_structPavel Emelyanov2008-07-251-2/+2
* bsd_acct: using task_struct->tgid is not right in pid-namespacesPavel Emelyanov2008-03-241-6/+15
* bsd_acct: plain current->real_parent access is not always safePavel Emelyanov2008-03-241-1/+3
* acct: real_parent ppidRoland McGrath2008-01-071-1/+1
* sched: fix kernel/acct.c commentIngo Molnar2007-11-261-1/+1
* whitespace fixes: process accountingDaniel Walker2007-10-181-33/+33
* Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time().john stultz2007-07-251-1/+1
* [PATCH] kernel: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-081-7/+7
* [PATCH] do_acct_process(): don't take tty_mutexOleg Nesterov2006-12-081-5/+2
* [PATCH] tty: ->signal->tty lockingPeter Zijlstra2006-12-081-6/+3
* [PATCH] lockdep: name some old style locksPeter Zijlstra2006-12-071-1/+2
* [PATCH] csa: convert CONFIG tag for extended accounting routinesJay Lan2006-10-011-30/+0
* [PATCH] audit/accounting: tty lockingAlan Cox2006-09-291-1/+5
* [PATCH] Fix sighand->siglock usage in kernel/acct.cOGAWA Hirofumi2006-07-141-2/+2
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] fix kernel-doc in kernel/ dirRandy Dunlap2006-06-271-0/+1
* [PATCH] kernel/acct: fix function definitionRandy Dunlap2006-06-271-1/+1
* [PATCH] pacct: none-delayed process accounting accumulationKaiGai Kohei2006-06-251-13/+11
* [PATCH] pacct: avoidance to refer the last thread as a representation of the ...KaiGai Kohei2006-06-251-18/+24
* [PATCH] pacct: add pacct_struct to fix some pacct bugs.KaiGai Kohei2006-06-251-15/+36
* [PATCH] Remove unecessary NULL check in kernel/acct.cMatt Helsley2006-06-251-5/+3
* [PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells2006-06-231-1/+1
* [PATCH] Fix pacct bug in multithreading case.KaiGai Kohei2006-03-311-6/+6
* [PATCH] move capable() to capability.hRandy.Dunlap2006-01-111-0/+1
* [PATCH] s390: cputime_t fixesMartin Schwidefsky2006-01-061-7/+9
* [PATCH] saner handling of auto_acct_off() and DQUOT_OFF() in umountAl Viro2005-11-071-30/+62
* [PATCH] mm: rss = file_rss + anon_rssHugh Dickins2005-10-291-1/+1
* [PATCH] kernel/acct: add kerneldocRandy Dunlap2005-09-101-16/+27
* [PATCH] largefile support for accountingPeter Staubach2005-09-071-1/+1
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+561
OpenPOWER on IntegriCloud