aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/acct.c
Commit message (Expand)AuthorAge
* acct: Use ktime_get_ts()Thomas Gleixner2014-06-12
* ipc, kernel: clear whitespacePaul McQuade2014-06-06
* ipc, kernel: use Linux headersPaul McQuade2014-06-06
* fs: Fix hang with BSD accounting on frozen filesystemJan Kara2013-05-04
* lift sb_start_write() out of ->write()Al Viro2013-04-09
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-26
|\
| * new helper: file_inode(file)Al Viro2013-02-22
* | cputime: Use accessors to read task cputime statsFrederic Weisbecker2013-01-27
|/
* vfs: make path_openat take a struct filename pointerJeff Layton2012-10-12
* vfs: define struct filename and have getname() return itJeff Layton2012-10-12
* acct: constify the name arg to acct_onJeff Layton2012-10-12
* userns: Convert bsd process accounting to use kuid and kgid where appropriateEric W. Biederman2012-09-18
* Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-08
|\
| * vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro2012-01-06
| * get rid of timer in kern/acct.cAl Viro2012-01-03
* | [S390] cputime: add sparse checking and cleanupMartin Schwidefsky2011-12-15
|/
* pass a struct path to vfs_statfsChristoph Hellwig2010-08-09
* Merge branch 'next' into for-linusJames Morris2010-05-17
|\
| * security: remove dead hook acctEric Paris2010-04-11
* | bsdacct: use del_timer_sync() in acct_exit_ns()Vitaliy Gusev2010-05-11
|/
* copy_signal() cleanup: kill taskstats_tgid_init() and acct_init_pacct()Veaceslav Falico2010-03-12
* bsdacct: fix uid/gid misreportingAlexey Dobriyan2009-12-15
* bsdacct: switch credentials for writing to the accounting fileMichal Schmidt2009-08-23
* bsdacct: fix access to invalid filp in acct_on()Renaud Lottiaux2009-06-30
* [CVE-2009-0029] System call wrappers part 04Heiko Carstens2009-01-14
* CRED: Wrap task credential accesses in the core kernelDavid Howells2008-11-13
* tty: Fix abusers of current->sighand->ttyAlan Cox2008-10-13
* bsdacct: fix and add comments around acct_process()Pavel Emelyanov2008-07-25
* bsdacct: account dying tasks in all relevant namespacesPavel Emelyanov2008-07-25
* bsdacct: turn acct off for all pidns-s on umount timePavel Emelyanov2008-07-25
* bsdacct: switch from global bsd_acct_struct instance to per-pidns onePavel Emelyanov2008-07-25
* bsdacct: make internal code work with passed bsd_acct_struct, not globalPavel Emelyanov2008-07-25
* bsdacct: turn the acct_lock from on-the-struct to globalPavel Emelyanov2008-07-25
* bsdacct: make check timer accept a bsd_acct_struct argumentPavel Emelyanov2008-07-25
* bsdacct: "truthify" a comment near acct_processPavel Emelyanov2008-07-25
* bsdacct: rename acct_gbls to bsd_acct_structPavel Emelyanov2008-07-25
* bsd_acct: using task_struct->tgid is not right in pid-namespacesPavel Emelyanov2008-03-24
* bsd_acct: plain current->real_parent access is not always safePavel Emelyanov2008-03-24
* acct: real_parent ppidRoland McGrath2008-01-07
* sched: fix kernel/acct.c commentIngo Molnar2007-11-26
* whitespace fixes: process accountingDaniel Walker2007-10-18
* Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time().john stultz2007-07-25
* [PATCH] kernel: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-08
* [PATCH] do_acct_process(): don't take tty_mutexOleg Nesterov2006-12-08
* [PATCH] tty: ->signal->tty lockingPeter Zijlstra2006-12-08
* [PATCH] lockdep: name some old style locksPeter Zijlstra2006-12-07
* [PATCH] csa: convert CONFIG tag for extended accounting routinesJay Lan2006-10-01
* [PATCH] audit/accounting: tty lockingAlan Cox2006-09-29
* [PATCH] Fix sighand->siglock usage in kernel/acct.cOGAWA Hirofumi2006-07-15
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-30