[GIT PULL] reviewed patches for -dev tree
Dave Chinner
david at fromorbit.com
Tue Apr 13 03:03:57 CDT 2010
Alex,
Can you please pull from the tree indicated below. It contains all
the outstanding reviewed patches not you committed to the xfs-dev
tree.
Also, the following commits in the pull request need to be pushed to
mainline for 2.6.34:
xfs: ensure that sync updates the log tail correctly
xfs: don't warn on EAGAIN in inode reclaim
The first addresses a regression introduced in 2.6.34-rc1, the
second silences a needless warning that is being reported on
2.6.33.
Thanks,
Dave.
The following changes since commit 68a2ac777cca40ccc993512bcf457999be71cc36:
Christoph Hellwig (1):
xfs: clean up xlog_write_adv_cnt
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/dgc/xfs.git for-dev
Alex Elder (6):
xfs: add const qualifiers to xfs error function args
xfs: fix min bufsize bugs in two places
xfs: simplify XLOG_SECTOR_ROUND*()
xfs: kill XLOG_SECTOR_ROUND*()
xfs: encapsulate bbcount validity checking
xfs: nothing special about 1-block log sector
Christoph Hellwig (1):
xfs: remove xfs_dqmarker
Dave Chinner (7):
xfs: ensure that sync updates the log tail correctly
xfs: don't warn on EAGAIN in inode reclaim
xfs: add log item recovery tracing
xfs: convert the per-mount dquot list to use list heads
xfs: remove duplicate code from dquot reclaim
xfs: convert the dquot hash list to use list heads
xfs: convert the dquot free list to use list heads
fs/xfs/linux-2.6/xfs_sync.c | 4 +-
fs/xfs/linux-2.6/xfs_trace.c | 3 +
fs/xfs/linux-2.6/xfs_trace.h | 141 +++++++++++-
fs/xfs/quota/xfs_dquot.c | 120 ++++------
fs/xfs/quota/xfs_dquot.h | 35 +---
fs/xfs/quota/xfs_qm.c | 515 ++++++++++++++--------------------------
fs/xfs/quota/xfs_qm.h | 23 +--
fs/xfs/quota/xfs_qm_stats.c | 2 +-
fs/xfs/quota/xfs_qm_syscalls.c | 38 ++--
fs/xfs/quota/xfs_quota_priv.h | 75 ------
fs/xfs/xfs_buf_item.h | 2 +-
fs/xfs/xfs_error.c | 30 ++--
fs/xfs/xfs_error.h | 9 +-
fs/xfs/xfs_log.c | 38 ++-
fs/xfs/xfs_log_recover.c | 155 +++++++++----
fs/xfs/xfs_trans.h | 9 +
16 files changed, 562 insertions(+), 637 deletions(-)
--
Dave Chinner
david at fromorbit.com
More information about the xfs
mailing list