From: David Teigland <teigland@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PULL] dlm updates for 3.3
Date: Mon, 9 Jan 2012 17:05:47 -0500 [thread overview]
Message-ID: <20120109220547.GE9956@redhat.com> (raw)
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(-)
reply other threads:[~2012-01-09 22:05 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120109220547.GE9956@redhat.com \
--to=teigland@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.