summaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_aops.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Make XFS use BH_Unwritten and BH_Delay correctlyDavid Chinner2007-02-121-3/+0Star
* [XFS] Fix sub-block zeroing for buffered writes into unwritten extents.David Chinner2007-02-101-4/+9
* [XFS] Keep stack usage down for 4k stacks by using noinline.David Chinner2007-02-101-1/+1
* [PATCH] Fix XFS after clear_page_dirty() removalDavid Chinner2006-12-211-2/+2
* [PATCH] dio: only call aio_complete() after returning -EIOCBQUEUEDZach Brown2006-12-101-1/+1
* WorkStruct: make allyesconfigDavid Howells2006-11-221-9/+12
* [XFS] Remove a no-longer-correct debug assert from dio completionNathan Scott2006-09-281-1/+0Star
* [XFS] Fix sparse warning found when page tracing enabled, due toNathan Scott2006-09-281-4/+4
* [XFS] Fix ABBA deadlock between i_mutex and iolock. Avoid callingLachlan McIlroy2006-09-071-5/+13
* [PATCH] mark address_space_operations constChristoph Hellwig2006-06-281-1/+1
* [XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott2006-06-201-2/+0Star
* [XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.Nathan Scott2006-06-091-18/+15Star
* [XFS] Start writeout earlier (on last close) in the case where we have aNathan Scott2006-06-091-0/+13
* [XFS] Make the pflags test/set wrappers more legible for us mere humans.Nathan Scott2006-06-091-2/+2
* [XFS] Shutdown the filesystem if all device paths have gone. MadeNathan Scott2006-06-091-8/+7Star
* [XFS] Fix a writepage regression where we accidentally stopped honouringNathan Scott2006-04-111-9/+9
* [XFS] Cleanup in XFS after recent get_block_t interface tweaks.Nathan Scott2006-03-291-29/+24Star
* [XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing allNathan Scott2006-03-291-7/+7
* [PATCH] remove ->get_blocks() supportBadari Pulavarty2006-03-261-3/+3
* [PATCH] map multiple blocks for mpage_readpages()Badari Pulavarty2006-03-261-2/+3
* [PATCH] Make address_space_operations->invalidatepage return voidNeilBrown2006-03-261-2/+2
* [XFS] Check that a page has dirty buffers before finding it acceptable forDavid Chinner2006-03-221-1/+1
* [XFS] Fixing KDB's xrwtrc command, also added the current process id intoYingping Lu2006-03-221-1/+1
* [XFS] Make couple names consitent, be more defensive on releasepage (andNathan Scott2006-03-171-4/+7
* [XFS] Complete transition away from linvfs naming convention, finally.Nathan Scott2006-03-171-6/+6
* [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