summaryrefslogtreecommitdiff
path: root/fs/xfs/linux-2.6/xfs_aops.c
AgeCommit message (Expand)Author
2007-02-12[PATCH] Make XFS use BH_Unwritten and BH_Delay correctlyDavid Chinner
2007-02-10[XFS] Fix sub-block zeroing for buffered writes into unwritten extents.David Chinner
2007-02-10[XFS] Keep stack usage down for 4k stacks by using noinline.David Chinner
2006-12-21[PATCH] Fix XFS after clear_page_dirty() removalDavid Chinner
2006-12-10[PATCH] dio: only call aio_complete() after returning -EIOCBQUEUEDZach Brown
2006-11-22WorkStruct: make allyesconfigDavid Howells
2006-09-28[XFS] Remove a no-longer-correct debug assert from dio completionNathan Scott
2006-09-28[XFS] Fix sparse warning found when page tracing enabled, due toNathan Scott
2006-09-07[XFS] Fix ABBA deadlock between i_mutex and iolock. Avoid callingLachlan McIlroy
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig
2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott
2006-06-09[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.Nathan Scott
2006-06-09[XFS] Start writeout earlier (on last close) in the case where we have aNathan Scott
2006-06-09[XFS] Make the pflags test/set wrappers more legible for us mere humans.Nathan Scott
2006-06-09[XFS] Shutdown the filesystem if all device paths have gone. MadeNathan Scott
2006-04-11[XFS] Fix a writepage regression where we accidentally stopped honouringNathan Scott
2006-03-29[XFS] Cleanup in XFS after recent get_block_t interface tweaks.Nathan Scott
2006-03-29[XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing allNathan Scott
2006-03-26[PATCH] remove ->get_blocks() supportBadari Pulavarty
2006-03-26[PATCH] map multiple blocks for mpage_readpages()Badari Pulavarty
2006-03-26[PATCH] Make address_space_operations->invalidatepage return voidNeilBrown
2006-03-22[XFS] Check that a page has dirty buffers before finding it acceptable forDavid Chinner
2006-03-22[XFS] Fixing KDB's xrwtrc command, also added the current process id intoYingping Lu
2006-03-17[XFS] Make couple names consitent, be more defensive on releasepage (andNathan Scott
2006-03-17[XFS] Complete transition away from linvfs naming convention, finally.Nathan Scott
2006-03-14[XFS] Switch over from linvfs names for address space ops for consistentNathan Scott
2006-03-14[XFS] Add xfs_map_buffer helper, use it in a couple of places. Nathan Scott
2006-03-14[XFS] Move some code around to avoid prototypes and prep for futureNathan 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