- patches.suse/slab-handle-memoryless-nodes-v2a.patch: Refresh.
[linux-flexiantxendom0-3.2.10.git] / fs / xfs / linux-2.6 / xfs_sync.c
2010-01-26 Jeff Mahoney- patches.suse/slab-handle-memoryless-nodes-v2a.patch...
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