summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iomap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: I/O completion handlers must use NOFS allocationsChristoph Hellwig2009-12-111-1/+8
* xfs: use generic Posix ACL codeChristoph Hellwig2009-06-101-1/+0
* xfs: kill xfs_qmopsChristoph Hellwig2009-06-081-6/+6
* xfs: remove xfs_flush_spaceDave Chinner2009-04-061-46/+15
* xfs: make inode flush at ENOSPC synchronousDave Chinner2009-04-061-1/+1
* xfs: use xfs_sync_inodes() for device flushingDave Chinner2009-04-061-1/+1
* [XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen2009-01-161-5/+5
* [XFS] Fix speculative allocation beyond eofLachlan McIlroy2008-12-221-21/+7
* [XFS] use minleft when allocating in xfs_bmbt_split()Lachlan McIlroy2008-07-281-0/+10
* [XFS] Fix check for block zero access in xfs_write_iomap_allocate()David Chinner2008-04-291-8/+5
* [XFS] shrink mrlock_tChristoph Hellwig2008-04-291-3/+3
* [XFS] Catch errors returned from xfs_bmap_last_offset().David Chinner2008-04-181-2/+5
* [XFS] optimize XFS_IS_REALTIME_INODE w/o realtime configEric Sandeen2008-02-071-5/+5
* [XFS] Fix transaction overrun during writeback.David Chinner2008-02-071-25/+50
* [XFS] kill xfs_iocore_tChristoph Hellwig2008-02-071-18/+12
* [XFS] kill unnessecary ioops indirectionLachlan McIlroy2008-02-071-46/+48
* [XFS] kill BMAPI_UNWRITTENChristoph Hellwig2008-02-071-12/+2