linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] dlm updates for 5.15
@ 2021-09-02 14:17 David Teigland
  2021-09-02 17:37 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: David Teigland @ 2021-09-02 14:17 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

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(-)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-02 17:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-02 14:17 [GIT PULL] dlm updates for 5.15 David Teigland
2021-09-02 17:37 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).