Merge branch 'topic/core-cleanup' into for-linus
[safe/jmp/linux-2.6] / fs / xfs / linux-2.6 / xfs_sync.c
2010-04-29 Dave Chinnerxfs: add a shrinker to background inode reclaim
2010-04-16 Dave Chinnerxfs: don't warn on EAGAIN in inode reclaim
2010-03-05 Dave Chinnerxfs: check for more work before sleeping in xfssyncd
2010-03-02 Christoph Hellwigxfs: fix locking for inode cache radix tree tag updates
2010-02-06 Dave Chinnerxfs: Use delayed write for inodes rather than async V2
2010-02-06 Dave Chinnerxfs: Make inode reclaim states explicit
2010-01-21 Christoph Hellwigxfs: cleanup up xfs_log_force calling conventions
2010-01-21 Christoph Hellwigxfs: remove duplicate buffer flags
2010-01-15 Dave Chinnerxfs: Kill filestreams cache flush
2010-01-15 Dave Chinnerxfs: rename xfs_get_perag
2010-01-15 Eric Sandeenxfs: make several more functions static
2010-01-15 Dave Chinnerxfs: Avoid inodes in reclaim when flushing from inode...
2010-01-15 Dave Chinnerxfs: reclaim inodes under a write lock
2009-12-15 Christoph Hellwigxfs: event tracing support
2009-12-11 Christoph Hellwigxfs: simplify inode teardown
2009-10-08 Dave Chinnerxfs: make sure xfs_sync_fsdata covers the log
2009-10-08 Dave Chinnerxfs: fix xfs_quiesce_data
2009-08-31 Eric Sandeenxfs: add more statics & drop some unused functions
2009-08-18 Christoph Hellwigxfs: fix locking in xfs_iget_cache_hit
2009-08-17 Christoph Hellwigxfs: fix locking in xfs_iget_cache_hit
2009-07-02 Eric Sandeenxfs: add more statics & drop some unused functions
2009-06-08 Christoph Hellwigxfs: remove SYNC_BDFLUSH
2009-06-08 Christoph Hellwigxfs: remove SYNC_IOWAIT
2009-06-08 Christoph Hellwigxfs: split xfs_sync_inodes
2009-06-08 Christoph Hellwigxfs: use generic inode iterator in xfs_qm_dqrele_all_inodes
2009-06-08 Dave Chinnerxfs: introduce a per-ag inode iterator
2009-06-08 Dave Chinnerxfs: remove unused parameter from xfs_reclaim_inodes
2009-06-08 Dave Chinnerxfs: factor out inode validation for sync
2009-06-08 Christoph Hellwigxfs: split inode flushing from xfs_sync_inodes_ag
2009-06-08 Dave Chinnerxfs: split inode data writeback from xfs_sync_inodes_ag
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