aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iomap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-04xfs: dynamic speculative EOF preallocationDave Chinner1-10/+74
2010-12-16xfs: kill xfs_iomapChristoph Hellwig1-119/+3
2010-12-16xfs: cleanup the xfs_iomap_write_* helpersChristoph Hellwig1-30/+15
2010-07-26xfs: small cleanups for xfs_iomap / __xfs_get_blocksChristoph Hellwig1-1/+1
2010-07-26xfs: reduce stack usage in xfs_iomapChristoph Hellwig1-24/+28
2010-07-26xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig1-6/+6
2010-07-26xfs: simplify inode to transaction joiningChristoph Hellwig1-6/+3
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig1-4/+0
2010-07-26xfs: drop dmapi hooksChristoph Hellwig1-1/+0
2010-05-19xfs: mark xfs_iomap_write_ helpers staticChristoph Hellwig1-7/+13
2010-05-19xfs: kill struct xfs_iomapChristoph Hellwig1-54/+28
2010-05-19xfs: report iomap_bn in block baseChristoph Hellwig1-14/+5
2010-05-19xfs: report iomap_offset and iomap_bsize in block baseChristoph Hellwig1-3/+2
2010-05-19xfs: remove iomap_deltaChristoph Hellwig1-1/+0
2010-05-19xfs: remove iomap_targetChristoph Hellwig1-6/+0
2010-05-19xfs: limit xfs_imap_to_bmap to a single mappingChristoph Hellwig1-36/+28
2009-12-14xfs: event tracing supportChristoph Hellwig1-77/+8
2009-12-11xfs: I/O completion handlers must use NOFS allocationsChristoph Hellwig1-1/+8
2009-06-10xfs: use generic Posix ACL codeChristoph Hellwig1-1/+0
2009-06-08xfs: kill xfs_qmopsChristoph Hellwig1-6/+6
2009-04-06xfs: remove xfs_flush_spaceDave Chinner1-46/+15
2009-04-06xfs: make inode flush at ENOSPC synchronousDave Chinner1-1/+1
2009-04-06xfs: use xfs_sync_inodes() for device flushingDave Chinner1-1/+1
2009-01-16[XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen1-5/+5
2008-12-22[XFS] Fix speculative allocation beyond eofLachlan McIlroy1-21/+7
2008-07-28[XFS] use minleft when allocating in xfs_bmbt_split()Lachlan McIlroy1-0/+10
2008-04-29[XFS] Fix check for block zero access in xfs_write_iomap_allocate()David Chinner1-8/+5
2008-04-29[XFS] shrink mrlock_tChristoph Hellwig1-3/+3
2008-04-18[XFS] Catch errors returned from xfs_bmap_last_offset().David Chinner1-2/+5
2008-02-07[XFS] optimize XFS_IS_REALTIME_INODE w/o realtime configEric Sandeen1-5/+5
2008-02-07[XFS] Fix transaction overrun during writeback.David Chinner1-25/+50
2008-02-07[XFS] kill xfs_iocore_tChristoph Hellwig1-18/+12
2008-02-07[XFS] kill unnessecary ioops indirectionLachlan McIlroy1-46/+48
2008-02-07[XFS] kill BMAPI_UNWRITTENChristoph Hellwig1-12/+2
2008-02-07[XFS] kill BMAPI_DEVICEChristoph Hellwig1-8/+1
2007-10-16[XFS] Kill unused IOMAP_EOF flagChristoph Hellwig1-8/+0
2007-07-14[XFS] Cleanup inode extent size hint extractionDavid Chinner1-15/+4
2007-07-14[XFS] Prevent ENOSPC from aborting transactions that need to succeedDavid Chinner1-14/+8
2007-05-08[XFS] Fix to prevent the notorious 'NULL files' problem after a crash.Lachlan McIlroy1-4/+4
2007-05-08[XFS] The last argument "lsn" of xfs_trans_commit() is always called withEric Sandeen1-4/+3
2007-02-10[XFS] Remove unused header files for MAC and CAP checking functionality.Eric Sandeen1-2/+0
2007-02-10[XFS] Remove unused argument to xfs_bmap_finishEric Sandeen1-5/+3
2006-09-28[XFS] Improve error handling for the zero-fsblock extent detection code.Nathan Scott1-55/+34
2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott1-2/+0
2006-06-09[XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them reportOlaf Weber1-12/+12
2006-03-22[XFS] Fixing KDB's xrwtrc command, also added the current process id intoYingping Lu1-1/+1
2006-01-12Merge HEAD from oss.sgi.com:/oss/git/linux-2.6.git Nathan Scott1-1/+0
2006-01-11[XFS] Fix compiler warnings from older gcc versions wrt printfalikeNathan Scott1-12/+22
2006-01-11[XFS] Sort out cosmetic differences between user and kernel copies of someNathan Scott1-0/+1
2006-01-11[XFS] Implement the di_extsize allocator hint for non-realtime files asNathan Scott1-179/+211