aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iomap.c
Commit message (Expand)AuthorAge
* 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
* | xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-27
* | xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig2014-11-27
|/
* xfs: check for null dquot in xfs_quota_calc_throttle()Eric Sandeen2014-10-01
* Merge branch 'xfs-quota-eofblocks-scan' into for-nextDave Chinner2014-08-03
|\
| * xfs: squash prealloc while over quota free space as wellBrian Foster2014-07-24
* | Merge branch 'xfs-libxfs-restructure' into for-nextDave Chinner2014-07-14
|\|
| * xfs: global error sign conversionDave Chinner2014-06-25
| * xfs: Nuke XFS_ERROR macroEric Sandeen2014-06-22
* | xfs: refine the allocation stack switchDave Chinner2014-07-14
|/
* xfs: remove unused tp arg from xfs_bmap_last_offset() and callersEric Sandeen2014-04-14
* xfs: always use unwritten extents for direct I/O writesChristoph Hellwig2014-02-09
* xfs: decouple inode and bmap btree header filesDave Chinner2013-10-23
* xfs: decouple log and transaction headersDave Chinner2013-10-23
* xfs: create a shared header file for format-related informationDave Chinner2013-10-23
* xfs: remove newlines from strings passed to __xfs_printkEric Sandeen2013-10-17
* xfs: get rid of count from xfs_iomap_write_allocate()Jie Liu2013-10-01
* xfs: refactor xfs_trans_reserve() interfaceJie Liu2013-08-12
* xfs: consolidate xfs_utils.cDave Chinner2013-08-12
* xfs: create xfs_bmap_util.[ch]Dave Chinner2013-08-12
* xfs: separate dquot on disk format definitions out of xfs_quota.hDave Chinner2013-08-12
* xfs: don't use speculative prealloc for small filesDave Chinner2013-06-27
* xfs: xfs_iomap_prealloc_size() tracepointBrian Foster2013-03-22
* xfs: add quota-driven speculative preallocation throttlingBrian Foster2013-03-22
* xfs: push rounddown_pow_of_two() to after prealloc throttleBrian Foster2013-03-22
* xfs: reorganize xfs_iomap_prealloc_size to remove indentationBrian Foster2013-03-22
* xfs: fix xfs_iomap_eof_prealloc_initial_size typeMark Tinguely2013-03-07
* xfs: increase prealloc size to double that of the previous extentBrian Foster2013-03-07
* xfs: fix potential infinite loop in xfs_iomap_prealloc_size()Brian Foster2013-03-07
* xfs: limit speculative prealloc size on sparse filesDave Chinner2013-02-14
* xfs: limit speculative prealloc near ENOSPC thresholdsDave Chinner2013-01-24