summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iomap.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-13dax, xfs, ext4: compile out iomap-dax paths in the FS_DAX=n caseDan Williams1-2/+2
2017-05-06Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-4/+4
2017-04-25ext2, ext4, xfs: retrieve dax_device for iomap operationsDan Williams1-0/+10
2017-04-06xfs: actually report xattr extents via iomapDarrick J. Wong1-2/+2
2017-04-03xfs: remove the ISUNWRITTEN macroChristoph Hellwig1-2/+2
2017-03-08xfs: use iomap new flag for newly allocated delalloc blocksBrian Foster1-7/+18
2017-02-16xfs: resurrect debug mode drop buffered writes mechanismBrian Foster1-0/+4
2017-02-16xfs: clear delalloc and cache on buffered write failureBrian Foster1-1/+12
2017-02-06xfs: allocate direct I/O COW blocks in iomap_beginChristoph Hellwig1-19/+12
2017-02-06xfs: introduce xfs_aligned_fsb_countChristoph Hellwig1-9/+2
2017-02-06xfs: reject all unaligned direct writes to reflinked filesChristoph Hellwig1-11/+1
2017-02-02xfs: mark speculative prealloc CoW fork extents unwrittenDarrick J. Wong1-1/+1
2017-01-30iomap: constify struct iomap_opsChristoph Hellwig1-2/+2
2017-01-23xfs: fix COW writeback raceChristoph Hellwig1-1/+1
2016-11-30xfs: use iomap_dio_rwChristoph Hellwig1-8/+42
2016-11-28xfs: pass post-eof speculative prealloc blocks to bmapiBrian Foster1-20/+13
2016-11-28xfs: track preallocation separately in xfs_bmapi_reserve_delalloc()Brian Foster1-1/+1
2016-11-24xfs: use new extent lookup helpers xfs_file_iomap_begin_delayChristoph Hellwig1-11/+9
2016-11-24xfs: remove prev argument to xfs_bmapi_reserve_delallocChristoph Hellwig1-2/+1
2016-10-20xfs: optimize writes to reflink filesChristoph Hellwig1-17/+39
2016-10-20xfs: don't bother looking at the refcount tree for readsChristoph Hellwig1-5/+8
2016-10-05xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong1-1/+1
2016-10-05xfs: report shared extent mappings to userspace correctlyDarrick J. Wong1-1/+11
2016-10-04xfs: support allocating delayed extents in CoW forkDarrick J. Wong1-1/+6
2016-10-04xfs: create delalloc extents in CoW forkDarrick J. Wong1-2/+10
2016-10-04xfs: support bmapping delalloc extents in the CoW forkDarrick J. Wong1-1/+1
2016-09-19xfs: use iomap to implement DAXChristoph Hellwig1-4/+7
2016-09-19xfs: take the ilock shared if possible in xfs_file_iomap_beginChristoph Hellwig1-4/+6
2016-09-19iomap: add IOMAP_F_NEW flagChristoph Hellwig1-0/+1
2016-09-19xfs: rewrite and optimize the delalloc write pathChristoph Hellwig1-223/+172
2016-09-19xfs: factor our a helper to calculate the EOF alignmentChristoph Hellwig1-10/+21
2016-09-19xfs: move xfs_bmbt_to_iomap upChristoph Hellwig1-26/+26
2016-08-17Merge branch 'iomap-fixes-4.8-rc3' into for-nextDave Chinner1-10/+49
2016-08-17xfs: (re-)implement FIEMAP_FLAG_XATTRChristoph Hellwig1-0/+45
2016-08-17xfs: simplify xfs_file_iomap_beginChristoph Hellwig1-10/+4
2016-08-17xfs: fix bogus space reservation in xfs_iomap_write_allocateChristoph Hellwig1-3/+7
2016-08-03xfs: rename flist/free_list to dfopsDarrick J. Wong1-15/+15
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong1-12/+12
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong1-0/+1
2016-06-21xfs: implement iomap based buffered write pathChristoph Hellwig1-0/+144
2016-06-21xfs: make xfs_bmbt_to_iomap available outside of xfs_pnfs.cChristoph Hellwig1-0/+27
2016-04-06xfs: better xfs_trans_alloc interfaceChristoph Hellwig1-36/+17
2016-01-12Merge branch 'xfs-misc-fixes-for-4.5-2' into for-nextDave Chinner1-6/+4
2016-01-11xfs: eliminate committed arg from xfs_bmap_finishEric Sandeen1-6/+4
2016-01-04xfs: Don't use reserved blocks for data blocks with DAXDave Chinner1-3/+8
2015-11-03Merge branch 'xfs-dax-updates' into for-nextDave Chinner1-1/+20
2015-11-03xfs: Don't use unwritten extents for DAXDave Chinner1-2/+21
2015-10-12Merge branch 'xfs-io-fixes' into for-nextDave Chinner1-7/+26
2015-10-12Merge branch 'xfs-logging-fixes' into for-nextDave Chinner1-7/+7
2015-10-12xfs: per-filesystem stats counter implementationBill O'Donnell1-2/+2