aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_aops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus 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