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 5.11
Date: Mon, 14 Dec 2020 11:54:29 -0600	[thread overview]
Message-ID: <20201214175429.GB9687@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-5.11

This set includes more low level communication layer cleanups.
The main change is the listening socket is no longer handled as
a special case of node connection sockets.  There is one small
fix for checking the number of local connections.
Thanks,
Dave

Alexander Aring (13):
      fs: dlm: fix proper srcu api call
      fs: dlm: define max send buffer
      fs: dlm: add get buffer error handling
      fs: dlm: flush othercon at close
      fs: dlm: handle non blocked connect event
      fs: dlm: add helper for init connection
      fs: dlm: move connect callback in node creation
      fs: dlm: move shutdown action to node creation
      fs: dlm: refactor sctp sock parameter
      fs: dlm: listen socket out of connection hash
      fs: dlm: fix check for multi-homed hosts
      fs: dlm: constify addr_compare
      fs: dlm: check on existing node address

 fs/dlm/lockspace.c |   2 +-
 fs/dlm/lowcomms.c  | 304 ++++++++++++++++++++++++++++-------------------------
 fs/dlm/lowcomms.h  |   2 +
 fs/dlm/member.c    |   2 +-
 fs/dlm/rcom.c      |   6 +-
 5 files changed, 168 insertions(+), 148 deletions(-)


             reply	other threads:[~2020-12-14 17:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-14 17:54 David Teigland [this message]
2020-12-16  3:44 ` [GIT PULL] dlm updates for 5.11 pr-tracker-bot

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=20201214175429.GB9687@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.