aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iomap.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-09xfs: pass a 64-bit count argument to xfs_iomap_write_unwrittenChristoph Hellwig1-1/+1
2013-10-01xfs: get rid of count from xfs_iomap_write_allocate()Jie Liu1-4/+4
2010-12-16xfs: kill xfs_iomapChristoph Hellwig1-21/+6
2010-07-26xfs: do not use emums for flags used in tracingChristoph Hellwig1-10/+10
2010-07-26xfs: small cleanups for xfs_iomap / __xfs_get_blocksChristoph Hellwig1-2/+0
2010-05-19xfs: mark xfs_iomap_write_ helpers staticChristoph Hellwig1-6/+0
2010-05-19xfs: move I/O type flags into xfs_aops.cChristoph Hellwig1-8/+0
2010-05-19xfs: kill struct xfs_iomapChristoph Hellwig1-25/+1
2010-05-19xfs: report iomap_bn in block baseChristoph Hellwig1-4/+0
2010-05-19xfs: remove iomap_deltaChristoph Hellwig1-1/+0
2010-05-19xfs: remove iomap_targetChristoph Hellwig1-2/+0
2009-12-14xfs: event tracing supportChristoph Hellwig1-0/+8
2009-04-06xfs: remove xfs_flush_spaceDave Chinner1-2/+1
2009-03-29xfs: fix various typosMalcolm Parsons1-1/+1
2008-02-07[XFS] kill unnessecary ioops indirectionLachlan McIlroy1-2/+1
2008-02-07[XFS] kill BMAPI_UNWRITTENChristoph Hellwig1-1/+0
2008-02-07[XFS] kill BMAPI_DEVICEChristoph Hellwig1-1/+0
2007-10-16[XFS] Kill unused IOMAP_EOF flagChristoph Hellwig1-1/+0
2007-05-08[XFS] Fix to prevent the notorious 'NULL files' problem after a crash.Lachlan McIlroy1-0/+1
2005-11-25[XFS] Fix potential overflow in xfs_iomap_t delta for very large extentsEric Sandeen1-1/+1
2005-11-02[XFS] Update license/copyright notices to match the prefered SGINathan Scott1-25/+11
2005-05-05[XFS] Cleanup use of loff_t vs xfs_off_t in the core code.Nathan Scott1-10/+10
2005-05-05[XFS] Use the right offset when ensuring a delayed allocate conversion has covered the offset originally requested. Can cause data corruption when multiple processes are performing writeout on different areas of the same file. Quite difficult to hit though.Nathan Scott1-5/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+107