aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/linux-2.6/xfs_aops.c
AgeCommit message (Expand)Author
2009-01-22MERGE-via-pending-tracking-hist-MERGE-via-stable-tracking-MERGE-via-mokopatch...merge
2008-09-17[XFS] Prevent direct I/O from mapping extents beyond eofLachlan McIlroy
2008-08-13[XFS] XFS: Kill xfs_vtoi()David Chinner
2008-08-04fs: rename buffer trylockNick Piggin
2008-08-04mm: rename page trylockNick Piggin
2008-07-28[XFS] Remove unused wbc parameter from xfs_start_page_writeback()Denys Vlasenko
2008-04-18[XFS] Catch unwritten extent conversion errors.David Chinner
2008-04-18[XFS] kill xfs_rwlock/xfs_rwunlockChristoph Hellwig
2008-02-07[XFS] optimize XFS_IS_REALTIME_INODE w/o realtime configEric Sandeen
2008-02-07[XFS] kill xfs_iocore_tChristoph Hellwig
2008-02-07[XFS] kill unnessecary ioops indirectionLachlan McIlroy
2008-02-07[XFS] kill BMAPI_UNWRITTENChristoph Hellwig
2008-02-07[XFS] kill BMAPI_DEVICEChristoph Hellwig
2008-02-07[XFS] clean up vnode/inode tracingLachlan McIlroy
2007-10-17Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds
2007-10-17writeback: remove pages_skipped accounting in __block_write_full_page()Fengguang Wu
2007-10-16xfs: convert to new aopsNick Piggin
2007-10-16[XFS] no longer using io_vnode, as was remaining from 23 cherrypickTim Shimmin
2007-10-16[XFS] move v_trace from bhv_vnode to xfs_inodeChristoph Hellwig
2007-10-16[XFS] move v_iocount from bhv_vnode to xfs_inodeChristoph Hellwig
2007-10-16[XFS] kill the v_flag member in struct bhv_vnodeChristoph Hellwig
2007-10-16[XFS] call common xfs vnode-level helpers directly and remove vnode operationsChristoph Hellwig
2007-10-12Fix up more bio falloutAl Viro
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown
2007-09-18[XFS] Ensure file size updates have been completed before writing inode to disk.Lachlan McIlroy
2007-09-05[XFS] fix sparse shadowed variable warningsChristoph Hellwig
2007-07-14[XFS] Map unwritten extents correctly for I/o completion processingDavid Chinner
2007-07-14[XFS] Handle null returned from xfs_vtoi() in xfs_setfilesize().David Chinner
2007-07-14[XFS] Block on unwritten extent conversion during synchronous direct I/O.David Chinner
2007-05-29[XFS] Write at EOF may not update filesize correctly.David Chinner
2007-05-08[XFS] Fix to prevent the notorious 'NULL files' problem after a crash.Lachlan McIlroy
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