[GIT PULL] dlm updates for 5.15

From: David Teigland
Date: Thu Sep 02 2021 - 10:17:54 EST


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