summaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_aops.c
Commit message (Expand)AuthorAgeFilesLines
* [XFS] Switch over from linvfs names for address space ops for consistentNathan Scott2006-03-141-33/+30Star
* [XFS] Add xfs_map_buffer helper, use it in a couple of places. Nathan Scott2006-03-141-24/+25
* [XFS] Move some code around to avoid prototypes and prep for futureNathan Scott2006-03-141-184/+183Star
* [XFS] Don't map non-uptodate buffers in xfs_probe_cluster; also fixesEric Sandeen2006-02-281-1/+1
* [XFS] Account for the page we just wrote when we detect congestion duringDavid Chinner2006-02-071-1/+2
* [PATCH] Direct Migration V9: Avoid writeback / page_migrate() methodChristoph Lameter2006-02-011-0/+1
* [XFS] Fix a race in xfs_submit_ioend() where we can be completing I/O forDavid Chinner2006-01-181-3/+26
* [XFS] add helper to get xfs_inode from vnodeChristoph Hellwig2006-01-111-3/+1Star
* [XFS] fix writeback control handling fix a reversed condition on where toChristoph Hellwig2006-01-111-3/+12
* [XFS] cluster rewrites We can cluster mapped pages aswell, this improvesChristoph Hellwig2006-01-111-16/+47
* [XFS] pass full 64bit offsets to xfs_add_to_ioendChristoph Hellwig2006-01-111-12/+6Star
* [XFS] consolidate some code in xfs_page_state_convert The unmapped bufferChristoph Hellwig2006-01-111-57/+34Star
* [XFS] various fixes for xfs_convert_page fix various bogusities inChristoph Hellwig2006-01-111-37/+52
* [XFS] clean up the xfs_offset_to_map interface Currently we pass a structChristoph Hellwig2006-01-111-83/+53Star
* [XFS] use pagevec lookups This reduces the time spend in the radix treeChristoph Hellwig2006-01-111-56/+88
* [XFS] Initial pass at going directly-to-bio on the buffered IO path. ThisChristoph Hellwig2006-01-111-355/+421
* [XFS] Complete the pagebuf -> xfs_buf naming convention transition,Nathan Scott2006-01-111-3/+3
* [XFS] Fix a 32 bit value wraparound when providing a mapping for a largeNathan Scott2005-11-251-7/+6Star
* [XFS] Ensure fsync does not incorrectly return EIO for pages beyond EOF.Nathan Scott2005-11-021-2/+3
* [XFS] Fix boundary conditions when issuing direct IOs from large userspaceNathan Scott2005-11-021-12/+16
* [XFS] Update license/copyright notices to match the prefered SGINathan Scott2005-11-021-25/+11Star
* [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott2005-11-021-5/+6
* [PATCH] gfp_t: fs/*Al Viro2005-10-281-1/+1
* [XFS] Fix incorrect use of BMAPI_READ in unwritten extent handlingNathan Scott2005-09-051-1/+1
* [XFS] Delay I/O completion for unwritten extents after conversionChristoph Hellwig2005-09-051-2/+25
* [XFS] Delay direct I/O completion to a workqueue This is nessecaryChristoph Hellwig2005-09-051-26/+48
* [XFS] Add infrastructure for tracking I/O completionsChristoph Hellwig2005-09-021-66/+90
* [XFS] add infrastructure for waiting on I/O completion at inode reclaimChristoph Hellwig2005-09-021-9/+2Star
* [XFS] Add a chunk of tracing code to diagnose truncate related issues.Nathan Scott2005-09-021-0/+11
* [PATCH] pass iocb to dio_iodone_tChristoph Hellwig2005-06-241-1/+2
* [XFS] remove an over-zealous WARN_ONChristoph Hellwig2005-05-271-1/+0Star
* [XFS] Use the right offset when ensuring a delayed allocate conversion has co...Nathan Scott2005-05-051-29/+39
* [XFS] Do not do delalloc conversion on pages beyond EOF ever, not just sometimesNathan Scott2005-05-051-5/+3Star
* [XFS] stop background sync from waiting for in-use inodesDaniel Moore2005-05-051-1/+4
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+1275