aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_aops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/linux-mce-2.6Linus 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