| Commit message (Expand) | Author | Age |
* | audit: set the name_len in audit_inode for parent lookups | Jeff Layton | 2012-10-12 |
* | audit: add a new "type" field to audit_names struct | Jeff Layton | 2012-10-12 |
* | audit: reverse arguments to audit_inode_child | Jeff Layton | 2012-10-12 |
* | audit: no need to walk list in audit_inode if name is NULL | Jeff Layton | 2012-10-12 |
* | audit: pass in dentry to audit_copy_inode wherever possible | Jeff Layton | 2012-10-12 |
* | audit: remove unnecessary NULL ptr checks from do_path_lookup | Jeff Layton | 2012-10-12 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-10-11 |
|\ |
|
| * | vfs: bogus warnings in fs/namei.c | Arnd Bergmann | 2012-10-11 |
| * | consitify do_mount() arguments | Al Viro | 2012-10-11 |
| * | lglock: add DEFINE_STATIC_LGLOCK() | Lai Jiangshan | 2012-10-10 |
| * | lglock: make the per_cpu locks static | Lai Jiangshan | 2012-10-10 |
| * | lglock: remove unused DEFINE_LGLOCK_LOCKDEP() | Lai Jiangshan | 2012-10-10 |
| * | MAX_LFS_FILESIZE definition for 64bit needs LL... | Al Viro | 2012-10-10 |
| * | tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checking | Hugh Dickins | 2012-10-09 |
| * | vfs: drop lock/unlock super | Marco Stornelli | 2012-10-09 |
| * | ufs: drop lock/unlock super | Marco Stornelli | 2012-10-09 |
| * | sysv: drop lock/unlock super | Marco Stornelli | 2012-10-09 |
| * | hpfs: drop lock/unlock super | Marco Stornelli | 2012-10-09 |
| * | fat: drop lock/unlock super | Marco Stornelli | 2012-10-09 |
| * | ext3: drop lock/unlock super | Marco Stornelli | 2012-10-09 |
| * | exofs: drop lock/unlock super | Marco Stornelli | 2012-10-09 |
| * | dup3: Return an error when oldfd == newfd. | Richard W.M. Jones | 2012-10-09 |
| * | fs: handle failed audit_log_start properly | Sasha Levin | 2012-10-09 |
| * | fs: prevent use after free in auditing when symlink following was denied | Sasha Levin | 2012-10-09 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-10-11 |
|\ \ |
|
| * | | alpha: don't open-code trace_report_syscall_{enter,exit} | Al Viro | 2012-10-01 |
| * | | Uninclude linux/freezer.h | Richard Weinberger | 2012-10-01 |
| * | | m32r: trim masks | Al Viro | 2012-10-01 |
| * | | avr32: trim masks | Al Viro | 2012-10-01 |
| * | | tile: don't bother with SIGTRAP in setup_frame | Al Viro | 2012-10-01 |
| * | | microblaze: don't bother with SIGTRAP in setup_rt_frame() | Al Viro | 2012-10-01 |
| * | | mn10300: don't bother with SIGTRAP in setup_frame() | Al Viro | 2012-10-01 |
| * | | frv: no need to raise SIGTRAP in setup_frame() | Al Viro | 2012-10-01 |
| * | | x86: get rid of duplicate code in case of CONFIG_VM86 | Al Viro | 2012-10-01 |
| * | | unicore32: remove pointless test | Al Viro | 2012-10-01 |
| * | | h8300: trim _TIF_WORK_MASK | Al Viro | 2012-10-01 |
| * | | parisc: decide whether to go to slow path (tracesys) based on thread flags | Al Viro | 2012-10-01 |
| * | | parisc: don't bother looping in do_signal() | Al Viro | 2012-10-01 |
| * | | parisc: fix double restarts | Al Viro | 2012-10-01 |
| * | | bury the rest of TIF_IRET | Al Viro | 2012-10-01 |
| * | | sanitize tsk_is_polling() | Al Viro | 2012-10-01 |
| * | | bury _TIF_RESTORE_SIGMASK | Al Viro | 2012-10-01 |
| * | | unicore32: unobfuscate _TIF_WORK_MASK | Al Viro | 2012-10-01 |
| * | | mips: NOTIFY_RESUME is not needed in TIF masks | Al Viro | 2012-10-01 |
| * | | mips: merge the identical "return from syscall" per-ABI code | Al Viro | 2012-10-01 |
| * | | mips: unobfuscate _TIF..._MASK | Al Viro | 2012-10-01 |
| * | | mips: prevent hitting do_notify_resume() with !user_mode(regs) | Al Viro | 2012-10-01 |
| * | | ia64: can't reach do_signal() when returning to kernel mode | Al Viro | 2012-10-01 |
| * | | score: fix bogus restarts on sigreturn() | Al Viro | 2012-10-01 |
| * | | mn10300: get rid of calling do_notify_resume() when returning to kernel mode | Al Viro | 2012-10-01 |