All of lore.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 2.6.25
Date: Wed, 30 Jan 2008 14:29:14 -0600	[thread overview]
Message-ID: <20080130202914.GA21643@redhat.com> (raw)

Linus,

Please pull dlm updates for 2.6.25 from:

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

In the past, the dlm patches went through the gfs2 git tree.  We've moved
to a separate tree because the dlm work is now largely independent from
gfs2, and dlm patches are mostly relevant for other applications.

There are no new features, only fixes for various bugs or problems.  They
stem mainly from mixed architecture testing, and new tests that overlap
recovery with userland stress tests.

Thanks,
Dave


Adrian Bunk (1):
      dlm: proper prototypes

David Teigland (14):
      dlm: don't print common non-errors
      dlm: use dlm prefix on alloc and free functions
      dlm: use fixed errno values in messages
      dlm: clear ast_type when removing from astqueue
      dlm: recover locks waiting for overlap replies
      dlm: another call to confirm_master in receive_request_reply
      dlm: reject messages from non-members
      dlm: validate messages before processing
      dlm: reject normal unlock when lock is waiting for lookup
      dlm: limit dir lookup loop
      dlm: fix possible use-after-free
      dlm: change error message to debug
      dlm: keep cached master rsbs during recovery
      dlm: clean ups

Denis Cheng (1):
      dlm: static initialization improvements

Fabio M. Di Nitto (2):
      dlm: align midcomms message buffer
      dlm: swap bytes for rcom lock reply

Lon Hohberger (1):
      dlm: bind connections from known local address when using TCP

Patrick Caulfeld (2):
      dlm: close othercons
      dlm: Sanity check namelen before copying it

 fs/dlm/dir.c          |   76 +++++++--------
 fs/dlm/dlm_internal.h |   16 +++
 fs/dlm/lock.c         |  249 +++++++++++++++++++++++++++++++++++--------------
 fs/dlm/lock.h         |    2 -
 fs/dlm/lockspace.c    |   16 +---
 fs/dlm/lowcomms.c     |   15 +++-
 fs/dlm/main.c         |   10 --
 fs/dlm/member.c       |    4 +-
 fs/dlm/member.h       |    3 +-
 fs/dlm/memory.c       |   32 ++-----
 fs/dlm/memory.h       |   16 ++--
 fs/dlm/midcomms.c     |   15 ++-
 fs/dlm/rcom.c         |   25 +----
 fs/dlm/recover.c      |   27 +++++-
 fs/dlm/recoverd.c     |   11 +-
 fs/dlm/user.c         |   29 ++++--
 fs/dlm/util.c         |   82 +++++++++++++---
 17 files changed, 395 insertions(+), 233 deletions(-)


                 reply	other threads:[~2008-01-30 20:37 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=20080130202914.GA21643@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.