summaryrefslogtreecommitdiff
path: root/fs/xfs/linux-2.6/xfs_aops.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-17Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds1-30/+27
2007-10-17writeback: remove pages_skipped accounting in __block_write_full_page()Fengguang Wu1-3/+2
2007-10-16xfs: convert to new aopsNick Piggin1-7/+12
2007-10-16[XFS] no longer using io_vnode, as was remaining from 23 cherrypickTim Shimmin1-1/+1
2007-10-16[XFS] move v_trace from bhv_vnode to xfs_inodeChristoph Hellwig1-1/+1
2007-10-16[XFS] move v_iocount from bhv_vnode to xfs_inodeChristoph Hellwig1-13/+10
2007-10-16[XFS] kill the v_flag member in struct bhv_vnodeChristoph Hellwig1-7/+4
2007-10-16[XFS] call common xfs vnode-level helpers directly and remove vnode operationsChristoph Hellwig1-11/+14
2007-10-12Fix up more bio falloutAl Viro1-2/+1
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown1-4/+0
2007-09-18[XFS] Ensure file size updates have been completed before writing inode to disk.Lachlan McIlroy1-0/+1
2007-09-05[XFS] fix sparse shadowed variable warningsChristoph Hellwig1-4/+4
2007-07-14[XFS] Map unwritten extents correctly for I/o completion processingDavid Chinner1-1/+12
2007-07-14[XFS] Handle null returned from xfs_vtoi() in xfs_setfilesize().David Chinner1-0/+2
2007-07-14[XFS] Block on unwritten extent conversion during synchronous direct I/O.David Chinner1-8/+20
2007-05-29[XFS] Write at EOF may not update filesize correctly.David Chinner1-9/+17
2007-05-08[XFS] Fix to prevent the notorious 'NULL files' problem after a crash.Lachlan McIlroy1-12/+77
2007-02-12[PATCH] Make XFS use BH_Unwritten and BH_Delay correctlyDavid Chinner1-3/+0
2007-02-10[XFS] Fix sub-block zeroing for buffered writes into unwritten extents.David Chinner1-4/+9
2007-02-10[XFS] Keep stack usage down for 4k stacks by using noinline.David Chinner1-1/+1
2006-12-21[PATCH] Fix XFS after clear_page_dirty() removalDavid Chinner1-2/+2
2006-12-10[PATCH] dio: only call aio_complete() after returning -EIOCBQUEUEDZach Brown1-1/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells1-9/+12
2006-09-28[XFS] Remove a no-longer-correct debug assert from dio completionNathan Scott1-1/+0
2006-09-28[XFS] Fix sparse warning found when page tracing enabled, due toNathan Scott1-4/+4
2006-09-07[XFS] Fix ABBA deadlock between i_mutex and iolock. Avoid callingLachlan McIlroy1-5/+13
2006-06-29[PATCH] mark address_space_operations constChristoph Hellwig1-1/+1
2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott1-2/+0
2006-06-09[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.Nathan Scott1-18/+15
2006-06-09[XFS] Start writeout earlier (on last close) in the case where we have aNathan Scott1-0/+13
2006-06-09[XFS] Make the pflags test/set wrappers more legible for us mere humans.Nathan Scott1-2/+2
2006-06-09[XFS] Shutdown the filesystem if all device paths have gone. MadeNathan Scott1-8/+7
2006-04-11[XFS] Fix a writepage regression where we accidentally stopped honouringNathan Scott1-9/+9
2006-03-29[XFS] Cleanup in XFS after recent get_block_t interface tweaks.Nathan Scott1-29/+24
2006-03-29[XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing allNathan Scott1-7/+7
2006-03-26[PATCH] remove ->get_blocks() supportBadari Pulavarty1-3/+3
2006-03-26[PATCH] map multiple blocks for mpage_readpages()Badari Pulavarty1-2/+3
2006-03-26[PATCH] Make address_space_operations->invalidatepage return voidNeilBrown1-2/+2
2006-03-22[XFS] Check that a page has dirty buffers before finding it acceptable forDavid Chinner1-1/+1
2006-03-22[XFS] Fixing KDB's xrwtrc command, also added the current process id intoYingping Lu1-1/+1
2006-03-17[XFS] Make couple names consitent, be more defensive on releasepage (andNathan Scott1-4/+7
2006-03-17[XFS] Complete transition away from linvfs naming convention, finally.Nathan Scott1-6/+6
2006-03-14[XFS] Switch over from linvfs names for address space ops for consistentNathan Scott1-33/+30
2006-03-14[XFS] Add xfs_map_buffer helper, use it in a couple of places. Nathan Scott1-24/+25
2006-03-14[XFS] Move some code around to avoid prototypes and prep for futureNathan Scott1-184/+183
2006-02-28[XFS] Don't map non-uptodate buffers in xfs_probe_cluster; also fixesEric Sandeen1-1/+1
2006-02-07[XFS] Account for the page we just wrote when we detect congestion duringDavid Chinner1-1/+2
2006-02-01[PATCH] Direct Migration V9: Avoid writeback / page_migrate() methodChristoph Lameter1-0/+1
2006-01-18[XFS] Fix a race in xfs_submit_ioend() where we can be completing I/O forDavid Chinner1-3/+26
2006-01-11[XFS] add helper to get xfs_inode from vnodeChristoph Hellwig1-3/+1