[XFS] kill deleted inodes list
[linux-2.6] / fs / xfs / linux-2.6 / xfs_sync.c
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