aboutsummaryrefslogtreecommitdiff
path: root/kernel/acct.c
AgeCommit message (Expand)Author
2022-04-06kernel/acct: move acct sysctls to its own filetangmeng
2021-10-18kernel: remove spurious blkdev.h includesChristoph Hellwig
2021-09-08kernel/acct.c: use dedicated helper to access rlimit valuesYang Yang
2020-12-15kernel/acct.c: use #elif instead of #end and #elifHui Su
2020-10-16kernel: acct.c: fix some kernel-doc nitsRandy Dunlap
2020-10-16kernel/: fix repeated words in commentsRandy Dunlap
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2019-12-18acct: stop using get_seconds()Arnd Bergmann
2019-04-04acct_on(): don't mess with freeze protectionAl Viro
2018-01-04kernel/acct.c: fix the acct->needcheck check in check_free_space()Oleg Nesterov
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-09-04fs: make the buf argument to __kernel_write a void pointerChristoph Hellwig
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar
2017-02-01acct: Convert obsolete cputime type to nsecsFrederic Weisbecker
2017-02-01sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu...Frederic Weisbecker
2015-04-11acct: check FMODE_CAN_WRITEAl Viro
2015-01-25new fs_pin killing logicsAl Viro
2015-01-25get rid of the second argument of acct_kill()Al Viro
2015-01-25take count and rcu_head out of fs_pinAl Viro
2015-01-25pull bumping refcount into ->kill()Al Viro
2015-01-25kill pin_put()Al Viro
2014-10-09acct: eliminate compile warningYing Xue
2014-08-07kernel/acct.c: fix coding style warnings and errorsIonut Alexa
2014-08-07death to mnt_pinnedAl Viro
2014-08-07take fs_pin stuff to fs/*Al Viro
2014-08-07start carving bsd_acct_struct upAl Viro
2014-08-07acct: move mnt_pin() upwards.Al Viro
2014-08-07make acct_kill() wait for file closing.Al Viro
2014-08-07acct: get rid of acct_lock for acct->countAl Viro
2014-08-07acct: get rid of acct_listAl Viro
2014-08-07acct: simplify check_free_space()Al Viro
2014-08-07acct: new lifetime rulesAl Viro
2014-08-07acct: serialize acct_on()Al Viro
2014-08-07acct() should honour the limits from the very beginningAl Viro
2014-08-07split the slow path in acct_process() offAl Viro
2014-08-07separate namespace-independent parts of filling acct_tAl Viro
2014-08-07acct: switch to __kernel_write()Al Viro
2014-08-07acct: encode_comp_t(0) is 0, fortunately...Al Viro
2014-07-23sched: Make task->start_time nanoseconds basedThomas Gleixner
2014-06-12acct: Use ktime_get_ts()Thomas Gleixner
2014-06-06ipc, kernel: clear whitespacePaul McQuade
2014-06-06ipc, kernel: use Linux headersPaul McQuade
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