aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iomap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-01xfs: get rid of count from xfs_iomap_write_allocate()Jie Liu1-1/+0
2013-08-12xfs: refactor xfs_trans_reserve() interfaceJie Liu1-12/+6
2013-08-12xfs: consolidate xfs_utils.cDave Chinner1-1/+0
2013-08-12xfs: create xfs_bmap_util.[ch]Dave Chinner1-0/+1
2013-08-12xfs: separate dquot on disk format definitions out of xfs_quota.hDave Chinner1-0/+1
2013-06-27xfs: don't use speculative prealloc for small filesDave Chinner1-0/+13
2013-03-22xfs: xfs_iomap_prealloc_size() tracepointBrian Foster1-0/+3
2013-03-22xfs: add quota-driven speculative preallocation throttlingBrian Foster1-0/+82
2013-03-22xfs: push rounddown_pow_of_two() to after prealloc throttleBrian Foster1-2/+17
2013-03-22xfs: reorganize xfs_iomap_prealloc_size to remove indentationBrian Foster1-31/+32
2013-03-07xfs: fix xfs_iomap_eof_prealloc_initial_size typeMark Tinguely1-1/+1
2013-03-07xfs: increase prealloc size to double that of the previous extentBrian Foster1-1/+1
2013-03-07xfs: fix potential infinite loop in xfs_iomap_prealloc_size()Brian Foster1-1/+1
2013-02-14xfs: limit speculative prealloc size on sparse filesDave Chinner1-10/+67
2013-01-24xfs: limit speculative prealloc near ENOSPC thresholdsDave Chinner1-0/+9
2012-11-08xfs: add EOFBLOCKS inode tagging/untaggingBrian Foster1-0/+8