summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iomap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: cleanup xfs_iomap_eof_align_last_fsbChristoph Hellwig2012-01-131-18/+18
* xfs: simplify xfs_trans_ijoin* againChristoph Hellwig2011-10-111-3/+3
* xfs: rename xfs_bmapi to xfs_bmapi_writeDave Chinner2011-10-111-12/+8
* xfs: introduce xfs_bmapi_delay()Christoph Hellwig2011-10-111-7/+2
* xfs: introduce xfs_bmapi_read()Dave Chinner2011-10-111-2/+2
* xfs: rename xfs_cmn_err_fsblock_zero()Dave Chinner2011-03-071-5/+5
* xfs: convert xfs_cmn_err to xfs_alert_tagDave Chinner2011-03-071-1/+1
* xfs: speculative delayed allocation uses rounddown_power_of_2 badlyDave Chinner2011-01-281-1/+6
* xfs: dynamic speculative EOF preallocationDave Chinner2011-01-041-10/+74
* xfs: kill xfs_iomapChristoph Hellwig2010-12-161-119/+3
* xfs: cleanup the xfs_iomap_write_* helpersChristoph Hellwig2010-12-161-30/+15
* xfs: small cleanups for xfs_iomap / __xfs_get_blocksChristoph Hellwig2010-07-261-1/+1
* xfs: reduce stack usage in xfs_iomapChristoph Hellwig2010-07-261-24/+28
* xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig2010-07-261-6/+6
* xfs: simplify inode to transaction joiningChristoph Hellwig2010-07-261-6/+3
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-261-4/+0
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-1/+0
* xfs: mark xfs_iomap_write_ helpers staticChristoph Hellwig2010-05-191-7/+13
* xfs: kill struct xfs_iomapChristoph Hellwig2010-05-191-54/+28
* xfs: report iomap_bn in block baseChristoph Hellwig2010-05-191-14/+5
* xfs: report iomap_offset and iomap_bsize in block baseChristoph Hellwig2010-05-191-3/+2
* xfs: remove iomap_deltaChristoph Hellwig2010-05-191-1/+0
* xfs: remove iomap_targetChristoph Hellwig2010-05-191-6/+0
* xfs: limit xfs_imap_to_bmap to a single mappingChristoph Hellwig2010-05-191-36/+28
* xfs: event tracing supportChristoph Hellwig2009-12-141-77/+8
OpenPOWER on IntegriCloud