aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds8-46/+24
2013-05-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds6-71/+356
2013-05-07Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linuxLinus Torvalds1-1/+1
2013-05-07Merge branch 'slab/next' into slab/for-linusPekka Enberg1-1/+1
2013-05-07make blkdev_put() return voidAl Viro7-45/+21
2013-05-07block_device_operations->release() should return voidAl Viro1-1/+1
2013-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds11-389/+398
2013-05-06Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds36-1304/+1261
2013-05-06autofs - remove autofs dentry mount checkDavid Jeffery1-9/+0
2013-05-06autofs - fix sparse warning for autofs4_d_manage()Claudiu Ghioc1-1/+1
2013-05-05hfs: SMP race on directory close()Al Viro1-0/+2
2013-05-04cifs: small variable name cleanupDan Carpenter1-1/+1
2013-05-04CIFS: fix error return code in cifs_atomic_open()Wei Yongjun1-1/+3
2013-05-04cifs: store the real expected sequence number in the midJeff Layton3-4/+4
2013-05-04cifs: on send failure, readjust server sequence number downwardJeff Layton2-0/+16
2013-05-04cifs: remove ENOSPC handling in smb_sendvJeff Layton1-7/+1
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches36-1227/+1223
2013-05-04fs: cifs: use kmemdup instead of kmalloc + memcpySilviu-Mihai Popescu4-10/+7
2013-05-04cifs: replaced kmalloc + memset with kzallocDia Vasile1-3/+1
2013-05-04cifs: ignore the unc= and prefixpath= mount optionsJeff Layton1-51/+5
2013-05-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds9-50/+27