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
Subject: [GIT PULL] dlm updates for 3.1
Date: Fri, 22 Jul 2011 13:41:56 -0400	[thread overview]
Message-ID: <20110722174156.GB16459@redhat.com> (raw)

Linus,

Please pull dlm updates for 3.1 from:

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

The three large patches are relatively low hanging efficiency improvements:
replacing the lock hash table with idr, improving resource hash table lookups
by pre-allocating, and replacing the single callback thread with per-lockspace
workqueues.
Thanks,
Dave

Bryn M. Reeves (1):
      dlm: use vmalloc for hash tables

David Teigland (6):
      dlm: fix kmalloc args
      dlm: keep lkbs in idr
      dlm: improve rsb searches
      dlm: remove deadlock debug print
      dlm: use workqueue for callbacks
      dlm: don't limit active work items

Jesper Juhl (1):
      dlm: don't do pointless NULL check, use kzalloc and fix order of arguments

Masatake YAMATO (2):
      dlm: show addresses in configfs
      dlm: dump address of unknown node

 fs/dlm/ast.c          |  265 ++++++++++++++++++++++---------------------------
 fs/dlm/ast.h          |   15 ++--
 fs/dlm/config.c       |   75 ++++++++++++--
 fs/dlm/config.h       |    2 +-
 fs/dlm/dlm_internal.h |   29 +++---
 fs/dlm/lock.c         |  225 ++++++++++++++++++++++-------------------
 fs/dlm/lockspace.c    |  175 ++++++++++++++++----------------
 fs/dlm/lowcomms.c     |    9 +-
 fs/dlm/memory.c       |   22 +++--
 fs/dlm/memory.h       |    2 +-
 fs/dlm/recoverd.c     |   12 +--
 fs/dlm/user.c         |   12 +-
 12 files changed, 446 insertions(+), 397 deletions(-)

                 reply	other threads:[~2011-07-22 17:42 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=20110722174156.GB16459@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox