Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[linux-2.6] / fs / xfs / linux-2.6 / xfs_sync.c
2009-01-05  David WoodhouseMerge branch 'master' of git://git./linux/kernel/git...
2009-01-03  Mike TravisMerge branch 'master' of git://git./linux/kernel/git...
2009-01-02  Linus TorvaldsMerge branch 'linux-next' of git://git.infradead.org...
2009-01-02  Linus TorvaldsMerge branch 'linux-next' of git://git.infradead.org...
2009-01-02  Ingo MolnarMerge branch 'linus' into x86/cleanups
2009-01-02  Linus TorvaldsMerge branch 'cpus4096-for-linus-2' of git://git./linux...
2009-01-02  David VrabelMerge branch 'master' of git://git./linux/kernel/git...
2008-12-31  Pierre OssmanMerge branch 'master' of ../mmc
2008-12-31  Linus TorvaldsMerge branch 'irq-fixes-for-linus-4' of git://git....
2008-12-31  Rusty RussellMerge branch 'master' of git://git./linux/kernel/git...
2008-12-31  Linus TorvaldsMerge git://git./linux/kernel/git/hirofumi/fatfs-2.6
2008-12-31  Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
2008-12-29  Lachlan McIlroy[XFS] Fix merge failures
2008-12-22  Lachlan McIlroy[XFS] Fix merge conflict in fs/xfs/xfs_rename.c
2008-12-05  Lachlan McIlroyMerge git://git./linux/kernel/git/torvalds/linux-2.6
2008-12-05  Lachlan McIlroy[XFS] Remove unnecessary assertion
2008-12-04  Christoph Hellwigmove vn_iowait / vn_iowake into xfs_aops.c
2008-11-28  Lachlan McIlroyMerge git://git./linux/kernel/git/torvalds/linux-2.6
2008-11-10  Dave Chinner[XFS] Avoid using inodes that haven't been completely...
2008-11-07  Niv SardiMerge branch 'master' of git://oss.sgi.com:8090/xfs...
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