xfs: kill xfs_qmops
[safe/jmp/linux-2.6] / fs / xfs / linux-2.6 / xfs_sync.c
2009-06-08 Christoph Hellwigxfs: kill xfs_qmops
2009-04-06 Dave Chinnerxfs: block callers of xfs_flush_inodes() correctly
2009-04-06 Dave Chinnerxfs: make inode flush at ENOSPC synchronous
2009-04-06 Dave Chinnerxfs: use xfs_sync_inodes() for device flushing
2009-02-03 Felix Blyakher[XFS] Warn on transaction in flight on read-only remount
2009-01-27 Felix Blyakher[XFS] Warn on transaction in flight on read-only remount
2008-12-05 Lachlan McIlroy[XFS] Remove unnecessary assertion
2008-12-04 Christoph Hellwigmove vn_iowait / vn_iowake into xfs_aops.c
2008-11-10 Dave Chinner[XFS] Avoid using inodes that haven't been completely...
2008-10-30 David Chinner[XFS] avoid all reclaimable inodes in xfs_sync_inodes_ag
2008-10-30 David Chinner[XFS] Prevent looping in xfs_sync_inodes_ag
2008-10-30 David Chinner[XFS] kill deleted inodes list
2008-10-30 David Chinner[XFS] use the inode radix tree for reclaiming inodes
2008-10-30 David Chinner[XFS] mark inodes for reclaim via a tag in the inode...
2008-10-30 David Chinner[XFS] rename inode reclaim functions
2008-10-30 David Chinner[XFS] move inode reclaim functions to xfs_sync.c
2008-10-30 David Chinner[XFS] Move remaining quiesce code.
2008-10-30 David Chinner[XFS] Kill xfs_sync()
2008-10-30 David Chinner[XFS] Kill SYNC_CLOSE
2008-10-30 David Chinner[XFS] make SYNC_DELWRI no longer use xfs_sync
2008-10-30 David Chinner[XFS] make SYNC_ATTR no longer use xfs_sync
2008-10-30 David Chinner[XFS] xfssyncd: don't call xfs_sync
2008-10-30 David Chinner[XFS] kill xfs_syncsub
2008-10-30 David Chinner[XFS] use xfs_sync_inodes rather than xfs_syncsub
2008-10-30 David Chinner[XFS] Use struct inodes instead of vnodes to kill vn_grab
2008-10-30 Christoph Hellwig[XFS] split out two helpers from xfs_syncsub
2008-10-30 David Chinner[XFS] Use the inode tree for finding dirty inodes
2008-10-30 David Chinner[XFS] Remove xfs_iflush_all and clean up xfs_finish_rec...
2008-10-30 David Chinner[XFS] move xfssyncd code to xfs_sync.c
2008-10-30 David Chinner[XFS] move sync code to its own file