aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_aops.c
Commit message (Expand)AuthorAgeFilesLines
* [XFS] Prevent direct I/O from mapping extents beyond eofLachlan McIlroy2008-09-171-0/+4
* [XFS] XFS: Kill xfs_vtoi()David Chinner2008-08-131-2/+1
* fs: rename buffer trylockNick Piggin2008-08-041-1/+1
* mm: rename page trylockNick Piggin2008-08-041-2/+2
* [XFS] Remove unused wbc parameter from xfs_start_page_writeback()Denys Vlasenko2008-07-281-3/+2
* [XFS] Catch unwritten extent conversion errors.David Chinner2008-04-181-2/+6
* [XFS] kill xfs_rwlock/xfs_rwunlockChristoph Hellwig2008-04-181-2/+2
* [XFS] optimize XFS_IS_REALTIME_INODE w/o realtime configEric Sandeen2008-02-071-1/+1
* [XFS] kill xfs_iocore_tChristoph Hellwig2008-02-071-2/+2
* [XFS] kill unnessecary ioops indirectionLachlan McIlroy2008-02-071-2/+2
* [XFS] kill BMAPI_UNWRITTENChristoph Hellwig2008-02-071-2/+3
* [XFS] kill BMAPI_DEVICEChristoph Hellwig2008-02-071-11/+16
* [XFS] clean up vnode/inode tracingLachlan McIlroy2008-02-071-2/+1
* Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2007-10-171-30/+27
|\
| * [XFS] no longer using io_vnode, as was remaining from 23 cherrypickTim Shimmin2007-10-161-1/+1
| * [XFS] move v_trace from bhv_vnode to xfs_inodeChristoph Hellwig2007-10-161-1/+1
| * [XFS] move v_iocount from bhv_vnode to xfs_inodeChristoph Hellwig2007-10-161-13/+10
| * [XFS] kill the v_flag member in struct bhv_vnodeChristoph Hellwig2007-10-161-7/+4
| * [XFS] call common xfs vnode-level helpers directly and remove vnode operationsChristoph Hellwig2007-10-161-11/+14
* | writeback: remove pages_skipped accounting in __block_write_full_page()Fengguang Wu2007-10-171-3/+2
* | xfs: convert to new aopsNick Piggin2007-10-161-7/+12
* | Fix up more bio falloutAl Viro2007-10-121-2/+1
* | Drop 'size' argument from bio_endio and bi_end_ioNeilBrown2007-10-101-4/+0
|/
* [XFS] Ensure file size updates have been completed before writing inode to disk.Lachlan McIlroy2007-09-181-0/+1
* [XFS] fix sparse shadowed variable warningsChristoph Hellwig2007-09-051-4/+4
* [XFS] Map unwritten extents correctly for I/o completion processingDavid Chinner2007-07-141-1/+12
* [XFS] Handle null returned from xfs_vtoi() in xfs_setfilesize().David Chinner2007-07-141-0/+2
* [XFS] Block on unwritten extent conversion during synchronous direct I/O.David Chinner2007-07-141-8/+20
* [XFS] Write at EOF may not update filesize correctly.David Chinner2007-05-291-9/+17
* [XFS] Fix to prevent the notorious 'NULL files' problem after a crash.Lachlan McIlroy2007-05-081-12/+77
* [PATCH] Make XFS use BH_Unwritten and BH_Delay correctlyDavid Chinner2007-02-121-3/+0
* [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/+0
* [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/+0
* [XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.Nathan Scott2006-06-091-18/+15
* [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/+7
* [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/+24
* [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