Hi Alex,
The series of reviewed fixes for 2.6.39 can be found in the git tree
below. Please pull.
Cheers,
Dave.
The following changes since commit 89b3600ccfb01aed6873bc499442fc0bed00bbdd:
xfs: fix unreferenced var error in xfs_buf.c (2011-03-30 23:34:20 -0500)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/dgc/xfsdev.git xfs-for-2.6.39
Dave Chinner (9):
xfs: fix extent format buffer allocation size
xfs: introduce a xfssyncd workqueue
xfs: convert ENOSPC inode flushing to use new syncd workqueue
xfs: introduce background inode reclaim work
xfs: convert the xfsaild threads to a workqueue
xfs: clean up code layout in xfs_trans_ail.c
xfs: push the AIL from memory reclaim and periodic sync
xfs: catch bad block numbers freeing extents.
xfs: convert log tail checking to a warning
fs/xfs/linux-2.6/xfs_super.c | 129 +++++---------
fs/xfs/linux-2.6/xfs_sync.c | 228 ++++++++++++-----------
fs/xfs/linux-2.6/xfs_sync.h | 2 +
fs/xfs/xfs_alloc.c | 30 +++-
fs/xfs/xfs_inode_item.c | 67 ++++---
fs/xfs/xfs_log.c | 38 +++-
fs/xfs/xfs_log_priv.h | 1 +
fs/xfs/xfs_mount.h | 9 +-
fs/xfs/xfs_trans_ail.c | 421 +++++++++++++++++++++++-------------------
fs/xfs/xfs_trans_priv.h | 22 ++-
10 files changed, 500 insertions(+), 447 deletions(-)
--
Dave Chinner
david@xxxxxxxxxxxxx
|