summaryrefslogtreecommitdiffstats
path: root/kernel/acct.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ipc, kernel: clear whitespacePaul McQuade2014-06-061-2/+2
* ipc, kernel: use Linux headersPaul McQuade2014-06-061-1/+1
* fs: Fix hang with BSD accounting on frozen filesystemJan Kara2013-05-041-1/+6
* lift sb_start_write() out of ->write()Al Viro2013-04-091-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-221-1/+1
* | cputime: Use accessors to read task cputime statsFrederic Weisbecker2013-01-271-2/+4
|/
* vfs: make path_openat take a struct filename pointerJeff Layton2012-10-121-3/+3
* vfs: define struct filename and have getname() return itJeff Layton2012-10-121-2/+2
* acct: constify the name arg to acct_onJeff Layton2012-10-121-1/+1
* userns: Convert bsd process accounting to use kuid and kgid where appropriateEric W. Biederman2012-09-181-2/+2
* Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-081-31/+11
|\
| * vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro2012-01-061-1/+1
| * get rid of timer in kern/acct.cAl Viro2012-01-031-30/+10
* | [S390] cputime: add sparse checking and cleanupMartin Schwidefsky2011-12-151-2/+2
|/
* pass a struct path to vfs_statfsChristoph Hellwig2010-08-091-1/+1
* Merge branch 'next' into for-linusJames Morris2010-05-181-15/+5
|\
OpenPOWER on IntegriCloud