summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_iomap.c
AgeCommit message (Expand)Author
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-11-14Merge tag 'xfs-4.15-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-11-13fs, dax: unify IOMAP_F_DIRTY read vs write handling policy in the dax coreDan Williams
2017-11-06xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig
2017-11-03xfs: support for synchronous DAX faultsChristoph Hellwig
2017-11-01xfs: move error injection tags into their own fileDarrick J. Wong
2017-10-01iomap: Switch from blkno to disk offsetAndreas Gruenbacher
2017-09-26xfs: update i_size after unwritten conversion in dio completionEryu Guan
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-09-01xfs: remove unused flags arg from xfs_file_iomap_begin_delayEric Sandeen
2017-09-01xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig
2017-08-31xfs: perform dax_device lookup at mountDan Williams
2017-07-10Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-06-27xfs: convert drop_writes to use the errortag mechanismDarrick J. Wong
2017-06-27xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong
2017-06-20xfs: nowait aio supportGoldwyn Rodrigues
2017-05-13dax, xfs, ext4: compile out iomap-dax paths in the FS_DAX=n caseDan Williams
2017-05-06Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-04-25ext2, ext4, xfs: retrieve dax_device for iomap operationsDan Williams
2017-04-06xfs: actually report xattr extents via iomapDarrick J. Wong
2017-04-03xfs: remove the ISUNWRITTEN macroChristoph Hellwig
2017-03-08xfs: use iomap new flag for newly allocated delalloc blocksBrian Foster
2017-02-16xfs: resurrect debug mode drop buffered writes mechanismBrian Foster
2017-02-16xfs: clear delalloc and cache on buffered write failureBrian Foster
2017-02-06xfs: allocate direct I/O COW blocks in iomap_beginChristoph Hellwig
2017-02-06xfs: introduce xfs_aligned_fsb_countChristoph Hellwig
2017-02-06xfs: reject all unaligned direct writes to reflinked filesChristoph Hellwig
2017-02-02xfs: mark speculative prealloc CoW fork extents unwrittenDarrick J. Wong
2017-01-30iomap: constify struct iomap_opsChristoph Hellwig
2017-01-23xfs: fix COW writeback raceChristoph Hellwig
2016-11-30xfs: use iomap_dio_rwChristoph Hellwig
2016-11-28xfs: pass post-eof speculative prealloc blocks to bmapiBrian Foster
2016-11-28xfs: track preallocation separately in xfs_bmapi_reserve_delalloc()Brian Foster
2016-11-24xfs: use new extent lookup helpers xfs_file_iomap_begin_delayChristoph Hellwig
2016-11-24xfs: remove prev argument to xfs_bmapi_reserve_delallocChristoph Hellwig
2016-10-20xfs: optimize writes to reflink filesChristoph Hellwig
2016-10-20xfs: don't bother looking at the refcount tree for readsChristoph Hellwig
2016-10-05xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong
2016-10-05xfs: report shared extent mappings to userspace correctlyDarrick J. Wong
2016-10-04xfs: support allocating delayed extents in CoW forkDarrick J. Wong
2016-10-04xfs: create delalloc extents in CoW forkDarrick J. Wong
2016-10-04xfs: support bmapping delalloc extents in the CoW forkDarrick J. Wong
2016-09-19xfs: use iomap to implement DAXChristoph Hellwig
2016-09-19xfs: take the ilock shared if possible in xfs_file_iomap_beginChristoph Hellwig
2016-09-19iomap: add IOMAP_F_NEW flagChristoph Hellwig
2016-09-19xfs: rewrite and optimize the delalloc write pathChristoph 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-17Merge branch 'iomap-fixes-4.8-rc3' into for-nextDave Chinner
2016-08-17xfs: (re-)implement FIEMAP_FLAG_XATTRChristoph Hellwig