Age | Commit message (Expand) | Author | Files | Lines |
2013-05-11 | Merge git://git.infradead.org/users/eparis/audit | Linus Torvalds | 1 | -1/+1 |
2013-05-10 | Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2 | -9/+18 |
2013-05-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+17 |
2013-05-10 | Merge tag 'ecryptfs-3.10-rc1-ablkcipher' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2 | -41/+103 |
2013-05-10 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg... | Linus Torvalds | 1 | -1/+4 |
2013-05-09 | eCryptfs: Use the ablkcipher crypto API | Tyler Hicks | 2 | -41/+103 |
2013-05-09 | Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+2 |
2013-05-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -8/+1 |
2013-05-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 48 | -1902/+3215 |
2013-05-09 | Merge tag 'for-linus-v3.10-rc1-2' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 15 | -32/+83 |
2013-05-09 | unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINE | Al Viro | 1 | -0/+17 |
2013-05-09 | ecryptfs: don't open-code kernel_read() | Al Viro | 1 | -8/+1 |
2013-05-09 | Merge tag 'nfs-for-3.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 7 | -42/+169 |
2013-05-09 | nfsd: fix oops when legacy_recdir_name_error is passed a -ENOENT error | Jeff Layton | 1 | -7/+5 |
2013-05-08 | Merge tag 'f2fs-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 17 | -682/+982 |
2013-05-08 | NFS4.1 Fix data server connection race | Andy Adamson | 2 | -2/+26 |
2013-05-08 | pstore/ram: fix error return code in ramoops_probe() | Wei Yongjun | 1 | -0/+2 |
2013-05-08 | Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 13 | -221/+420 |
2013-05-08 | f2fs: cover free_nid management with spin_lock | Jaegeuk Kim | 1 | -16/+18 |
2013-05-08 | f2fs: optimize scan_nat_page() | Haicheng Li | 1 | -5/+9 |
2013-05-08 | f2fs: code cleanup for scan_nat_page() and build_free_nids() | Haicheng Li | 1 | -6/+4 |
2013-05-08 | f2fs: bugfix for alloc_nid_failed() | Haicheng Li | 1 | -2/+6 |
2013-05-08 | f2fs: recover when journal contains deleted files | Chris Fries | 1 | -2/+6 |
2013-05-08 | f2fs: continue to mount after failing recovery | Chris Fries | 1 | -4/+3 |
2013-05-08 | f2fs: avoid deadlock during evict after f2fs_gc | Jaegeuk Kim | 3 | -2/+26 |
2013-05-07 | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 41 | -1077/+602 |
2013-05-07 | aio: don't include aio.h in sched.h | Kent Overstreet | 38 | -3/+38 |
2013-05-07 | aio: kill ki_retry | Kent Overstreet | 1 | -139/+85 |
2013-05-07 | aio: kill ki_key | Kent Overstreet | 1 | -2/+5 |
2013-05-07 | audit: vfs: fix audit_inode call in O_CREAT case of do_last | Jeff Layton | 1 | -1/+1 |
2013-05-07 | aio: give shared kioctx fields their own cachelines | Kent Overstreet | 1 | -12/+15 |
2013-05-07 | aio: kill struct aio_ring_info | Kent Overstreet | 1 | -81/+74 |
2013-05-07 | aio: kill batch allocation | Kent Overstreet | 1 | -101/+15 |
2013-05-07 | aio: change reqs_active to include unreaped completions | Kent Overstreet | 1 | -15/+32 |
2013-05-07 | aio: use cancellation list lazily | Kent Overstreet | 1 | -44/+62 |
2013-05-07 | aio: use flush_dcache_page() | Kent Overstreet | 1 | -28/+17 |
2013-05-07 | aio: make aio_read_evt() more efficient, convert to hrtimers | Kent Overstreet | 1 | -150/+90 |
2013-05-07 | aio: refcounting cleanup | Kent Overstreet | 1 | -153/+119 |
2013-05-07 | aio: make aio_put_req() lockless | Kent Overstreet | 1 | -52/+34 |
2013-05-07 | aio: do fget() after aio_get_req() | Kent Overstreet | 1 | -13/+9 |
2013-05-07 | aio: dprintk() -> pr_debug() | Kent Overstreet | 1 | -33/+24 |
2013-05-07 | aio: move private stuff out of aio.h | Kent Overstreet | 1 | -0/+61 |
2013-05-07 | aio: add kiocb_cancel() | Kent Overstreet | 1 | -36/+43 |
2013-05-07 | aio: kill return value of aio_complete() | Kent Overstreet | 1 | -14/+7 |
2013-05-07 | aio: remove retry-based AIO | Zach Brown | 3 | -356/+31 |
2013-05-07 | hugetlbfs: fix mmap failure in unaligned size request | Naoya Horiguchi | 1 | -14/+10 |
2013-05-07 | xfs: fallback to vmalloc for large buffers in xfs_compat_attrlist_by_handle | Eric Sandeen | 1 | -4/+10 |
2013-05-07 | xfs: fallback to vmalloc for large buffers in xfs_attrlist_by_handle | Eric Sandeen | 1 | -4/+10 |
2013-05-07 | xfs: introduce CONFIG_XFS_WARN | Dave Chinner | 13 | -24/+63 |
2013-05-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 8 | -46/+24 |