aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iomap.c
Commit message (Expand)AuthorAge
* xfs: use iomap new flag for newly allocated delalloc blocksBrian Foster2017-04-08
* xfs: mark speculative prealloc CoW fork extents unwrittenDarrick J. Wong2017-04-08
* xfs: clear delalloc and cache on buffered write failureBrian Foster2017-02-26
* xfs: fix COW writeback raceChristoph Hellwig2017-02-04
* xfs: pass post-eof speculative prealloc blocks to bmapiBrian Foster2017-01-12
* xfs: use new extent lookup helpers xfs_file_iomap_begin_delayChristoph Hellwig2017-01-12
* xfs: track preallocation separately in xfs_bmapi_reserve_delalloc()Brian Foster2017-01-12
* xfs: remove prev argument to xfs_bmapi_reserve_delallocChristoph Hellwig2017-01-12
* xfs: optimize writes to reflink filesChristoph Hellwig2016-10-20
* xfs: don't bother looking at the refcount tree for readsChristoph Hellwig2016-10-20
* xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong2016-10-05
* xfs: report shared extent mappings to userspace correctlyDarrick J. Wong2016-10-05
* xfs: support allocating delayed extents in CoW forkDarrick J. Wong2016-10-04
* xfs: create delalloc extents in CoW forkDarrick J. Wong2016-10-04
* xfs: support bmapping delalloc extents in the CoW forkDarrick J. Wong2016-10-04
* xfs: use iomap to implement DAXChristoph Hellwig2016-09-18
* xfs: take the ilock shared if possible in xfs_file_iomap_beginChristoph Hellwig2016-09-18
* iomap: add IOMAP_F_NEW flagChristoph Hellwig2016-09-18
* xfs: rewrite and optimize the delalloc write pathChristoph Hellwig2016-09-18
* xfs: factor our a helper to calculate the EOF alignmentChristoph Hellwig2016-09-18
* xfs: move xfs_bmbt_to_iomap upChristoph Hellwig2016-09-18
* Merge branch 'iomap-fixes-4.8-rc3' into for-nextDave Chinner2016-08-16
|\
| * xfs: (re-)implement FIEMAP_FLAG_XATTRChristoph Hellwig2016-08-16
| * xfs: simplify xfs_file_iomap_beginChristoph Hellwig2016-08-16
* | xfs: fix bogus space reservation in xfs_iomap_write_allocateChristoph Hellwig2016-08-16
|/
* xfs: rename flist/free_list to dfopsDarrick J. Wong2016-08-02
* xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong2016-08-02
* xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong2016-08-02
* xfs: implement iomap based buffered write pathChristoph Hellwig2016-06-20
* xfs: make xfs_bmbt_to_iomap available outside of xfs_pnfs.cChristoph Hellwig2016-06-20
* xfs: better xfs_trans_alloc interfaceChristoph Hellwig2016-04-05
* Merge branch 'xfs-misc-fixes-for-4.5-2' into for-nextDave Chinner2016-01-11
|\
| * xfs: eliminate committed arg from xfs_bmap_finishEric Sandeen2016-01-10
* | xfs: Don't use reserved blocks for data blocks with DAXDave Chinner2016-01-04
|/
* Merge branch 'xfs-dax-updates' into for-nextDave Chinner2015-11-02
|\
| * xfs: Don't use unwritten extents for DAXDave Chinner2015-11-02
* | Merge branch 'xfs-io-fixes' into for-nextDave Chinner2015-10-12
|\ \
| * | xfs: add missing ilock around dio write last extent alignmentBrian Foster2015-10-12
| |/
* | Merge branch 'xfs-logging-fixes' into for-nextDave Chinner2015-10-12
|\ \
| * | xfs: pass total block res. as total xfs_bmapi_write() parameterBrian Foster2015-10-12
| |/
* / xfs: per-filesystem stats counter implementationBill O'Donnell2015-10-12
|/
* xfs: saner xfs_trans_commit interfaceChristoph Hellwig2015-06-03
* xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig2015-06-03
* xfs: Remove icsb infrastructureDave Chinner2015-02-23
* xfs: use generic percpu counters for free block counterDave Chinner2015-02-23
* xfs: pass a 64-bit count argument to xfs_iomap_write_unwrittenChristoph Hellwig2015-01-08
* Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner2014-12-03
|\
| * xfs: fix set-but-unused warningsDave Chinner2014-12-03
| * xfs: overflow in xfs_iomap_eof_align_last_fsbPeter Watkins2014-12-03
* | xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig2014-11-27