summaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_aops.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove subdirectoriesChristoph Hellwig2011-08-121-1499/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-231-0/+3
|\
| * fs: move inode_dio_done to the end_io handlerChristoph Hellwig2011-07-211-0/+3
* | xfs: add size update tracepoint to IO completionDave Chinner2011-07-211-0/+1
* | xfs: re-enable non-blocking behaviour in xfs_map_blocksChristoph Hellwig2011-07-081-1/+1
* | xfs: PF_FSTRANS should never be set in ->writepageChristoph Hellwig2011-07-081-14/+3Star
|/
* 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/+1Star
|\
| * block: kill off REQ_UNPLUGJens Axboe2011-03-101-2/+1Star
| * block: remove per-queue pluggingJens Axboe2011-03-101-1/+0Star
* | 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/+4Star
* xfs: refactor xfs_vm_writepageChristoph Hellwig2010-12-161-58/+39Star
* xfs: remove the all_bh flag from xfs_convert_pageChristoph Hellwig2010-12-161-20/+13Star
* xfs: remove xfs_probe_clusterChristoph Hellwig2010-12-161-107/+4Star
* xfs: simplify xfs_map_blocksChristoph Hellwig2010-12-161-52/+25Star
* xfs: kill xfs_iomapChristoph Hellwig2010-12-161-60/+151
* xfs: a few small tweaks for overwrites in xfs_vm_writepageChristoph Hellwig2010-12-161-8/+7Star
* xfs: remove some dead bio handling codeChristoph Hellwig2010-12-161-11/+2Star
* 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/+40Star
* xfs: remove incorrect assert in xfs_vm_writepageChristoph Hellwig2010-11-101-3/+4
* writeback: remove nonblocking/encountered_congestion referencesWu Fengguang2010-10-271-2/+1Star
* 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/+76Star
* 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/+0Star
* xfs: allow writeback from kswapdChristoph Hellwig2010-07-261-5/+4Star
* 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/+45Star
* xfs: simplify xfs_vm_releasepageChristoph Hellwig2010-07-261-247/+107Star
* 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/+0Star
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-1/+0Star
* xfs: remove nr_to_write writeback windup.Dave Chinner2010-06-091-8/+0Star
* 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