| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-05-01 | 11 | -233/+170 |
|\ |
|
| * | consolidate compat lookup_dcookie() | Al Viro | 2013-03-03 | 1 | -0/+12 |
| * | convert vmsplice to COMPAT_SYSCALL_DEFINE | Al Viro | 2013-03-03 | 2 | -20/+22 |
| * | switch epoll_pwait to COMPAT_SYSCALL_DEFINE | Al Viro | 2013-03-03 | 2 | -49/+47 |
| * | convert sendfile{,64} to COMPAT_SYSCALL_DEFINE | Al Viro | 2013-03-03 | 3 | -26/+42 |
| * | switch signalfd{,4}() to COMPAT_SYSCALL_DEFINE | Al Viro | 2013-03-03 | 2 | -30/+31 |
| * | make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protect | Al Viro | 2013-03-03 | 2 | -22/+4 |
| * | teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long long | Al Viro | 2013-03-03 | 5 | -89/+15 |
* | | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 2013-04-30 | 45 | -441/+652 |
|\ \ |
|
| * | | exec: do not abuse ->cred_guard_mutex in threadgroup_lock() | Oleg Nesterov | 2013-04-30 | 1 | -0/+3 |
| * | | set_task_comm: kill the pointless memset() + wmb() | Oleg Nesterov | 2013-04-30 | 1 | -10/+0 |
| * | | fs, proc: truncate /proc/pid/comm writes to first TASK_COMM_LEN bytes | David Rientjes | 2013-04-30 | 1 | -3/+2 |
| * | | coredump: change wait_for_dump_helpers() to use wait_event_interruptible() | Oleg Nesterov | 2013-04-30 | 1 | -6/+9 |
| * | | coredump: factor out the setting of PF_DUMPCORE | Oleg Nesterov | 2013-04-30 | 4 | -5/+2 |
| * | | coredump: introduce dump_interrupted() | Oleg Nesterov | 2013-04-30 | 1 | -3/+17 |
| * | | coredump: sanitize the setting of signal->group_exit_code | Oleg Nesterov | 2013-04-30 | 1 | -5/+6 |
| * | | coredump: ensure that SIGKILL always kills the dumping thread | Oleg Nesterov | 2013-04-30 | 1 | -2/+8 |
| * | | coredump: only SIGKILL should interrupt the coredumping task | Oleg Nesterov | 2013-04-30 | 1 | -8/+5 |
| * | | usermodehelper: split remaining calls to call_usermodehelper_fns() | Lucas De Marchi | 2013-04-30 | 1 | -3/+9 |
| * | | coredump: remove trailling whitespace | Lucas De Marchi | 2013-04-30 | 1 | -3/+3 |
| * | | hfsplus: remove duplicated message prefix in hfsplus_block_free() | Vyacheslav Dubeyko | 2013-04-30 | 1 | -2/+1 |
| * | | hfsplus: add error propagation to __hfsplus_ext_write_extent() | Alexey Khoroshilov | 2013-04-30 | 1 | -8/+13 |
| * | | hfs/hfsplus: convert printks to pr_<level> | Joe Perches | 2013-04-30 | 24 | -190/+185 |
| * | | hfs/hfsplus: convert dprint to hfs_dbg | Joe Perches | 2013-04-30 | 19 | -98/+127 |
| * | | hfsplus: fix warnings in fs/hfsplus/bfind.c | Vyacheslav Dubeyko | 2013-04-30 | 1 | -2/+6 |
| * | | hfs: add error checking for hfs_find_init() | Alexey Khoroshilov | 2013-04-30 | 6 | -24/+61 |
| * | | nilfs2: remove unneeded test in nilfs_writepage() | Vyacheslav Dubeyko | 2013-04-30 | 1 | -1/+1 |
| * | | nilfs2: fix using of PageLocked() in nilfs_clear_dirty_page() | Vyacheslav Dubeyko | 2013-04-30 | 1 | -1/+1 |
| * | | nilfs2: fix issue with flush kernel thread after remount in RO mode because o... | Vyacheslav Dubeyko | 2013-04-30 | 4 | -23/+86 |
| * | | binfmt_elf: PIE: make PF_RANDOMIZE check comment more accurate | Jiri Kosina | 2013-04-30 | 1 | -1/+2 |
| * | | fs: make binfmt support for #! scripts modular and removable | Josh Triplett | 2013-04-30 | 2 | -4/+15 |
| * | | epoll: cleanup: use RCU_INIT_POINTER when nulling | Eric Wong | 2013-04-30 | 1 | -1/+1 |
| * | | epoll: cleanup: hoist out f_op->poll calls | Eric Wong | 2013-04-30 | 1 | -10/+12 |
| * | | epoll: lock ep->mtx in ep_free to silence lockdep | Eric Wong | 2013-04-30 | 1 | -0/+4 |
| * | | epoll: use RCU to protect wakeup_source in epitem | Eric Wong | 2013-04-30 | 1 | -21/+71 |
| * | | epoll: trim epitem by one cache line | Eric Wong | 2013-04-30 | 1 | -1/+9 |
| * | | binfmt_misc: reuse string_unescape_inplace() | Andy Shevchenko | 2013-04-30 | 1 | -20/+4 |
| * | | writeback: set worker desc to identify writeback workers in task dumps | Tejun Heo | 2013-04-30 | 1 | -0/+1 |
| * | | fs/dcache.c: add cond_resched() to shrink_dcache_parent() | Greg Thelen | 2013-04-30 | 1 | -1/+3 |
| * | | fs/block_dev.c: no need to check inode->i_bdev in bd_forget() | Yan Hong | 2013-04-30 | 1 | -5/+3 |
| * | | inotify: invalid mask should return a error number but not set it | Zhao Hongjiang | 2013-04-30 | 1 | -2/+4 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2013-04-30 | 1 | -2/+1 |
|\ \ \ |
|
| * | | | selinux: make security_sb_clone_mnt_opts return an error on context mismatch | Jeff Layton | 2013-04-02 | 1 | -2/+1 |
* | | | | Merge tag 'dlm-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan... | Linus Torvalds | 2013-04-30 | 1 | -3/+15 |
|\ \ \ \ |
|
| * | | | | dlm: avoid unnecessary posix unlock | David Teigland | 2013-04-08 | 1 | -3/+15 |
* | | | | | Merge tag 'nfs-for-3.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2013-04-30 | 25 | -483/+844 |
|\ \ \ \ \ |
|
| * | | | | | NFSv4: Warn once about servers that incorrectly apply open mode to setattr | Trond Myklebust | 2013-04-29 | 1 | -0/+7 |
| * | | | | | NFSv4: Servers should only check SETATTR stateid open mode on size change | Trond Myklebust | 2013-04-29 | 1 | -4/+9 |
| * | | | | | Merge branch 'bugfixes' into linux-next | Trond Myklebust | 2013-04-23 | 3 | -17/+37 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'rpcsec_gss-from_cel' into linux-next | Trond Myklebust | 2013-04-23 | 8 | -180/+164 |
| |\ \ \ \ \ \ |
|