aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_aops.c
Commit message (Expand)AuthorAgeFilesLines
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-3/+1
|\
| * block: kill off REQ_UNPLUGJens Axboe2011-03-101-2/+1
| * block: remove per-queue pluggingJens Axboe2011-03-101-1/+0
* | xfs: Convert linux-2.6/ files to new logging interfaceDave Chinner2011-03-071-3/+3
|/
* xfs: simplify xfs_map_at_offsetChristoph Hellwig2010-12-161-11/+4
* xfs: refactor xfs_vm_writepageChristoph Hellwig2010-12-161-58/+39
* xfs: remove the all_bh flag from xfs_convert_pageChristoph Hellwig2010-12-161-20/+13
* xfs: remove xfs_probe_clusterChristoph Hellwig2010-12-161-107/+4
* xfs: simplify xfs_map_blocksChristoph Hellwig2010-12-161-52/+25
* xfs: kill xfs_iomapChristoph Hellwig2010-12-161-60/+151
* xfs: a few small tweaks for overwrites in xfs_vm_writepageChristoph Hellwig2010-12-161-8/+7
* xfs: remove some dead bio handling codeChristoph Hellwig2010-12-161-11/+2
* xfs: improve mapping type check in xfs_vm_writepageChristoph Hellwig2010-12-161-9/+12
* xfs: fix failed write truncation handling.Dave Chinner2010-12-011-54/+40
* xfs: remove incorrect assert in xfs_vm_writepageChristoph Hellwig2010-11-101-3/+4
* writeback: remove nonblocking/encountered_congestion referencesWu Fengguang2010-10-261-2/+1
* xfs: do not discard page cache data on EAGAINChristoph Hellwig2010-08-241-3/+6
* xfs: handle negative wbc->nr_to_write during sync writebackDave Chinner2010-08-241-2/+2
* xfs: new truncate sequenceChristoph Hellwig2010-08-091-6/+36
* get rid of block_write_begin_newtruncChristoph Hellwig2010-08-091-3/+11
* sort out blockdev_direct_IO variantsChristoph Hellwig2010-08-091-8/+8
* xfs simplify and speed up direct I/O completionsChristoph Hellwig2010-07-261-82/+76
* xfs: move aio completion after unwritten extent conversionChristoph Hellwig2010-07-261-3/+16
* direct-io: move aio_complete into ->end_ioChristoph Hellwig2010-07-261-1/+6
* xfs: use GFP_NOFS for page cache allocationDave Chinner2010-07-261-2/+2
* xfs: writepage always has buffersChristoph Hellwig2010-07-261-7/+0
* xfs: allow writeback from kswapdChristoph Hellwig2010-07-261-5/+4
* xfs: split xfs_itrace_entryChristoph Hellwig2010-07-261-1/+1
* xfs: small cleanups for xfs_iomap / __xfs_get_blocksChristoph Hellwig2010-07-261-8/+9
* xfs: simplify xfs_vm_writepageChristoph Hellwig2010-07-261-94/+45
* xfs: simplify xfs_vm_releasepageChristoph Hellwig2010-07-261-247/+107
* xfs: fix corruption case for block size < page sizeEric Sandeen2010-07-261-0/+10
* xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig2010-07-261-2/+2
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-261-6/+0
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-1/+0
* xfs: remove nr_to_write writeback windup.Dave Chinner2010-06-081-8/+0
* xfs: skip writeback from reclaim contextChristoph Hellwig2010-06-031-0/+15
* xfs: clean up end index calculation in xfs_page_state_convertChristoph Hellwig2010-05-191-8/+15
* xfs: clean up mapping size calculation in __xfs_get_blocksChristoph Hellwig2010-05-191-9/+16
* xfs: clean up xfs_iomap_validChristoph Hellwig2010-05-191-23/+23
* xfs: move I/O type flags into xfs_aops.cChristoph Hellwig2010-05-191-21/+30
* xfs: kill struct xfs_iomapChristoph Hellwig2010-05-191-44/+46
* xfs: report iomap_bn in block baseChristoph Hellwig2010-05-191-8/+11
* xfs: report iomap_offset and iomap_bsize in block baseChristoph Hellwig2010-05-191-11/+25
* xfs: remove iomap_deltaChristoph Hellwig2010-05-191-2/+4
* xfs: remove iomap_targetChristoph Hellwig2010-05-191-21/+18
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* xfs: don't warn about page discards on shutdownDave Chinner2010-03-161-3/+10
* xfs: truncate delalloc extents when IO fails in writebackDave Chinner2010-03-051-10/+114