aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/acct.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-11fs: rename __mnt_{want,drop}_write*() helpersAmir Goldstein1-2/+2
2023-08-30Merge tag 'audit-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2023-08-18acct: replace all non-returning strlcpy with strscpyAzeem Shaikh1-1/+1
2023-08-15audit: add space before parenthesis and around '=', "==", and '<'Atul Kumar Pant1-1/+1
2022-11-30acct: fix potential integer overflow in encode_comp_t()Zheng Yejian1-0/+2
2022-11-30acct: fix accuracy loss for input value of encode_comp_t()Zheng Yejian1-2/+2
2022-09-26acct: use VMA iterator instead of linked listMatthew Wilcox (Oracle)1-6/+5
2022-04-06kernel/acct: move acct sysctls to its own filetangmeng1-1/+21
2021-10-18kernel: remove spurious blkdev.h includesChristoph Hellwig1-1/+0
2021-09-08kernel/acct.c: use dedicated helper to access rlimit valuesYang Yang1-1/+1
2020-12-15kernel/acct.c: use #elif instead of #end and #elifHui Su1-5/+2
2020-10-16kernel: acct.c: fix some kernel-doc nitsRandy Dunlap1-5/+3
2020-10-16kernel/: fix repeated words in commentsRandy Dunlap1-1/+1
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2019-12-18acct: stop using get_seconds()Arnd Bergmann1-1/+3
2019-04-04acct_on(): don't mess with freeze protectionAl Viro1-2/+2
2018-01-04kernel/acct.c: fix the acct->needcheck check in check_free_space()Oleg Nesterov1-1/+1
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland1-2/+2
2017-09-04fs: make the buf argument to __kernel_write a void pointerChristoph Hellwig1-1/+1
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar1-0/+2
2017-02-01acct: Convert obsolete cputime type to nsecsFrederic Weisbecker1-4/+5
2017-02-01sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu...Frederic Weisbecker1-1/+1
2015-04-11acct: check FMODE_CAN_WRITEAl Viro1-1/+1
2015-01-25new fs_pin killing logicsAl Viro1-47/+34
2015-01-25get rid of the second argument of acct_kill()Al Viro1-10/+7
2015-01-25take count and rcu_head out of fs_pinAl Viro1-6/+8
2015-01-25pull bumping refcount into ->kill()Al Viro1-0/+6
2015-01-25kill pin_put()Al Viro1-4/+10
2014-10-09acct: eliminate compile warningYing Xue1-5/+9
2014-08-07kernel/acct.c: fix coding style warnings and errorsIonut Alexa1-12/+16
2014-08-07death to mnt_pinnedAl Viro1-5/+19
2014-08-07take fs_pin stuff to fs/*Al Viro1-95/+32
2014-08-07start carving bsd_acct_struct upAl Viro1-19/+23
2014-08-07acct: move mnt_pin() upwards.Al Viro1-2/+1
2014-08-07make acct_kill() wait for file closing.Al Viro1-3/+17
2014-08-07acct: get rid of acct_lock for acct->countAl Viro1-33/+52
2014-08-07acct: get rid of acct_listAl Viro1-80/+55
2014-08-07acct: simplify check_free_space()Al Viro1-39/+11
2014-08-07acct: new lifetime rulesAl Viro1-106/+114
2014-08-07acct: serialize acct_on()Al Viro1-0/+4
2014-08-07acct() should honour the limits from the very beginningAl Viro1-2/+2
2014-08-07split the slow path in acct_process() offAl Viro1-22/+28
2014-08-07separate namespace-independent parts of filling acct_tAl Viro1-47/+51
2014-08-07acct: switch to __kernel_write()Al Viro1-19/+12
2014-08-07acct: encode_comp_t(0) is 0, fortunately...Al Viro1-3/+0
2014-07-23sched: Make task->start_time nanoseconds basedThomas Gleixner1-7/+3
2014-06-12acct: Use ktime_get_ts()Thomas Gleixner1-1/+1
2014-06-06ipc, kernel: clear whitespacePaul McQuade1-2/+2
2014-06-06ipc, kernel: use Linux headersPaul McQuade1-1/+1
2013-05-04fs: Fix hang with BSD accounting on frozen filesystemJan Kara1-1/+6
2013-04-09lift sb_start_write() out of ->write()Al Viro1-0/+2
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-01-27cputime: Use accessors to read task cputime statsFrederic Weisbecker1-2/+4
2012-10-12vfs: make path_openat take a struct filename pointerJeff Layton1-3/+3
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-2/+2
2012-10-12acct: constify the name arg to acct_onJeff Layton1-1/+1
2012-09-18userns: Convert bsd process accounting to use kuid and kgid where appropriateEric W. Biederman1-2/+2
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-31/+11
2012-01-06vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro1-1/+1
2012-01-03get rid of timer in kern/acct.cAl Viro1-30/+10
2011-12-15[S390] cputime: add sparse checking and cleanupMartin Schwidefsky1-2/+2
2010-08-09pass a struct path to vfs_statfsChristoph Hellwig1-1/+1
2010-05-18Merge branch 'next' into for-linusJames Morris1-15/+5
2010-05-11bsdacct: use del_timer_sync() in acct_exit_ns()Vitaliy Gusev1-8/+9
2010-04-12security: remove dead hook acctEric Paris1-15/+5
2010-03-12copy_signal() cleanup: kill taskstats_tgid_init() and acct_init_pacct()Veaceslav Falico1-10/+0
2009-12-15bsdacct: fix uid/gid misreportingAlexey Dobriyan1-1/+2
2009-08-24bsdacct: switch credentials for writing to the accounting fileMichal Schmidt1-1/+7
2009-06-30bsdacct: fix access to invalid filp in acct_on()Renaud Lottiaux1-2/+4
2009-01-14[CVE-2009-0029] System call wrappers part 04Heiko Carstens1-1/+1
2008-11-14CRED: Wrap task credential accesses in the core kernelDavid Howells1-4/+3
2008-10-13tty: Fix abusers of current->sighand->ttyAlan Cox1-1/+1
2008-07-25bsdacct: fix and add comments around acct_process()Pavel Emelyanov1-1/+7
2008-07-25bsdacct: account dying tasks in all relevant namespacesPavel Emelyanov1-7/+14
2008-07-25bsdacct: turn acct off for all pidns-s on umount timePavel Emelyanov1-12/+16
2008-07-25bsdacct: switch from global bsd_acct_struct instance to per-pidns onePavel Emelyanov1-18/+66
2008-07-25bsdacct: make internal code work with passed bsd_acct_struct, not globalPavel Emelyanov1-38/+39
2008-07-25bsdacct: turn the acct_lock from on-the-struct to globalPavel Emelyanov1-21/+21
2008-07-25bsdacct: make check timer accept a bsd_acct_struct argumentPavel Emelyanov1-4/+5
2008-07-25bsdacct: "truthify" a comment near acct_processPavel Emelyanov1-1/+0
2008-07-25bsdacct: rename acct_gbls to bsd_acct_structPavel Emelyanov1-2/+2
2008-03-24bsd_acct: using task_struct->tgid is not right in pid-namespacesPavel Emelyanov1-6/+15
2008-03-24bsd_acct: plain current->real_parent access is not always safePavel Emelyanov1-1/+3
2008-01-07acct: real_parent ppidRoland McGrath1-1/+1
2007-11-26sched: fix kernel/acct.c commentIngo Molnar1-1/+1
2007-10-18whitespace fixes: process accountingDaniel Walker1-33/+33
2007-07-25Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time().john stultz1-1/+1
2006-12-08[PATCH] kernel: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek1-7/+7
2006-12-08[PATCH] do_acct_process(): don't take tty_mutexOleg Nesterov1-5/+2
2006-12-08[PATCH] tty: ->signal->tty lockingPeter Zijlstra1-6/+3
2006-12-07[PATCH] lockdep: name some old style locksPeter Zijlstra1-1/+2
2006-10-01[PATCH] csa: convert CONFIG tag for extended accounting routinesJay Lan1-30/+0
2006-09-29[PATCH] audit/accounting: tty lockingAlan Cox1-1/+5
2006-07-14[PATCH] Fix sighand->siglock usage in kernel/acct.cOGAWA Hirofumi1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-27[PATCH] fix kernel-doc in kernel/ dirRandy Dunlap1-0/+1
2006-06-27[PATCH] kernel/acct: fix function definitionRandy Dunlap1-1/+1
2006-06-25[PATCH] pacct: none-delayed process accounting accumulationKaiGai Kohei1-13/+11
2006-06-25[PATCH] pacct: avoidance to refer the last thread as a representation of the ...KaiGai Kohei1-18/+24
2006-06-25[PATCH] pacct: add pacct_struct to fix some pacct bugs.KaiGai Kohei1-15/+36
2006-06-25[PATCH] Remove unecessary NULL check in kernel/acct.cMatt Helsley1-5/+3
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells1-1/+1
2006-03-31[PATCH] Fix pacct bug in multithreading case.KaiGai Kohei1-6/+6
2006-01-11[PATCH] move capable() to capability.hRandy.Dunlap1-0/+1
2006-01-06[PATCH] s390: cputime_t fixesMartin Schwidefsky1-7/+9
2005-11-07[PATCH] saner handling of auto_acct_off() and DQUOT_OFF() in umountAl Viro1-30/+62
2005-10-29[PATCH] mm: rss = file_rss + anon_rssHugh Dickins1-1/+1
2005-09-10[PATCH] kernel/acct: add kerneldocRandy Dunlap1-16/+27
2005-09-07[PATCH] largefile support for accountingPeter Staubach1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+561