public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: David Teigland <teigland@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, swhiteho@redhat.com
Subject: [GIT PULL] dlm updates for 3.5
Date: Tue, 22 May 2012 16:17:42 -0400	[thread overview]
Message-ID: <20120522201742.GD15059@redhat.com> (raw)

Hi Linus,

Please pull dlm updates from tag:

git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git dlm-3.5

This set includes some minor fixes and improvements.
The one large patch addresses the special "nodir" mode,
which has been a long neglected proof of concept, but
with these fixes seems to be quite usable.  It allows
the resource master to be assigned statically instead of
dynamically, which can improve performance if there is
little locality and most resources are shared.

Thanks,
Dave

Dan Carpenter (1):
      dlm: NULL dereference on failure in kmem_cache_create()

David Teigland (7):
      dlm: prevent connections during shutdown
      dlm: fix waiter recovery
      dlm: limit rcom debug messages
      dlm: avoid unnecessary search in search_rsb
      dlm: improve error and debug messages
      dlm: fixes for nodir mode
      gfs2: fix recovery during unmount

 fs/dlm/ast.c          |    3 +-
 fs/dlm/dlm_internal.h |   16 +-
 fs/dlm/lock.c         |  541 +++++++++++++++++++++++++++++++++----------------
 fs/dlm/lock.h         |    7 +-
 fs/dlm/lockspace.c    |   20 ++
 fs/dlm/lowcomms.c     |   28 ++-
 fs/dlm/memory.c       |    8 +-
 fs/dlm/rcom.c         |   61 +++---
 fs/dlm/recover.c      |   73 ++++---
 fs/dlm/recoverd.c     |   15 +-
 fs/dlm/requestqueue.c |   43 ++--
 fs/gfs2/incore.h      |    1 -
 fs/gfs2/lock_dlm.c    |    2 -
 fs/gfs2/ops_fstype.c  |    7 +-
 fs/gfs2/sys.c         |   10 +-
 include/linux/dlm.h   |    1 -
 16 files changed, 538 insertions(+), 298 deletions(-)

                 reply	other threads:[~2012-05-22 20:17 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=20120522201742.GD15059@redhat.com \
    --to=teigland@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=swhiteho@redhat.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox