summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2016-09-19dax: provide an iomap based fault handlerChristoph Hellwig
2016-09-19dax: provide an iomap based dax read/write pathChristoph Hellwig
2016-09-19dax: don't pass buffer_head to copy_user_daxChristoph Hellwig
2016-09-19dax: don't pass buffer_head to dax_insert_mappingChristoph Hellwig
2016-09-19iomap: expose iomap_apply outside iomap.cChristoph Hellwig
2016-09-19iomap: add IOMAP_F_NEW flagChristoph Hellwig
2016-09-19xfs: rewrite and optimize the delalloc write pathChristoph Hellwig
2016-09-19xfs: make xfs_inode_set_eofblocks_tag cheaper for the common caseChristoph Hellwig
2016-09-19xfs: factor our a helper to calculate the EOF alignmentChristoph Hellwig
2016-09-19xfs: move xfs_bmbt_to_iomap upChristoph Hellwig
2016-08-30xfs: track log done items directly in the deferred pending work itemDarrick J. Wong
2016-08-29iomap: don't set FIEMAP_EXTENT_MERGED for extent based filesystemsChristoph Hellwig
2016-08-26xfs: prevent dropping ioend completions during buftarg waitBrian Foster
2016-08-26xfs: fix superblock inprogress checkDave Chinner
2016-08-26xfs: simple btree query range should look right if LE lookup failsDarrick J. Wong
2016-08-26xfs: fix some key handling problems in _btree_simple_query_rangeDarrick J. Wong
2016-08-26xfs: don't log the entire end of the AGFDarrick J. Wong
2016-08-26xfs: disallow mounting of realtime + rmap filesystemsDarrick J. Wong
2016-08-26xfs: don't perform lookups on zero-height btreesDarrick J. Wong
2016-08-17Merge branch 'iomap-fixes-4.8-rc3' into for-nextDave Chinner
2016-08-17xfs: remove OWN_AG rmap when allocating a block from the AGFLDarrick J. Wong
2016-08-16xfs: (re-)implement FIEMAP_FLAG_XATTRChristoph Hellwig
2016-08-16xfs: simplify xfs_file_iomap_beginChristoph Hellwig
2016-08-16iomap: mark ->iomap_end as optionalChristoph Hellwig
2016-08-16iomap: prepare iomap_fiemap for attribute mappingsDave Chinner
2016-08-16iomap: fiemap should honor the FIEMAP_FLAG_SYNC flagDave Chinner
2016-08-16iomap: remove superflous pagefault_disable from iomap_write_actorChristoph Hellwig
2016-08-16iomap: remove superflous mark_page_accessed from iomap_write_actorChristoph Hellwig
2016-08-16xfs: store rmapbt block count in the AGFDarrick J. Wong
2016-08-16xfs: don't invalidate whole file on DAX read/writeDave Chinner
2016-08-16xfs: fix bogus space reservation in xfs_iomap_write_allocateChristoph Hellwig
2016-08-16xfs: don't assert fail on non-async buffers on ioacct decrementBrian Foster
2016-08-13Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-08-12Merge tag 'nfsd-4.8-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2016-08-12nfsd: don't return an unhashed lock stateid after taking mutexJeff Layton
2016-08-12Merge tag 'nfs-for-4.8-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2016-08-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-08-11proc, meminfo: use correct helpers for calculating LRU sizes in meminfoMel Gorman
2016-08-11Merge tag 'ceph-for-4.8-rc2' of https://github.com/ceph/ceph-clientLinus Torvalds
2016-08-11nfsd: Fix race between FREE_STATEID and LOCKChuck Lever
2016-08-11nfsd: fix dentry refcounting on createJosef Bacik
2016-08-10Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-08-10mm, writeback: flush plugged IO in wakeup_flusher_threads()Konstantin Khlebnikov
2016-08-09mm: memcontrol: only mark charged pages with PageKmemcgVladimir Davydov
2016-08-09ceph: initialize pathbase in the !dentry case in encode_caps_cb()Ilya Dryomov
2016-08-08ceph: fix null pointer dereference in ceph_flush_snaps()Yan, Zheng
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe
2016-08-07Merge tag 'binfmt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-08-07fs: return EPERM on immutable inodeEryu Guan