aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-05-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-8/+1
2013-05-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 48-1902/+3215
2013-05-09Merge tag 'for-linus-v3.10-rc1-2' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 15-32/+83
2013-05-09ecryptfs: don't open-code kernel_read()Gravatar Al Viro 1-8/+1
2013-05-09Merge tag 'nfs-for-3.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 7-42/+169
2013-05-08Merge tag 'f2fs-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Gravatar Linus Torvalds 17-682/+982
2013-05-08NFS4.1 Fix data server connection raceGravatar Andy Adamson 2-2/+26
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 13-221/+420
2013-05-08f2fs: cover free_nid management with spin_lockGravatar Jaegeuk Kim 1-16/+18
2013-05-08f2fs: optimize scan_nat_page()Gravatar Haicheng Li 1-5/+9
2013-05-08f2fs: code cleanup for scan_nat_page() and build_free_nids()Gravatar Haicheng Li 1-6/+4
2013-05-08f2fs: bugfix for alloc_nid_failed()Gravatar Haicheng Li 1-2/+6
2013-05-08f2fs: recover when journal contains deleted filesGravatar Chris Fries 1-2/+6
2013-05-08f2fs: continue to mount after failing recoveryGravatar Chris Fries 1-4/+3
2013-05-08f2fs: avoid deadlock during evict after f2fs_gcGravatar Jaegeuk Kim 3-2/+26
2013-05-07Merge branch 'akpm' (incoming from Andrew)Gravatar Linus Torvalds 41-1077/+602
2013-05-07aio: don't include aio.h in sched.hGravatar Kent Overstreet 38-3/+38
2013-05-07aio: kill ki_retryGravatar Kent Overstreet 1-139/+85
2013-05-07aio: kill ki_keyGravatar Kent Overstreet 1-2/+5
2013-05-07aio: give shared kioctx fields their own cachelinesGravatar Kent Overstreet 1-12/+15
2013-05-07aio: kill struct aio_ring_infoGravatar Kent Overstreet 1-81/+74
2013-05-07aio: kill batch allocationGravatar Kent Overstreet 1-101/+15
2013-05-07aio: change reqs_active to include unreaped completionsGravatar Kent Overstreet 1-15/+32
2013-05-07aio: use cancellation list lazilyGravatar Kent Overstreet 1-44/+62
2013-05-07aio: use flush_dcache_page()Gravatar Kent Overstreet 1-28/+17
2013-05-07aio: make aio_read_evt() more efficient, convert to hrtimersGravatar Kent Overstreet 1-150/+90
2013-05-07aio: refcounting cleanupGravatar Kent Overstreet 1-153/+119
2013-05-07aio: make aio_put_req() locklessGravatar Kent Overstreet 1-52/+34
2013-05-07aio: do fget() after aio_get_req()Gravatar Kent Overstreet 1-13/+9
2013-05-07aio: dprintk() -> pr_debug()Gravatar Kent Overstreet 1-33/+24
2013-05-07aio: move private stuff out of aio.hGravatar Kent Overstreet 1-0/+61
2013-05-07aio: add kiocb_cancel()Gravatar Kent Overstreet 1-36/+43
2013-05-07aio: kill return value of aio_complete()Gravatar Kent Overstreet 1-14/+7
2013-05-07aio: remove retry-based AIOGravatar Zach Brown 3-356/+31
2013-05-07hugetlbfs: fix mmap failure in unaligned size requestGravatar Naoya Horiguchi 1-14/+10
2013-05-07xfs: fallback to vmalloc for large buffers in xfs_compat_attrlist_by_handleGravatar Eric Sandeen 1-4/+10
2013-05-07xfs: fallback to vmalloc for large buffers in xfs_attrlist_by_handleGravatar Eric Sandeen 1-4/+10
2013-05-07xfs: introduce CONFIG_XFS_WARNGravatar Dave Chinner 13-24/+63
2013-05-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 8-46/+24
2013-05-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 6-71/+356
2013-05-07Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2013-05-07Btrfs: allow superblock mismatch from older mkfsGravatar Chris Mason 1-0/+5
2013-05-07btrfs: enhance superblock checksGravatar David Sterba 2-17/+71
2013-05-07Merge branch 'slab/next' into slab/for-linusGravatar Pekka Enberg 1-1/+1
2013-05-07make blkdev_put() return voidGravatar Al Viro 7-45/+21
2013-05-07block_device_operations->release() should return voidGravatar Al Viro 1-1/+1
2013-05-06NFSv3: match sec= flavor against server listGravatar Weston Andros Adamson 1-7/+41
2013-05-06NFSv4.1: Ensure that we free the lock stateid on the serverGravatar Trond Myklebust 3-7/+24
2013-05-06NFSv4: Convert nfs41_free_stateid to use an asynchronous RPC callGravatar Trond Myklebust 2-24/+76
2013-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 11-389/+398