summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iomap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: always use unwritten extents for direct I/O writesChristoph Hellwig2014-02-101-7/+3
* xfs: decouple inode and bmap btree header filesDave Chinner2013-10-231-12/+4
* xfs: decouple log and transaction headersDave Chinner2013-10-231-5/+6
* xfs: create a shared header file for format-related informationDave Chinner2013-10-231-0/+1
* xfs: remove newlines from strings passed to __xfs_printkEric Sandeen2013-10-171-1/+1
* xfs: get rid of count from xfs_iomap_write_allocate()Jie Liu2013-10-011-1/+0
* xfs: refactor xfs_trans_reserve() interfaceJie Liu2013-08-121-12/+6
* xfs: consolidate xfs_utils.cDave Chinner2013-08-121-1/+0
* xfs: create xfs_bmap_util.[ch]Dave Chinner2013-08-121-0/+1
* xfs: separate dquot on disk format definitions out of xfs_quota.hDave Chinner2013-08-121-0/+1
* xfs: don't use speculative prealloc for small filesDave Chinner2013-06-271-0/+13
* xfs: xfs_iomap_prealloc_size() tracepointBrian Foster2013-03-221-0/+3
* xfs: add quota-driven speculative preallocation throttlingBrian Foster2013-03-221-0/+82
* xfs: push rounddown_pow_of_two() to after prealloc throttleBrian Foster2013-03-221-2/+17
* xfs: reorganize xfs_iomap_prealloc_size to remove indentationBrian Foster2013-03-221-31/+32
* xfs: fix xfs_iomap_eof_prealloc_initial_size typeMark Tinguely2013-03-071-1/+1
* xfs: increase prealloc size to double that of the previous extentBrian Foster2013-03-071-1/+1
* xfs: fix potential infinite loop in xfs_iomap_prealloc_size()Brian Foster2013-03-071-1/+1
* xfs: limit speculative prealloc size on sparse filesDave Chinner2013-02-141-10/+67
* xfs: limit speculative prealloc near ENOSPC thresholdsDave Chinner2013-01-241-0/+9
* xfs: add EOFBLOCKS inode tagging/untaggingBrian Foster2012-11-081-0/+8
* xfs: introduce XFS_BMAPI_STACK_SWITCHDave Chinner2012-10-181-1/+3
* xfs: xfs_sync_data is redundant.Dave Chinner2012-10-171-16/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-011-2/+2
|\
| * xfs: Convert to new freezing codeJan Kara2012-07-311-2/+2
* | xfs: make largest supported offset less shoutyDave Chinner2012-06-141-1/+1
* | xfs: m_maxioffset is redundantDave Chinner2012-06-141-2/+2
|/
* xfs: fix delalloc quota accounting on failureDave Chinner2012-05-211-1/+1
* xfs: clean up xfs_bit.h includesDave Chinner2012-05-141-1/+0
* xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner2012-05-141-1/+0
* xfs: move xfsagino_t to xfs_types.hDave Chinner2012-05-141-1/+0
* xfs: limit specualtive delalloc to maxioffsetDave Chinner2012-05-141-0/+9
* xfs: use shared ilock mode for direct IO writes by defaultDave Chinner2012-05-141-26/+19
* xfs: log file size updates as part of unwritten extent conversionChristoph Hellwig2012-03-051-1/+18
* xfs: remove the i_size field in struct xfs_inodeChristoph Hellwig2012-01-171-6/+6
OpenPOWER on IntegriCloud