aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_aops.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-12xfs: remove subdirectoriesChristoph Hellwig1-1499/+0
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+3
2011-07-20fs: move inode_dio_done to the end_io handlerChristoph Hellwig1-0/+3
2011-07-20xfs: add size update tracepoint to IO completionDave Chinner1-0/+1
2011-07-08xfs: re-enable non-blocking behaviour in xfs_map_blocksChristoph Hellwig1-1/+1
2011-07-08xfs: PF_FSTRANS should never be set in ->writepageChristoph Hellwig1-14/+3
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-3/+1
2011-03-10block: kill off REQ_UNPLUGJens Axboe1-2/+1
2011-03-10block: remove per-queue pluggingJens Axboe1-1/+0
2011-03-07xfs: Convert linux-2.6/ files to new logging interfaceDave Chinner1-3/+3
2010-12-16xfs: simplify xfs_map_at_offsetChristoph Hellwig1-11/+4
2010-12-16xfs: refactor xfs_vm_writepageChristoph Hellwig1-58/+39
2010-12-16xfs: remove the all_bh flag from xfs_convert_pageChristoph Hellwig1-20/+13
2010-12-16xfs: remove xfs_probe_clusterChristoph Hellwig1-107/+4
2010-12-16xfs: simplify xfs_map_blocksChristoph Hellwig1-52/+25
2010-12-16xfs: kill xfs_iomapChristoph Hellwig1-60/+151
2010-12-16xfs: a few small tweaks for overwrites in xfs_vm_writepageChristoph Hellwig1-8/+7
2010-12-16xfs: remove some dead bio handling codeChristoph Hellwig1-11/+2
2010-12-16xfs: improve mapping type check in xfs_vm_writepageChristoph Hellwig1-9/+12
2010-12-01xfs: fix failed write truncation handling.Dave Chinner1-54/+40
2010-11-10xfs: remove incorrect assert in xfs_vm_writepageChristoph Hellwig1-3/+4
2010-10-26writeback: remove nonblocking/encountered_congestion referencesWu Fengguang1-2/+1
2010-08-24xfs: do not discard page cache data on EAGAINChristoph Hellwig1-3/+6
2010-08-24xfs: handle negative wbc->nr_to_write during sync writebackDave Chinner1-2/+2
2010-08-09xfs: new truncate sequenceChristoph Hellwig1-6/+36
2010-08-09get rid of block_write_begin_newtruncChristoph Hellwig1-3/+11
2010-08-09sort out blockdev_direct_IO variantsChristoph Hellwig1-8/+8
2010-07-26xfs simplify and speed up direct I/O completionsChristoph Hellwig1-82/+76
2010-07-26xfs: move aio completion after unwritten extent conversionChristoph Hellwig1-3/+16
2010-07-26direct-io: move aio_complete into ->end_ioChristoph Hellwig1-1/+6
2010-07-26xfs: use GFP_NOFS for page cache allocationDave Chinner1-2/+2
2010-07-26xfs: writepage always has buffersChristoph Hellwig1-7/+0
2010-07-26xfs: allow writeback from kswapdChristoph Hellwig1-5/+4
2010-07-26xfs: split xfs_itrace_entryChristoph Hellwig1-1/+1
2010-07-26xfs: small cleanups for xfs_iomap / __xfs_get_blocksChristoph Hellwig1-8/+9
2010-07-26xfs: simplify xfs_vm_writepageChristoph Hellwig1-94/+45
2010-07-26xfs: simplify xfs_vm_releasepageChristoph Hellwig1-247/+107
2010-07-26xfs: fix corruption case for block size < page sizeEric Sandeen1-0/+10
2010-07-26xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig1-2/+2
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig1-6/+0
2010-07-26xfs: drop dmapi hooksChristoph Hellwig1-1/+0
2010-06-08xfs: remove nr_to_write writeback windup.Dave Chinner1-8/+0
2010-06-03xfs: skip writeback from reclaim contextChristoph Hellwig1-0/+15
2010-05-19xfs: clean up end index calculation in xfs_page_state_convertChristoph Hellwig1-8/+15
2010-05-19xfs: clean up mapping size calculation in __xfs_get_blocksChristoph Hellwig1-9/+16
2010-05-19xfs: clean up xfs_iomap_validChristoph Hellwig1-23/+23
2010-05-19xfs: move I/O type flags into xfs_aops.cChristoph Hellwig1-21/+30
2010-05-19xfs: kill struct xfs_iomapChristoph Hellwig1-44/+46
2010-05-19xfs: report iomap_bn in block baseChristoph Hellwig1-8/+11
2010-05-19xfs: report iomap_offset and iomap_bsize in block baseChristoph Hellwig1-11/+25
2010-05-19xfs: remove iomap_deltaChristoph Hellwig1-2/+4
2010-05-19xfs: remove iomap_targetChristoph Hellwig1-21/+18
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-16xfs: don't warn about page discards on shutdownDave Chinner1-3/+10
2010-03-05xfs: truncate delalloc extents when IO fails in writebackDave Chinner1-10/+114
2010-03-05xfs: Fix a build warning in xfs_aops.cDave Chinner1-1/+1
2010-03-01xfs: Non-blocking inode locking in IO completionDave Chinner1-37/+56
2010-03-01xfs: implement optimized fdatasyncChristoph Hellwig1-2/+2
2009-12-16direct-io: cleanup blockdev_direct_IO lockingChristoph Hellwig1-13/+7
2009-12-14xfs: event tracing supportChristoph Hellwig1-47/+5
2009-12-11Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-77/+37
2009-12-11xfs: kill the STATIC_INLINE macroChristoph Hellwig1-1/+1
2009-12-11xfs: cleanup data end I/O handlersChristoph Hellwig1-69/+26
2009-12-11xfs: use WRITE_SYNC_PLUG for synchronous writeoutChristoph Hellwig1-7/+10
2009-12-03writeback: remove unused nonblocking and congestion checksWu Fengguang1-8/+1
2009-10-09Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-10/+28
2009-10-08xfs: mark inodes dirty before issuing I/ODave Chinner1-9/+28
2009-10-08xfs: implement ->dirty_inode to fix timestamp handlingChristoph Hellwig1-1/+0
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds1-0/+1
2009-09-16HWPOISON: Enable .remove_error_page for migration aware file systemsAndi Kleen1-0/+1
2009-09-01xfs: merge fsync and O_SYNC handlingChristoph Hellwig1-1/+0
2009-07-31xfs: bump up nr_to_write in xfs_vm_writepageEric Sandeen1-0/+8
2009-04-06xfs: prevent unwritten extent conversion from blocking I/O completionDave Chinner1-17/+21
2009-03-29xfs: pagecache usage optimizationHisashi Hifumi1-0/+1
2008-12-04move vn_iowait / vn_iowake into xfs_aops.cChristoph Hellwig1-2/+36
2008-12-04kill vn_ioerrorChristoph Hellwig1-4/+13
2008-12-04kill dead inode flagsChristoph Hellwig1-8/+3
2008-10-30[XFS] Never call mark_inode_dirty_sync() directlyDavid Chinner1-1/+1
2008-09-17[XFS] Prevent direct I/O from mapping extents beyond eofLachlan McIlroy1-0/+4
2008-08-13[XFS] XFS: Kill xfs_vtoi()David Chinner1-2/+1
2008-08-04fs: rename buffer trylockNick Piggin1-1/+1
2008-08-04mm: rename page trylockNick Piggin1-2/+2
2008-07-28[XFS] Remove unused wbc parameter from xfs_start_page_writeback()Denys Vlasenko1-3/+2
2008-04-18[XFS] Catch unwritten extent conversion errors.David Chinner1-2/+6
2008-04-18[XFS] kill xfs_rwlock/xfs_rwunlockChristoph Hellwig1-2/+2
2008-02-07[XFS] optimize XFS_IS_REALTIME_INODE w/o realtime configEric Sandeen1-1/+1
2008-02-07[XFS] kill xfs_iocore_tChristoph Hellwig1-2/+2
2008-02-07[XFS] kill unnessecary ioops indirectionLachlan McIlroy1-2/+2
2008-02-07[XFS] kill BMAPI_UNWRITTENChristoph Hellwig1-2/+3
2008-02-07[XFS] kill BMAPI_DEVICEChristoph Hellwig1-11/+16
2008-02-07[XFS] clean up vnode/inode tracingLachlan McIlroy1-2/+1
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-28[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
2006-01-11[XFS] fix writeback control handling fix a reversed condition on where toChristoph Hellwig1-3/+12
2006-01-11[XFS] cluster rewrites We can cluster mapped pages aswell, this improvesChristoph Hellwig1-16/+47
2006-01-11[XFS] pass full 64bit offsets to xfs_add_to_ioendChristoph Hellwig1-12/+6
2006-01-11[XFS] consolidate some code in xfs_page_state_convert The unmapped bufferChristoph Hellwig1-57/+34
2006-01-11[XFS] various fixes for xfs_convert_page fix various bogusities inChristoph Hellwig1-37/+52
2006-01-11[XFS] clean up the xfs_offset_to_map interface Currently we pass a structChristoph Hellwig1-83/+53
2006-01-11[XFS] use pagevec lookups This reduces the time spend in the radix treeChristoph Hellwig1-56/+88
2006-01-11[XFS] Initial pass at going directly-to-bio on the buffered IO path. ThisChristoph Hellwig1-355/+421
2006-01-11[XFS] Complete the pagebuf -> xfs_buf naming convention transition,Nathan Scott1-3/+3
2005-11-25[XFS] Fix a 32 bit value wraparound when providing a mapping for a largeNathan Scott1-7/+6
2005-11-02[XFS] Ensure fsync does not incorrectly return EIO for pages beyond EOF.Nathan Scott1-2/+3
2005-11-02[XFS] Fix boundary conditions when issuing direct IOs from large userspaceNathan Scott1-12/+16
2005-11-02[XFS] Update license/copyright notices to match the prefered SGINathan Scott1-25/+11
2005-11-02[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott1-5/+6
2005-10-28[PATCH] gfp_t: fs/*Al Viro1-1/+1
2005-09-05[XFS] Fix incorrect use of BMAPI_READ in unwritten extent handlingNathan Scott1-1/+1
2005-09-05[XFS] Delay I/O completion for unwritten extents after conversionChristoph Hellwig1-2/+25
2005-09-05[XFS] Delay direct I/O completion to a workqueue This is nessecaryChristoph Hellwig1-26/+48
2005-09-02[XFS] Add infrastructure for tracking I/O completionsChristoph Hellwig1-66/+90
2005-09-02[XFS] add infrastructure for waiting on I/O completion at inode reclaimChristoph Hellwig1-9/+2
2005-09-02[XFS] Add a chunk of tracing code to diagnose truncate related issues.Nathan Scott1-0/+11
2005-06-24[PATCH] pass iocb to dio_iodone_tChristoph Hellwig1-1/+2
2005-05-27[XFS] remove an over-zealous WARN_ONChristoph Hellwig1-1/+0
2005-05-05[XFS] Use the right offset when ensuring a delayed allocate conversion has co...Nathan Scott1-29/+39
2005-05-05[XFS] Do not do delalloc conversion on pages beyond EOF ever, not just sometimesNathan Scott1-5/+3
2005-05-05[XFS] stop background sync from waiting for in-use inodesDaniel Moore1-1/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1275