index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
acct.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel: remove spurious blkdev.h includes
Christoph Hellwig
2021-10-18
1
-1
/
+0
*
kernel/acct.c: use dedicated helper to access rlimit values
Yang Yang
2021-09-08
1
-1
/
+1
*
kernel/acct.c: use #elif instead of #end and #elif
Hui Su
2020-12-15
1
-5
/
+2
*
kernel: acct.c: fix some kernel-doc nits
Randy Dunlap
2020-10-16
1
-5
/
+3
*
kernel/: fix repeated words in comments
Randy Dunlap
2020-10-16
1
-1
/
+1
*
mmap locking API: convert mmap_sem comments
Michel Lespinasse
2020-06-09
1
-1
/
+1
*
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-06-09
1
-2
/
+2
*
acct: stop using get_seconds()
Arnd Bergmann
2019-12-18
1
-1
/
+3
*
acct_on(): don't mess with freeze protection
Al Viro
2019-04-04
1
-2
/
+2
*
kernel/acct.c: fix the acct->needcheck check in check_free_space()
Oleg Nesterov
2018-01-04
1
-1
/
+1
*
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
2017-11-07
1
-0
/
+1
|
\
|
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
|
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2017-10-25
1
-2
/
+2
|
/
*
fs: make the buf argument to __kernel_write a void pointer
Christoph Hellwig
2017-09-04
1
-1
/
+1
*
sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...
Ingo Molnar
2017-03-02
1
-0
/
+2
*
acct: Convert obsolete cputime type to nsecs
Frederic Weisbecker
2017-02-01
1
-4
/
+5
*
sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu...
Frederic Weisbecker
2017-02-01
1
-1
/
+1
*
acct: check FMODE_CAN_WRITE
Al Viro
2015-04-11
1
-1
/
+1
*
new fs_pin killing logics
Al Viro
2015-01-25
1
-47
/
+34
*
get rid of the second argument of acct_kill()
Al Viro
2015-01-25
1
-10
/
+7
*
take count and rcu_head out of fs_pin
Al Viro
2015-01-25
1
-6
/
+8
*
pull bumping refcount into ->kill()
Al Viro
2015-01-25
1
-0
/
+6
*
kill pin_put()
Al Viro
2015-01-25
1
-4
/
+10
*
acct: eliminate compile warning
Ying Xue
2014-10-09
1
-5
/
+9
*
kernel/acct.c: fix coding style warnings and errors
Ionut Alexa
2014-08-07
1
-12
/
+16
*
death to mnt_pinned
Al Viro
2014-08-07
1
-5
/
+19
*
take fs_pin stuff to fs/*
Al Viro
2014-08-07
1
-95
/
+32
*
start carving bsd_acct_struct up
Al Viro
2014-08-07
1
-19
/
+23
*
acct: move mnt_pin() upwards.
Al Viro
2014-08-07
1
-2
/
+1
*
make acct_kill() wait for file closing.
Al Viro
2014-08-07
1
-3
/
+17
*
acct: get rid of acct_lock for acct->count
Al Viro
2014-08-07
1
-33
/
+52
*
acct: get rid of acct_list
Al Viro
2014-08-07
1
-80
/
+55
*
acct: simplify check_free_space()
Al Viro
2014-08-07
1
-39
/
+11
*
acct: new lifetime rules
Al Viro
2014-08-07
1
-106
/
+114
*
acct: serialize acct_on()
Al Viro
2014-08-07
1
-0
/
+4
*
acct() should honour the limits from the very beginning
Al Viro
2014-08-07
1
-2
/
+2
*
split the slow path in acct_process() off
Al Viro
2014-08-07
1
-22
/
+28
*
separate namespace-independent parts of filling acct_t
Al Viro
2014-08-07
1
-47
/
+51
*
acct: switch to __kernel_write()
Al Viro
2014-08-07
1
-19
/
+12
*
acct: encode_comp_t(0) is 0, fortunately...
Al Viro
2014-08-07
1
-3
/
+0
*
sched: Make task->start_time nanoseconds based
Thomas Gleixner
2014-07-23
1
-7
/
+3
*
acct: Use ktime_get_ts()
Thomas Gleixner
2014-06-12
1
-1
/
+1
*
ipc, kernel: clear whitespace
Paul McQuade
2014-06-06
1
-2
/
+2
*
ipc, kernel: use Linux headers
Paul McQuade
2014-06-06
1
-1
/
+1
*
fs: Fix hang with BSD accounting on frozen filesystem
Jan Kara
2013-05-04
1
-1
/
+6
*
lift sb_start_write() out of ->write()
Al Viro
2013-04-09
1
-0
/
+2
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-02-26
1
-1
/
+1
|
\
|
*
new helper: file_inode(file)
Al Viro
2013-02-22
1
-1
/
+1
*
|
cputime: Use accessors to read task cputime stats
Frederic Weisbecker
2013-01-27
1
-2
/
+4
|
/
*
vfs: make path_openat take a struct filename pointer
Jeff Layton
2012-10-12
1
-3
/
+3
[next]