aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-11Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-1/+1
2013-05-10Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-9/+18
2013-05-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-0/+17
2013-05-10Merge tag 'ecryptfs-3.10-rc1-ablkcipher' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfsLinus Torvalds2-41/+103
2013-05-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds1-1/+4
2013-05-09eCryptfs: Use the ablkcipher crypto APITyler Hicks2-41/+103
2013-05-09Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus Torvalds1-0/+2
2013-05-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+1
2013-05-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds48-1902/+3215
2013-05-09Merge tag 'for-linus-v3.10-rc1-2' of git://oss.sgi.com/xfs/xfsLinus Torvalds15-32/+83
2013-05-09unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINEAl Viro1-0/+17
2013-05-09ecryptfs: don't open-code kernel_read()Al Viro1-8/+1
2013-05-09Merge tag 'nfs-for-3.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds7-42/+169
2013-05-09nfsd: fix oops when legacy_recdir_name_error is passed a -ENOENT errorJeff Layton1-7/+5
2013-05-08Merge tag 'f2fs-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds17-682/+982
2013-05-08NFS4.1 Fix data server connection raceAndy Adamson2-2/+26
2013-05-08pstore/ram: fix error return code in ramoops_probe()Wei Yongjun1-0/+2
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds13-221/+420
2013-05-08f2fs: cover free_nid management with spin_lockJaegeuk Kim1-16/+18
2013-05-08f2fs: optimize scan_nat_page()Haicheng Li1-5/+9
2013-05-08f2fs: code cleanup for scan_nat_page() and build_free_nids()Haicheng Li1-6/+4
2013-05-08f2fs: bugfix for alloc_nid_failed()Haicheng Li1-2/+6
2013-05-08f2fs: recover when journal contains deleted filesChris Fries1-2/+6
2013-05-08f2fs: continue to mount after failing recoveryChris Fries1-4/+3
2013-05-08f2fs: avoid deadlock during evict after f2fs_gcJaegeuk Kim3-2/+26
2013-05-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds41-1077/+602
2013-05-07aio: don't include aio.h in sched.hKent Overstreet38-3/+38
2013-05-07aio: kill ki_retryKent Overstreet1-139/+85
2013-05-07aio: kill ki_keyKent Overstreet1-2/+5
2013-05-07audit: vfs: fix audit_inode call in O_CREAT case of do_lastJeff Layton1-1/+1
2013-05-07aio: give shared kioctx fields their own cachelinesKent Overstreet1-12/+15
2013-05-07aio: kill struct aio_ring_infoKent Overstreet1-81/+74
2013-05-07aio: kill batch allocationKent Overstreet1-101/+15
2013-05-07aio: change reqs_active to include unreaped completionsKent Overstreet1-15/+32
2013-05-07aio: use cancellation list lazilyKent Overstreet1-44/+62
2013-05-07aio: use flush_dcache_page()Kent Overstreet1-28/+17
2013-05-07aio: make aio_read_evt() more efficient, convert to hrtimersKent Overstreet1-150/+90
2013-05-07aio: refcounting cleanupKent Overstreet1-153/+119
2013-05-07aio: make aio_put_req() locklessKent Overstreet1-52/+34
2013-05-07aio: do fget() after aio_get_req()Kent Overstreet1-13/+9
2013-05-07aio: dprintk() -> pr_debug()Kent Overstreet1-33/+24
2013-05-07aio: move private stuff out of aio.hKent Overstreet1-0/+61
2013-05-07aio: add kiocb_cancel()Kent Overstreet1-36/+43
2013-05-07aio: kill return value of aio_complete()Kent Overstreet1-14/+7
2013-05-07aio: remove retry-based AIOZach Brown3-356/+31
2013-05-07hugetlbfs: fix mmap failure in unaligned size requestNaoya Horiguchi1-14/+10
2013-05-07xfs: fallback to vmalloc for large buffers in xfs_compat_attrlist_by_handleEric Sandeen1-4/+10
2013-05-07xfs: fallback to vmalloc for large buffers in xfs_attrlist_by_handleEric Sandeen1-4/+10
2013-05-07xfs: introduce CONFIG_XFS_WARNDave Chinner13-24/+63
2013-05-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds8-46/+24