aboutsummaryrefslogtreecommitdiff
path: root/kernel/acct.c
AgeCommit message (Expand)Author
2013-05-04fs: Fix hang with BSD accounting on frozen filesystemJan Kara
2013-04-09lift sb_start_write() out of ->write()Al Viro
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-01-27cputime: Use accessors to read task cputime statsFrederic Weisbecker
2012-10-12vfs: make path_openat take a struct filename pointerJeff Layton
2012-10-12vfs: define struct filename and have getname() return itJeff Layton
2012-10-12acct: constify the name arg to acct_onJeff Layton
2012-09-18userns: Convert bsd process accounting to use kuid and kgid where appropriateEric W. Biederman
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2012-01-06vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro
2012-01-03get rid of timer in kern/acct.cAl Viro
2011-12-15[S390] cputime: add sparse checking and cleanupMartin Schwidefsky
2010-08-09pass a struct path to vfs_statfsChristoph Hellwig
2010-05-18Merge branch 'next' into for-linusJames Morris
2010-05-11bsdacct: use del_timer_sync() in acct_exit_ns()Vitaliy Gusev
2010-04-12security: remove dead hook acctEric Paris
2010-03-12copy_signal() cleanup: kill taskstats_tgid_init() and acct_init_pacct()Veaceslav Falico
2009-12-15bsdacct: fix uid/gid misreportingAlexey Dobriyan
2009-08-24bsdacct: switch credentials for writing to the accounting fileMichal Schmidt
2009-06-30bsdacct: fix access to invalid filp in acct_on()Renaud Lottiaux
2009-01-14[CVE-2009-0029] System call wrappers part 04Heiko Carstens
2008-11-14CRED: Wrap task credential accesses in the core kernelDavid Howells
2008-10-13tty: Fix abusers of current->sighand->ttyAlan Cox
2008-07-25bsdacct: fix and add comments around acct_process()Pavel Emelyanov
2008-07-25bsdacct: account dying tasks in all relevant namespacesPavel Emelyanov
2008-07-25bsdacct: turn acct off for all pidns-s on umount timePavel Emelyanov
2008-07-25bsdacct: switch from global bsd_acct_struct instance to per-pidns onePavel Emelyanov
2008-07-25bsdacct: make internal code work with passed bsd_acct_struct, not globalPavel Emelyanov
2008-07-25bsdacct: turn the acct_lock from on-the-struct to globalPavel Emelyanov
2008-07-25bsdacct: make check timer accept a bsd_acct_struct argumentPavel Emelyanov
2008-07-25bsdacct: "truthify" a comment near acct_processPavel Emelyanov
2008-07-25bsdacct: rename acct_gbls to bsd_acct_structPavel Emelyanov
2008-03-24bsd_acct: using task_struct->tgid is not right in pid-namespacesPavel Emelyanov
2008-03-24bsd_acct: plain current->real_parent access is not always safePavel Emelyanov
2008-01-07acct: real_parent ppidRoland McGrath
2007-11-26sched: fix kernel/acct.c commentIngo Molnar
2007-10-18whitespace fixes: process accountingDaniel Walker
2007-07-25Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time().john stultz
2006-12-08[PATCH] kernel: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek
2006-12-08[PATCH] do_acct_process(): don't take tty_mutexOleg Nesterov
2006-12-08[PATCH] tty: ->signal->tty lockingPeter Zijlstra
2006-12-07[PATCH] lockdep: name some old style locksPeter Zijlstra
2006-10-01[PATCH] csa: convert CONFIG tag for extended accounting routinesJay Lan
2006-09-29[PATCH] audit/accounting: tty lockingAlan Cox
2006-07-14[PATCH] Fix sighand->siglock usage in kernel/acct.cOGAWA Hirofumi
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-27[PATCH] fix kernel-doc in kernel/ dirRandy Dunlap
2006-06-27[PATCH] kernel/acct: fix function definitionRandy Dunlap
2006-06-25[PATCH] pacct: none-delayed process accounting accumulationKaiGai Kohei