summaryrefslogtreecommitdiff
path: root/kernel/acct.c
Commit message (Expand)AuthorAge
* kernel/acct.c: fix the acct->needcheck check in check_free_space()Oleg Nesterov2018-01-04
* Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-07
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-25
|/
* fs: make the buf argument to __kernel_write a void pointerChristoph Hellwig2017-09-04
* sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar2017-03-02
* acct: Convert obsolete cputime type to nsecsFrederic Weisbecker2017-02-01
* sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu...Frederic Weisbecker2017-02-01
* acct: check FMODE_CAN_WRITEAl Viro2015-04-11
* new fs_pin killing logicsAl Viro2015-01-25
* get rid of the second argument of acct_kill()Al Viro2015-01-25
* take count and rcu_head out of fs_pinAl Viro2015-01-25
* pull bumping refcount into ->kill()Al Viro2015-01-25
* kill pin_put()Al Viro2015-01-25
* acct: eliminate compile warningYing Xue2014-10-09
* kernel/acct.c: fix coding style warnings and errorsIonut Alexa2014-08-07
* death to mnt_pinnedAl Viro2014-08-07
* take fs_pin stuff to fs/*Al Viro2014-08-07
* start carving bsd_acct_struct upAl Viro2014-08-07
* acct: move mnt_pin() upwards.Al Viro2014-08-07
* make acct_kill() wait for file closing.Al Viro2014-08-07
* acct: get rid of acct_lock for acct->countAl Viro2014-08-07
* acct: get rid of acct_listAl Viro2014-08-07
* acct: simplify check_free_space()Al Viro2014-08-07
* acct: new lifetime rulesAl Viro2014-08-07
* acct: serialize acct_on()Al Viro2014-08-07
* acct() should honour the limits from the very beginningAl Viro2014-08-07
* split the slow path in acct_process() offAl Viro2014-08-07
* separate namespace-independent parts of filling acct_tAl Viro2014-08-07
* acct: switch to __kernel_write()Al Viro2014-08-07
* acct: encode_comp_t(0) is 0, fortunately...Al Viro2014-08-07
* sched: Make task->start_time nanoseconds basedThomas Gleixner2014-07-23
* acct: Use ktime_get_ts()Thomas Gleixner2014-06-12
* ipc, kernel: clear whitespacePaul McQuade2014-06-06
* ipc, kernel: use Linux headersPaul McQuade2014-06-06
* fs: Fix hang with BSD accounting on frozen filesystemJan Kara2013-05-04
* lift sb_start_write() out of ->write()Al Viro2013-04-09
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-26
|\
| * new helper: file_inode(file)Al Viro2013-02-22
* | cputime: Use accessors to read task cputime statsFrederic Weisbecker2013-01-27
|/
* vfs: make path_openat take a struct filename pointerJeff Layton2012-10-12
* vfs: define struct filename and have getname() return itJeff Layton2012-10-12
* acct: constify the name arg to acct_onJeff Layton2012-10-12
* userns: Convert bsd process accounting to use kuid and kgid where appropriateEric W. Biederman2012-09-18
* Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-08
|\
| * vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro2012-01-06
| * get rid of timer in kern/acct.cAl Viro2012-01-03
* | [S390] cputime: add sparse checking and cleanupMartin Schwidefsky2011-12-15
|/
* pass a struct path to vfs_statfsChristoph Hellwig2010-08-09
* Merge branch 'next' into for-linusJames Morris2010-05-18
|\