summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iomap.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong2016-10-051-1/+1
* xfs: report shared extent mappings to userspace correctlyDarrick J. Wong2016-10-051-1/+11
* xfs: support allocating delayed extents in CoW forkDarrick J. Wong2016-10-041-1/+6
* xfs: create delalloc extents in CoW forkDarrick J. Wong2016-10-041-2/+10
* xfs: support bmapping delalloc extents in the CoW forkDarrick J. Wong2016-10-041-1/+1
* xfs: use iomap to implement DAXChristoph Hellwig2016-09-191-4/+7
* xfs: take the ilock shared if possible in xfs_file_iomap_beginChristoph Hellwig2016-09-191-4/+6
* iomap: add IOMAP_F_NEW flagChristoph Hellwig2016-09-191-0/+1
* xfs: rewrite and optimize the delalloc write pathChristoph Hellwig2016-09-191-223/+172
* xfs: factor our a helper to calculate the EOF alignmentChristoph Hellwig2016-09-191-10/+21
* xfs: move xfs_bmbt_to_iomap upChristoph Hellwig2016-09-191-26/+26
* Merge branch 'iomap-fixes-4.8-rc3' into for-nextDave Chinner2016-08-171-10/+49
|\
| * xfs: (re-)implement FIEMAP_FLAG_XATTRChristoph Hellwig2016-08-171-0/+45
| * xfs: simplify xfs_file_iomap_beginChristoph Hellwig2016-08-171-10/+4
* | xfs: fix bogus space reservation in xfs_iomap_write_allocateChristoph Hellwig2016-08-171-3/+7
|/
* xfs: rename flist/free_list to dfopsDarrick J. Wong2016-08-031-15/+15
* xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong2016-08-031-12/+12
* xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong2016-08-031-0/+1
* xfs: implement iomap based buffered write pathChristoph Hellwig2016-06-211-0/+144
* xfs: make xfs_bmbt_to_iomap available outside of xfs_pnfs.cChristoph Hellwig2016-06-211-0/+27
* xfs: better xfs_trans_alloc interfaceChristoph Hellwig2016-04-061-36/+17
* Merge branch 'xfs-misc-fixes-for-4.5-2' into for-nextDave Chinner2016-01-121-6/+4
|\
| * xfs: eliminate committed arg from xfs_bmap_finishEric Sandeen2016-01-111-6/+4
* | xfs: Don't use reserved blocks for data blocks with DAXDave Chinner2016-01-041-3/+8
|/
* Merge branch 'xfs-dax-updates' into for-nextDave Chinner2015-11-031-1/+20
|\
| * xfs: Don't use unwritten extents for DAXDave Chinner2015-11-031-2/+21
* | Merge branch 'xfs-io-fixes' into for-nextDave Chinner2015-10-121-7/+26
|\ \
| * | xfs: add missing ilock around dio write last extent alignmentBrian Foster2015-10-121-7/+26
| |/
* | Merge branch 'xfs-logging-fixes' into for-nextDave Chinner2015-10-121-7/+7
|\ \
| * | xfs: pass total block res. as total xfs_bmapi_write() parameterBrian Foster2015-10-121-7/+7
| |/
* | xfs: per-filesystem stats counter implementationBill O'Donnell2015-10-121-2/+2
|/
* xfs: saner xfs_trans_commit interfaceChristoph Hellwig2015-06-041-3/+3
* xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig2015-06-041-6/+6
* xfs: Remove icsb infrastructureDave Chinner2015-02-231-1/+0
* xfs: use generic percpu counters for free block counterDave Chinner2015-02-231-1/+1
* xfs: pass a 64-bit count argument to xfs_iomap_write_unwrittenChristoph Hellwig2015-01-091-1/+1
* Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner2014-12-041-9/+6
|\
| * xfs: fix set-but-unused warningsDave Chinner2014-12-041-2/+0
| * xfs: overflow in xfs_iomap_eof_align_last_fsbPeter Watkins2014-12-041-7/+6
* | xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig2014-11-281-1/+0
* | xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
* | xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
|/
* xfs: check for null dquot in xfs_quota_calc_throttle()Eric Sandeen2014-10-021-2/+2
* Merge branch 'xfs-quota-eofblocks-scan' into for-nextDave Chinner2014-08-041-6/+14
|\
| * xfs: squash prealloc while over quota free space as wellBrian Foster2014-07-241-6/+14
* | Merge branch 'xfs-libxfs-restructure' into for-nextDave Chinner2014-07-151-17/+17
|\ \ | |/
| * xfs: global error sign conversionDave Chinner2014-06-251-6/+6
| * xfs: Nuke XFS_ERROR macroEric Sandeen2014-06-221-13/+13
* | xfs: refine the allocation stack switchDave Chinner2014-07-151-2/+1
|/
* xfs: remove unused tp arg from xfs_bmap_last_offset() and callersEric Sandeen2014-04-141-1/+1
OpenPOWER on IntegriCloud