* [GIT PULL] dlm updates for 3.3
@ 2012-01-09 22:05 David Teigland
0 siblings, 0 replies; only message in thread
From: David Teigland @ 2012-01-09 22:05 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel
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(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-01-09 22:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-09 22:05 [GIT PULL] dlm updates for 3.3 David Teigland
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome