summaryrefslogtreecommitdiff
path: root/fs/xfs/linux-2.6/xfs_aops.c
AgeCommit message (Expand)Author
2009-12-16direct-io: cleanup blockdev_direct_IO lockingChristoph Hellwig
2009-12-14xfs: event tracing supportChristoph Hellwig
2009-12-11Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2009-12-11xfs: kill the STATIC_INLINE macroChristoph Hellwig
2009-12-11xfs: cleanup data end I/O handlersChristoph Hellwig
2009-12-11xfs: use WRITE_SYNC_PLUG for synchronous writeoutChristoph Hellwig
2009-12-03writeback: remove unused nonblocking and congestion checksWu Fengguang
2009-10-09Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2009-10-08xfs: mark inodes dirty before issuing I/ODave Chinner
2009-10-08xfs: implement ->dirty_inode to fix timestamp handlingChristoph Hellwig
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds
2009-09-16HWPOISON: Enable .remove_error_page for migration aware file systemsAndi Kleen
2009-09-01xfs: merge fsync and O_SYNC handlingChristoph Hellwig
2009-07-31xfs: bump up nr_to_write in xfs_vm_writepageEric Sandeen
2009-04-06xfs: prevent unwritten extent conversion from blocking I/O completionDave Chinner
2009-03-29xfs: pagecache usage optimizationHisashi Hifumi
2008-12-04move vn_iowait / vn_iowake into xfs_aops.cChristoph Hellwig
2008-12-04kill vn_ioerrorChristoph Hellwig
2008-12-04kill dead inode flagsChristoph Hellwig
2008-10-30[XFS] Never call mark_inode_dirty_sync() directlyDavid Chinner
2008-09-17[XFS] Prevent direct I/O from mapping extents beyond eofLachlan McIlroy
2008-08-13[XFS] XFS: Kill xfs_vtoi()David Chinner
2008-08-04fs: rename buffer trylockNick Piggin
2008-08-04mm: rename page trylockNick Piggin
2008-07-28[XFS] Remove unused wbc parameter from xfs_start_page_writeback()Denys Vlasenko
2008-04-18[XFS] Catch unwritten extent conversion errors.David Chinner
2008-04-18[XFS] kill xfs_rwlock/xfs_rwunlockChristoph Hellwig
2008-02-07[XFS] optimize XFS_IS_REALTIME_INODE w/o realtime configEric Sandeen
2008-02-07[XFS] kill xfs_iocore_tChristoph Hellwig
2008-02-07[XFS] kill unnessecary ioops indirectionLachlan McIlroy
2008-02-07[XFS] kill BMAPI_UNWRITTENChristoph Hellwig
2008-02-07[XFS] kill BMAPI_DEVICEChristoph Hellwig
2008-02-07[XFS] clean up vnode/inode tracingLachlan McIlroy
2007-10-17Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds
2007-10-17writeback: remove pages_skipped accounting in __block_write_full_page()Fengguang Wu
2007-10-16xfs: convert to new aopsNick Piggin
2007-10-16[XFS] no longer using io_vnode, as was remaining from 23 cherrypickTim Shimmin
2007-10-16[XFS] move v_trace from bhv_vnode to xfs_inodeChristoph Hellwig
2007-10-16[XFS] move v_iocount from bhv_vnode to xfs_inodeChristoph Hellwig
2007-10-16[XFS] kill the v_flag member in struct bhv_vnodeChristoph Hellwig
2007-10-16[XFS] call common xfs vnode-level helpers directly and remove vnode operationsChristoph Hellwig
2007-10-12Fix up more bio falloutAl Viro
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown
2007-09-18[XFS] Ensure file size updates have been completed before writing inode to disk.Lachlan McIlroy
2007-09-05[XFS] fix sparse shadowed variable warningsChristoph Hellwig
2007-07-14[XFS] Map unwritten extents correctly for I/o completion processingDavid Chinner
2007-07-14[XFS] Handle null returned from xfs_vtoi() in xfs_setfilesize().David Chinner
2007-07-14[XFS] Block on unwritten extent conversion during synchronous direct I/O.David Chinner
2007-05-29[XFS] Write at EOF may not update filesize correctly.David Chinner
2007-05-08[XFS] Fix to prevent the notorious 'NULL files' problem after a crash.Lachlan McIlroy