aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iomap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [XFS] kill BMAPI_DEVICEChristoph Hellwig2008-02-071-8/+1
* [XFS] Kill unused IOMAP_EOF flagChristoph Hellwig2007-10-161-8/+0
* [XFS] Cleanup inode extent size hint extractionDavid Chinner2007-07-141-15/+4
* [XFS] Prevent ENOSPC from aborting transactions that need to succeedDavid Chinner2007-07-141-14/+8
* [XFS] Fix to prevent the notorious 'NULL files' problem after a crash.Lachlan McIlroy2007-05-081-4/+4
* [XFS] The last argument "lsn" of xfs_trans_commit() is always called withEric Sandeen2007-05-081-4/+3
* [XFS] Remove unused header files for MAC and CAP checking functionality.Eric Sandeen2007-02-101-2/+0
* [XFS] Remove unused argument to xfs_bmap_finishEric Sandeen2007-02-101-5/+3
* [XFS] Improve error handling for the zero-fsblock extent detection code.Nathan Scott2006-09-281-55/+34
* [XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott2006-06-201-2/+0
* [XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them reportOlaf Weber2006-06-091-12/+12
* [XFS] Fixing KDB's xrwtrc command, also added the current process id intoYingping Lu2006-03-221-1/+1
* Merge HEAD from oss.sgi.com:/oss/git/linux-2.6.git Nathan Scott2006-01-121-1/+0
|\