aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/linux-2.6/xfs_aops.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-18[XFS] Catch unwritten extent conversion errors.Gravatar David Chinner 1-2/+6
2008-04-18[XFS] kill xfs_rwlock/xfs_rwunlockGravatar Christoph Hellwig 1-2/+2
2008-02-07[XFS] optimize XFS_IS_REALTIME_INODE w/o realtime configGravatar Eric Sandeen 1-1/+1
2008-02-07[XFS] kill xfs_iocore_tGravatar Christoph Hellwig 1-2/+2
2008-02-07[XFS] kill unnessecary ioops indirectionGravatar Lachlan McIlroy 1-2/+2
2008-02-07[XFS] kill BMAPI_UNWRITTENGravatar Christoph Hellwig 1-2/+3
2008-02-07[XFS] kill BMAPI_DEVICEGravatar Christoph Hellwig 1-11/+16
2008-02-07[XFS] clean up vnode/inode tracingGravatar Lachlan McIlroy 1-2/+1
2007-10-17Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Gravatar Linus Torvalds 1-30/+27
2007-10-17writeback: remove pages_skipped accounting in __block_write_full_page()Gravatar Fengguang Wu 1-3/+2
2007-10-16xfs: convert to new aopsGravatar Nick Piggin 1-7/+12
2007-10-16[XFS] no longer using io_vnode, as was remaining from 23 cherrypickGravatar Tim Shimmin 1-1/+1
2007-10-16[XFS] move v_trace from bhv_vnode to xfs_inodeGravatar Christoph Hellwig 1-1/+1
2007-10-16[XFS] move v_iocount from bhv_vnode to xfs_inodeGravatar Christoph Hellwig 1-13/+10
2007-10-16[XFS] kill the v_flag member in struct bhv_vnodeGravatar Christoph Hellwig 1-7/+4
2007-10-16[XFS] call common xfs vnode-level helpers directly and remove vnode operationsGravatar Christoph Hellwig 1-11/+14
2007-10-12Fix up more bio falloutGravatar Al Viro 1-2/+1
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioGravatar NeilBrown 1-4/+0
2007-09-18[XFS] Ensure file size updates have been completed before writing inode to disk.Gravatar Lachlan McIlroy 1-0/+1
2007-09-05[XFS] fix sparse shadowed variable warningsGravatar Christoph Hellwig 1-4/+4
2007-07-14[XFS] Map unwritten extents correctly for I/o completion processingGravatar David Chinner 1-1/+12
2007-07-14[XFS] Handle null returned from xfs_vtoi() in xfs_setfilesize().Gravatar David Chinner 1-0/+2
2007-07-14[XFS] Block on unwritten extent conversion during synchronous direct I/O.Gravatar David Chinner 1-8/+20
2007-05-29[XFS] Write at EOF may not update filesize correctly.Gravatar David Chinner 1-9/+17
2007-05-08[XFS] Fix to prevent the notorious 'NULL files' problem after a crash.Gravatar Lachlan McIlroy 1-12/+77
2007-02-12[PATCH] Make XFS use BH_Unwritten and BH_Delay correctlyGravatar David Chinner 1-3/+0
2007-02-10[XFS] Fix sub-block zeroing for buffered writes into unwritten extents.Gravatar David Chinner 1-4/+9
2007-02-10[XFS] Keep stack usage down for 4k stacks by using noinline.Gravatar David Chinner 1-1/+1
2006-12-21[PATCH] Fix XFS after clear_page_dirty() removalGravatar David Chinner 1-2/+2
2006-12-10[PATCH] dio: only call aio_complete() after returning -EIOCBQUEUEDGravatar Zach Brown 1-1/+1
2006-11-22WorkStruct: make allyesconfigGravatar David Howells 1-9/+12
2006-09-28[XFS] Remove a no-longer-correct debug assert from dio completionGravatar Nathan Scott 1-1/+0
2006-09-28[XFS] Fix sparse warning found when page tracing enabled, due toGravatar Nathan Scott 1-4/+4
2006-09-07[XFS] Fix ABBA deadlock between i_mutex and iolock. Avoid callingGravatar Lachlan McIlroy 1-5/+13
2006-06-28[PATCH] mark address_space_operations constGravatar Christoph Hellwig 1-1/+1
2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justGravatar Nathan Scott 1-2/+0
2006-06-09[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.Gravatar Nathan Scott 1-18/+15
2006-06-09[XFS] Start writeout earlier (on last close) in the case where we have aGravatar Nathan Scott 1-0/+13
2006-06-09[XFS] Make the pflags test/set wrappers more legible for us mere humans.Gravatar Nathan Scott 1-2/+2
2006-06-09[XFS] Shutdown the filesystem if all device paths have gone. MadeGravatar Nathan Scott 1-8/+7
2006-04-11[XFS] Fix a writepage regression where we accidentally stopped honouringGravatar Nathan Scott 1-9/+9
2006-03-29[XFS] Cleanup in XFS after recent get_block_t interface tweaks.Gravatar Nathan Scott 1-29/+24
2006-03-29[XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing allGravatar Nathan Scott 1-7/+7
2006-03-26[PATCH] remove ->get_blocks() supportGravatar Badari Pulavarty 1-3/+3
2006-03-26[PATCH] map multiple blocks for mpage_readpages()Gravatar Badari Pulavarty 1-2/+3
2006-03-26[PATCH] Make address_space_operations->invalidatepage return voidGravatar NeilBrown 1-2/+2
2006-03-22[XFS] Check that a page has dirty buffers before finding it acceptable forGravatar David Chinner 1-1/+1
2006-03-22[XFS] Fixing KDB's xrwtrc command, also added the current process id intoGravatar Yingping Lu 1-1/+1
2006-03-17[XFS] Make couple names consitent, be more defensive on releasepage (andGravatar Nathan Scott 1-4/+7
2006-03-17[XFS] Complete transition away from linvfs naming convention, finally.Gravatar Nathan Scott 1-6/+6