aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iomap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-12xfs: pass total block res. as total xfs_bmapi_write() parameterBrian Foster1-7/+7
2015-10-12xfs: add missing ilock around dio write last extent alignmentBrian Foster1-7/+26
2015-06-04xfs: saner xfs_trans_commit interfaceChristoph Hellwig1-3/+3
2015-06-04xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig1-6/+6
2015-02-23xfs: Remove icsb infrastructureDave Chinner1-1/+0
2015-02-23xfs: use generic percpu counters for free block counterDave Chinner1-1/+1
2015-01-09xfs: pass a 64-bit count argument to xfs_iomap_write_unwrittenChristoph Hellwig1-1/+1
2014-12-04Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner1-9/+6
2014-12-04xfs: fix set-but-unused warningsDave Chinner1-2/+0
2014-12-04xfs: overflow in xfs_iomap_eof_align_last_fsbPeter Watkins1-7/+6
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig1-1/+0
2014-10-02xfs: check for null dquot in xfs_quota_calc_throttle()Eric Sandeen1-2/+2
2014-08-04Merge branch 'xfs-quota-eofblocks-scan' into for-nextDave Chinner1-6/+14
2014-07-24xfs: squash prealloc while over quota free space as wellBrian Foster1-6/+14
2014-07-15Merge branch 'xfs-libxfs-restructure' into for-nextDave Chinner1-17/+17
2014-07-15xfs: refine the allocation stack switchDave Chinner1-2/+1
2014-06-25xfs: global error sign conversionDave Chinner1-6/+6
2014-06-22xfs: Nuke XFS_ERROR macroEric Sandeen1-13/+13
2014-04-14xfs: remove unused tp arg from xfs_bmap_last_offset() and callersEric Sandeen1-1/+1
2014-02-10xfs: always use unwritten extents for direct I/O writesChristoph Hellwig1-7/+3
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner1-12/+4
2013-10-23xfs: decouple log and transaction headersDave Chinner1-5/+6
2013-10-23xfs: create a shared header file for format-related informationDave Chinner1-0/+1
2013-10-17xfs: remove newlines from strings passed to __xfs_printkEric Sandeen1-1/+1