summaryrefslogtreecommitdiff
path: root/fs/xfs/linux-2.6/xfs_aops.c
AgeCommit message (Expand)Author
2006-03-27[PATCH] XFS writeout fixNathan Scott
2006-02-28[XFS] Don't map non-uptodate buffers in xfs_probe_cluster; also fixesEric Sandeen
2006-02-07[XFS] Account for the page we just wrote when we detect congestion duringDavid Chinner
2006-02-01[PATCH] Direct Migration V9: Avoid writeback / page_migrate() methodChristoph Lameter
2006-01-18[XFS] Fix a race in xfs_submit_ioend() where we can be completing I/O forDavid Chinner
2006-01-11[XFS] add helper to get xfs_inode from vnodeChristoph Hellwig
2006-01-11[XFS] fix writeback control handling fix a reversed condition on where toChristoph Hellwig
2006-01-11[XFS] cluster rewrites We can cluster mapped pages aswell, this improvesChristoph Hellwig
2006-01-11[XFS] pass full 64bit offsets to xfs_add_to_ioendChristoph Hellwig
2006-01-11[XFS] consolidate some code in xfs_page_state_convert The unmapped bufferChristoph Hellwig
2006-01-11[XFS] various fixes for xfs_convert_page fix various bogusities inChristoph Hellwig
2006-01-11[XFS] clean up the xfs_offset_to_map interface Currently we pass a structChristoph Hellwig
2006-01-11[XFS] use pagevec lookups This reduces the time spend in the radix treeChristoph Hellwig
2006-01-11[XFS] Initial pass at going directly-to-bio on the buffered IO path. ThisChristoph Hellwig
2006-01-11[XFS] Complete the pagebuf -> xfs_buf naming convention transition,Nathan Scott
2005-11-25[XFS] Fix a 32 bit value wraparound when providing a mapping for a largeNathan Scott
2005-11-02[XFS] Ensure fsync does not incorrectly return EIO for pages beyond EOF.Nathan Scott
2005-11-02[XFS] Fix boundary conditions when issuing direct IOs from large userspaceNathan Scott
2005-11-02[XFS] Update license/copyright notices to match the prefered SGINathan Scott
2005-11-02[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott
2005-10-28[PATCH] gfp_t: fs/*Al Viro
2005-09-05[XFS] Fix incorrect use of BMAPI_READ in unwritten extent handlingNathan Scott
2005-09-05[XFS] Delay I/O completion for unwritten extents after conversionChristoph Hellwig
2005-09-05[XFS] Delay direct I/O completion to a workqueue This is nessecaryChristoph Hellwig
2005-09-02[XFS] Add infrastructure for tracking I/O completionsChristoph Hellwig
2005-09-02[XFS] add infrastructure for waiting on I/O completion at inode reclaimChristoph Hellwig
2005-09-02[XFS] Add a chunk of tracing code to diagnose truncate related issues.Nathan Scott
2005-06-24[PATCH] pass iocb to dio_iodone_tChristoph Hellwig
2005-05-27[XFS] remove an over-zealous WARN_ONChristoph Hellwig
2005-05-05[XFS] Use the right offset when ensuring a delayed allocate conversion has co...Nathan Scott
2005-05-05[XFS] Do not do delalloc conversion on pages beyond EOF ever, not just sometimesNathan Scott
2005-05-05[XFS] stop background sync from waiting for in-use inodesDaniel Moore
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds