summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-05-08Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2013-05-08aio: don't include aio.h in sched.hKent Overstreet
2013-05-08aio: kill ki_retryKent Overstreet
2013-05-08aio: kill ki_keyKent Overstreet
2013-05-08aio: give shared kioctx fields their own cachelinesKent Overstreet
2013-05-08aio: kill struct aio_ring_infoKent Overstreet
2013-05-08aio: kill batch allocationKent Overstreet
2013-05-08aio: change reqs_active to include unreaped completionsKent Overstreet
2013-05-08aio: use cancellation list lazilyKent Overstreet
2013-05-08aio: use flush_dcache_page()Kent Overstreet
2013-05-08aio: make aio_read_evt() more efficient, convert to hrtimersKent Overstreet
2013-05-08aio: refcounting cleanupKent Overstreet
2013-05-08aio: make aio_put_req() locklessKent Overstreet
2013-05-08aio: do fget() after aio_get_req()Kent Overstreet
2013-05-08aio: dprintk() -> pr_debug()Kent Overstreet
2013-05-08aio: move private stuff out of aio.hKent Overstreet
2013-05-08aio: add kiocb_cancel()Kent Overstreet
2013-05-08aio: kill return value of aio_complete()Kent Overstreet
2013-05-08aio: remove retry-based AIOZach Brown
2013-05-08hugetlbfs: fix mmap failure in unaligned size requestNaoya Horiguchi
2013-05-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2013-05-07Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-05-07Merge branch 'slab/next' into slab/for-linusPekka Enberg
2013-05-07make blkdev_put() return voidAl Viro
2013-05-07block_device_operations->release() should return voidAl Viro
2013-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2013-05-06Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2013-05-06autofs - remove autofs dentry mount checkDavid Jeffery
2013-05-06autofs - fix sparse warning for autofs4_d_manage()Claudiu Ghioc
2013-05-06hfs: SMP race on directory close()Al Viro
2013-05-05cifs: small variable name cleanupDan Carpenter
2013-05-05CIFS: fix error return code in cifs_atomic_open()Wei Yongjun
2013-05-05cifs: store the real expected sequence number in the midJeff Layton
2013-05-05cifs: on send failure, readjust server sequence number downwardJeff Layton
2013-05-05cifs: remove ENOSPC handling in smb_sendvJeff Layton
2013-05-05[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches
2013-05-05fs: cifs: use kmemdup instead of kmalloc + memcpySilviu-Mihai Popescu
2013-05-05cifs: replaced kmalloc + memset with kzallocDia Vasile
2013-05-05cifs: ignore the unc= and prefixpath= mount optionsJeff Layton
2013-05-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-04hostfs: use kmalloc instead of kzallocJames Hogan
2013-05-04hostfs: move HOSTFS_SUPER_MAGIC to <linux/magic.h>James Hogan
2013-05-04hostfs: remove "will unlock" commentJames Hogan
2013-05-04vfs: use list_move instead of list_del/list_addWei Yongjun
2013-05-04proc_devtree: Replace include linux/module.h with linux/export.hSyam Sidhardhan
2013-05-04create_mnt_ns: unidiomatic use of list_add()Al Viro
2013-05-04fs: remove dentry_lru_prune()Yan, Zheng
2013-05-04Removed unused typedef to avoid "unused local typedef" warnings.Han Shen