[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20120109220547.GE9956@redhat.com>
Date: Mon, 9 Jan 2012 17:05:47 -0500
From: David Teigland <teigland@...hat.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org
Subject: [GIT PULL] dlm updates for 3.3
Linus,
Please pull dlm updates for 3.3 from:
git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git for-linus
These went into -next before the holidays. The patches add a major
feature to allow gfs2 to coordinate recovery and keep track of mounted
nodes via the dlm, rather than going out to a separate userland daemon.
I've dropped the gfs2 patch from this series so Steve Whitehouse can take
that via his gfs2 tree.
Thanks,
Dave
Bob Peterson (1):
dlm: convert rsb list to rb_tree
David Teigland (3):
dlm: move recovery barrier calls
dlm: add node slots and generation
dlm: add recovery callbacks
fs/dlm/config.c | 130 ++++++++------
fs/dlm/config.h | 17 ++-
fs/dlm/debug_fs.c | 28 ++--
fs/dlm/dir.c | 1 -
fs/dlm/dlm_internal.h | 60 +++++-
fs/dlm/lock.c | 87 +++++++--
fs/dlm/lockspace.c | 71 +++++---
fs/dlm/member.c | 486 +++++++++++++++++++++++++++++++++++++++++--------
fs/dlm/member.h | 10 +-
fs/dlm/rcom.c | 99 +++++++++--
fs/dlm/rcom.h | 2 +-
fs/dlm/recover.c | 87 +++++++--
fs/dlm/recoverd.c | 53 +++---
fs/dlm/user.c | 5 +-
fs/gfs2/lock_dlm.c | 4 +-
fs/ocfs2/stack_user.c | 4 +-
include/linux/dlm.h | 71 +++++++-
17 files changed, 943 insertions(+), 272 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists