aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iomap.c
AgeCommit message (Expand)Author
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
2016-08-17xfs: simplify xfs_file_iomap_beginChristoph Hellwig
2016-08-17xfs: fix bogus space reservation in xfs_iomap_write_allocateChristoph Hellwig
2016-08-03xfs: rename flist/free_list to dfopsDarrick J. Wong
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong
2016-06-21xfs: implement iomap based buffered write pathChristoph Hellwig
2016-06-21xfs: make xfs_bmbt_to_iomap available outside of xfs_pnfs.cChristoph Hellwig
2016-04-06xfs: better xfs_trans_alloc interfaceChristoph Hellwig
2016-01-12Merge branch 'xfs-misc-fixes-for-4.5-2' into for-nextDave Chinner
2016-01-11xfs: eliminate committed arg from xfs_bmap_finishEric Sandeen
2016-01-04xfs: Don't use reserved blocks for data blocks with DAXDave Chinner
2015-11-03Merge branch 'xfs-dax-updates' into for-nextDave Chinner
2015-11-03xfs: Don't use unwritten extents for DAXDave Chinner
2015-10-12Merge branch 'xfs-io-fixes' into for-nextDave Chinner
2015-10-12Merge branch 'xfs-logging-fixes' into for-nextDave Chinner
2015-10-12xfs: per-filesystem stats counter implementationBill O'Donnell
2015-10-12xfs: pass total block res. as total xfs_bmapi_write() parameterBrian Foster
2015-10-12xfs: add missing ilock around dio write last extent alignmentBrian Foster
2015-06-04xfs: saner xfs_trans_commit interfaceChristoph Hellwig
2015-06-04xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig
2015-02-23xfs: Remove icsb infrastructureDave Chinner