summaryrefslogtreecommitdiff
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