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.15
Date: Thu, 2 Sep 2021 09:17:45 -0500	[thread overview]
Message-ID: <20210902141745.GA31274@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.15

This set includes a number of minor fixes and cleanups
related to the networking changes in the last release.
A patch to delay ack messages reduces network traffic
significantly.

Thanks,
Dave

Alexander Aring (15):
      fs: dlm: use sk->sk_socket instead of con->sock
      fs: dlm: use READ_ONCE for config var
      fs: dlm: fix typo in tlv prefix
      fs: dlm: clear CF_APP_LIMITED on close
      fs: dlm: cleanup and remove _send_rcom
      fs: dlm: introduce con_next_wq helper
      fs: dlm: move to static proto ops
      fs: dlm: introduce generic listen
      fs: dlm: auto load sctp module
      fs: dlm: generic connect func
      fs: dlm: fix multiple empty writequeue alloc
      fs: dlm: move receive loop into receive handler
      fs: dlm: implement delayed ack handling
      fs: dlm: fix return -EINTR on recovery stopped
      fs: dlm: avoid comms shutdown delay in release_lockspace

 fs/dlm/dir.c          |   4 +-
 fs/dlm/dlm_internal.h |   2 +-
 fs/dlm/lockspace.c    |   3 +-
 fs/dlm/lowcomms.c     | 770 +++++++++++++++++++++++++-------------------------
 fs/dlm/lowcomms.h     |   1 +
 fs/dlm/member.c       |   4 +-
 fs/dlm/midcomms.c     |  56 +++-
 fs/dlm/rcom.c         |  29 +-
 fs/dlm/recoverd.c     |   4 +-
 9 files changed, 458 insertions(+), 415 deletions(-)


             reply	other threads:[~2021-09-02 14:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-02 14:17 David Teigland [this message]
2021-09-02 17:37 ` [GIT PULL] dlm updates for 5.15 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=20210902141745.GA31274@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.