aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_aops.c
Commit message (Expand)AuthorAge
* xfs: remove incorrect assert in xfs_vm_writepageChristoph Hellwig2010-11-10
* writeback: remove nonblocking/encountered_congestion referencesWu Fengguang2010-10-26
* xfs: do not discard page cache data on EAGAINChristoph Hellwig2010-08-23
* xfs: handle negative wbc->nr_to_write during sync writebackDave Chinner2010-08-23
* xfs: new truncate sequenceChristoph Hellwig2010-08-09
* get rid of block_write_begin_newtruncChristoph Hellwig2010-08-09
* sort out blockdev_direct_IO variantsChristoph Hellwig2010-08-09
* xfs simplify and speed up direct I/O completionsChristoph Hellwig2010-07-26
* xfs: move aio completion after unwritten extent conversionChristoph Hellwig2010-07-26
* direct-io: move aio_complete into ->end_ioChristoph Hellwig2010-07-26
* xfs: use GFP_NOFS for page cache allocationDave Chinner2010-07-26
* xfs: writepage always has buffersChristoph Hellwig2010-07-26
* xfs: allow writeback from kswapdChristoph Hellwig2010-07-26
* xfs: split xfs_itrace_entryChristoph Hellwig2010-07-26
* xfs: small cleanups for xfs_iomap / __xfs_get_blocksChristoph Hellwig2010-07-26
* xfs: simplify xfs_vm_writepageChristoph Hellwig2010-07-26
* xfs: simplify xfs_vm_releasepageChristoph Hellwig2010-07-26
* xfs: fix corruption case for block size < page sizeEric Sandeen2010-07-26
* xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig2010-07-26
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-26
* xfs: drop dmapi hooksChristoph Hellwig2010-07-26
* xfs: remove nr_to_write writeback windup.Dave Chinner2010-06-08
* xfs: skip writeback from reclaim contextChristoph Hellwig2010-06-03
* xfs: clean up end index calculation in xfs_page_state_convertChristoph Hellwig2010-05-19
* xfs: clean up mapping size calculation in __xfs_get_blocksChristoph Hellwig2010-05-19
* xfs: clean up xfs_iomap_validChristoph Hellwig2010-05-19
* xfs: move I/O type flags into xfs_aops.cChristoph Hellwig2010-05-19
* xfs: kill struct xfs_iomapChristoph Hellwig2010-05-19
* xfs: report iomap_bn in block baseChristoph Hellwig2010-05-19
* xfs: report iomap_offset and iomap_bsize in block baseChristoph Hellwig2010-05-19
* xfs: remove iomap_deltaChristoph Hellwig2010-05-19
* xfs: remove iomap_targetChristoph Hellwig2010-05-19
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* xfs: don't warn about page discards on shutdownDave Chinner2010-03-16
* xfs: truncate delalloc extents when IO fails in writebackDave Chinner2010-03-05
* xfs: Fix a build warning in xfs_aops.cDave Chinner2010-03-05
* xfs: Non-blocking inode locking in IO completionDave Chinner2010-03-01
* xfs: implement optimized fdatasyncChristoph Hellwig2010-03-01
* direct-io: cleanup blockdev_direct_IO lockingChristoph Hellwig2009-12-16
* xfs: event tracing supportChristoph Hellwig2009-12-15
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2009-12-11
|\
| * xfs: kill the STATIC_INLINE macroChristoph Hellwig2009-12-11
| * xfs: cleanup data end I/O handlersChristoph Hellwig2009-12-11
| * xfs: use WRITE_SYNC_PLUG for synchronous writeoutChristoph Hellwig2009-12-11
* | writeback: remove unused nonblocking and congestion checksWu Fengguang2009-12-03
|/
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2009-10-09
|\
| * xfs: mark inodes dirty before issuing I/ODave Chinner2009-10-08
| * xfs: implement ->dirty_inode to fix timestamp handlingChristoph Hellwig2009-10-08
* | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2009-09-24
|\ \ | |/ |/|
| * HWPOISON: Enable .remove_error_page for migration aware file systemsAndi Kleen2009-09-16