summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-01-10kernel/acct.c: fix the acct->needcheck check in check_free_space()Oleg Nesterov1-1/+1
2015-04-12acct: check FMODE_CAN_WRITEAl Viro1-1/+1
2015-01-26new fs_pin killing logicsAl Viro4-56/+96
2015-01-26get rid of the second argument of acct_kill()Al Viro1-10/+7
2015-01-26take count and rcu_head out of fs_pinAl Viro2-14/+10
2015-01-26pull bumping refcount into ->kill()Al Viro2-12/+6
2015-01-26kill pin_put()Al Viro3-16/+10
2014-10-10acct: 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 Viro4-34/+30
2014-08-07take fs_pin stuff to fs/*Al Viro5-100/+129
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 Viro6-85/+62
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 Viro3-20/+13
2014-08-07acct: encode_comp_t(0) is 0, fortunately...Al Viro1-3/+0
2014-07-23sched: Make task->start_time nanoseconds basedThomas Gleixner4-19/+14
2014-06-12acct: Use ktime_get_ts()Thomas Gleixner1-1/+1
2014-06-06ipc, kernel: clear whitespacePaul McQuade6-30/+29
2014-06-06ipc, kernel: use Linux headersPaul McQuade7-7/+7
2013-05-04fs: Fix hang with BSD accounting on frozen filesystemJan Kara2-1/+13
2013-04-09lift sb_start_write() out of ->write()Al Viro8-13/+26
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds383-1423/+1276
2013-02-23new helper: file_inode(file)Al Viro306-717/+696
2013-01-27cputime: Use accessors to read task cputime statsFrederic Weisbecker16-49/+144
2012-10-13vfs: make path_openat take a struct filename pointerJeff Layton7-21/+42
2012-10-13vfs: define struct filename and have getname() return itJeff Layton40-175/+218
2012-10-12acct: constify the name arg to acct_onJeff Layton1-1/+1
2012-09-18userns: Convert bsd process accounting to use kuid and kgid where appropriateEric W. Biederman2-3/+2
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds476-2879/+2588
2012-01-07vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro14-25/+27
2012-01-04get rid of timer in kern/acct.cAl Viro1-30/+10
2011-12-15[S390] cputime: add sparse checking and cleanupMartin Schwidefsky23-429/+323
2010-08-09pass a struct path to vfs_statfsChristoph Hellwig11-46/+67
2010-05-17Merge branch 'next' into for-linusJames Morris57-1061/+1246
2010-05-12bsdacct: use del_timer_sync() in acct_exit_ns()Vitaliy Gusev1-8/+9
2010-04-12security: remove dead hook acctEric Paris4-40/+5
2010-03-12copy_signal() cleanup: kill taskstats_tgid_init() and acct_init_pacct()Veaceslav Falico3-19/+0
2009-12-15bsdacct: fix uid/gid misreportingAlexey Dobriyan1-1/+2
2009-08-24bsdacct: switch credentials for writing to the accounting fileMichal Schmidt1-1/+7
2009-07-01bsdacct: fix access to invalid filp in acct_on()Renaud Lottiaux1-2/+4
2009-01-14[CVE-2009-0029] System call wrappers part 04Heiko Carstens6-13/+11
[next]