summaryrefslogtreecommitdiffstats
path: root/kernel/acct.c
Commit message (Expand)AuthorAgeFilesLines
* fs: rename __mnt_{want,drop}_write*() helpersAmir Goldstein2023-09-111-2/+2
* Merge tag 'audit-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-08-301-1/+1
|\
| * audit: add space before parenthesis and around '=', "==", and '<'Atul Kumar Pant2023-08-151-1/+1
* | acct: replace all non-returning strlcpy with strscpyAzeem Shaikh2023-08-181-1/+1
|/
* acct: fix potential integer overflow in encode_comp_t()Zheng Yejian2022-11-301-0/+2
* acct: fix accuracy loss for input value of encode_comp_t()Zheng Yejian2022-11-301-2/+2
* acct: use VMA iterator instead of linked listMatthew Wilcox (Oracle)2022-09-261-6/+5
* kernel/acct: move acct sysctls to its own filetangmeng2022-04-061-1/+21
* kernel: remove spurious blkdev.h includesChristoph Hellwig2021-10-181-1/+0
* kernel/acct.c: use dedicated helper to access rlimit valuesYang Yang2021-09-081-1/+1
* kernel/acct.c: use #elif instead of #end and #elifHui Su2020-12-151-5/+2
* kernel: acct.c: fix some kernel-doc nitsRandy Dunlap2020-10-161-5/+3
* kernel/: fix repeated words in commentsRandy Dunlap2020-10-161-1/+1
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* acct: stop using get_seconds()Arnd Bergmann2019-12-181-1/+3
* acct_on(): don't mess with freeze protectionAl Viro2019-04-041-2/+2
* kernel/acct.c: fix the acct->needcheck check in check_free_space()Oleg Nesterov2018-01-041-1/+1
* Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-2/+2
|/
* fs: make the buf argument to __kernel_write a void pointerChristoph Hellwig2017-09-041-1/+1
* sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar2017-03-021-0/+2
* acct: Convert obsolete cputime type to nsecsFrederic Weisbecker2017-02-011-4/+5
* sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu...Frederic Weisbecker2017-02-011-1/+1
* acct: check FMODE_CAN_WRITEAl Viro2015-04-111-1/+1
* new fs_pin killing logicsAl Viro2015-01-251-47/+34
* get rid of the second argument of acct_kill()Al Viro2015-01-251-10/+7
* take count and rcu_head out of fs_pinAl Viro2015-01-251-6/+8
* pull bumping refcount into ->kill()Al Viro2015-01-251-0/+6
* kill pin_put()Al Viro2015-01-251-4/+10
* acct: eliminate compile warningYing Xue2014-10-091-5/+9
* kernel/acct.c: fix coding style warnings and errorsIonut Alexa2014-08-071-12/+16
* death to mnt_pinnedAl Viro2014-08-071-5/+19
* take fs_pin stuff to fs/*Al Viro2014-08-071-95/+32
* start carving bsd_acct_struct upAl Viro2014-08-071-19/+23
* acct: move mnt_pin() upwards.Al Viro2014-08-071-2/+1
* make acct_kill() wait for file closing.Al Viro2014-08-071-3/+17
* acct: get rid of acct_lock for acct->countAl Viro2014-08-071-33/+52
* acct: get rid of acct_listAl Viro2014-08-071-80/+55
* acct: simplify check_free_space()Al Viro2014-08-071-39/+11
* acct: new lifetime rulesAl Viro2014-08-071-106/+114
* acct: serialize acct_on()Al Viro2014-08-071-0/+4
* acct() should honour the limits from the very beginningAl Viro2014-08-071-2/+2
* split the slow path in acct_process() offAl Viro2014-08-071-22/+28
* separate namespace-independent parts of filling acct_tAl Viro2014-08-071-47/+51
* acct: switch to __kernel_write()Al Viro2014-08-071-19/+12
* acct: encode_comp_t(0) is 0, fortunately...Al Viro2014-08-071-3/+0
* sched: Make task->start_time nanoseconds basedThomas Gleixner2014-07-231-7/+3
* acct: Use ktime_get_ts()Thomas Gleixner2014-06-121-1/+1