| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | vfs: define struct filename and have getname() return it | Jeff Layton | 2012-10-12 | 1 | -2/+2 |
* | acct: constify the name arg to acct_on | Jeff Layton | 2012-10-12 | 1 | -1/+1 |
* | userns: Convert bsd process accounting to use kuid and kgid where appropriate | Eric W. Biederman | 2012-09-18 | 1 | -2/+2 |
* | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2012-01-08 | 1 | -31/+11 |
|\ |
|
| * | vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb | Al Viro | 2012-01-06 | 1 | -1/+1 |
| * | get rid of timer in kern/acct.c | Al Viro | 2012-01-03 | 1 | -30/+10 |
* | | [S390] cputime: add sparse checking and cleanup | Martin Schwidefsky | 2011-12-15 | 1 | -2/+2 |
|/ |
|
* | pass a struct path to vfs_statfs | Christoph Hellwig | 2010-08-09 | 1 | -1/+1 |
* | Merge branch 'next' into for-linus | James Morris | 2010-05-18 | 1 | -15/+5 |
|\ |
|
| * | security: remove dead hook acct | Eric Paris | 2010-04-12 | 1 | -15/+5 |
* | | bsdacct: use del_timer_sync() in acct_exit_ns() | Vitaliy Gusev | 2010-05-11 | 1 | -8/+9 |
|/ |
|
* | copy_signal() cleanup: kill taskstats_tgid_init() and acct_init_pacct() | Veaceslav Falico | 2010-03-12 | 1 | -10/+0 |
* | bsdacct: fix uid/gid misreporting | Alexey Dobriyan | 2009-12-15 | 1 | -1/+2 |
* | bsdacct: switch credentials for writing to the accounting file | Michal Schmidt | 2009-08-24 | 1 | -1/+7 |
* | bsdacct: fix access to invalid filp in acct_on() | Renaud Lottiaux | 2009-06-30 | 1 | -2/+4 |
* | [CVE-2009-0029] System call wrappers part 04 | Heiko Carstens | 2009-01-14 | 1 | -1/+1 |
* | CRED: Wrap task credential accesses in the core kernel | David Howells | 2008-11-14 | 1 | -4/+3 |