aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_aops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-09-05[XFS] Fix incorrect use of BMAPI_READ in unwritten extent handlingNathan Scott1-1/+1
2005-09-05[XFS] Delay I/O completion for unwritten extents after conversionChristoph Hellwig1-2/+25
2005-09-05[XFS] Delay direct I/O completion to a workqueue This is nessecaryChristoph Hellwig1-26/+48
2005-09-02[XFS] Add infrastructure for tracking I/O completionsChristoph Hellwig1-66/+90
2005-09-02[XFS] add infrastructure for waiting on I/O completion at inode reclaimChristoph Hellwig1-9/+2
2005-09-02[XFS] Add a chunk of tracing code to diagnose truncate related issues.Nathan Scott1-0/+11
2005-06-24[PATCH] pass iocb to dio_iodone_tChristoph Hellwig1-1/+2
2005-05-27[XFS] remove an over-zealous WARN_ONChristoph Hellwig1-1/+0
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-29/+39
2005-05-05[XFS] Do not do delalloc conversion on pages beyond EOF ever, not just sometimesNathan Scott1-5/+3
2005-05-05[XFS] stop background sync from waiting for in-use inodesDaniel Moore1-1/+4
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1275