[GIT PULL] dlm updates for 5.10

From: David Teigland
Date: Mon Oct 12 2020 - 14:22:41 EST


Hi Linus,

Please pull dlm updates from tag:

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

This set continues the ongoing rework of the low level
communication layer in the dlm. The focus here is on
improvements to connection handling, and reworking the
receiving of messages.

Thanks,
Dave

Alexander Aring (13):
fs: dlm: synchronize dlm before shutdown
fs: dlm: make connection hash lockless
fs: dlm: fix dlm_local_addr memory leak
fs: dlm: fix configfs memory leak
fs: dlm: move free writequeue into con free
fs: dlm: handle possible othercon writequeues
fs: dlm: use free_con to free connection
fs: dlm: remove lock dependency warning
fs: dlm: fix mark per nodeid setting
fs: dlm: handle range check as callback
fs: dlm: disallow buffer size below default
fs: dlm: rework receive handling
fs: dlm: fix race in nodeid2con

fs/dlm/Kconfig | 1 +
fs/dlm/config.c | 66 ++++++-----
fs/dlm/config.h | 4 +-
fs/dlm/lowcomms.c | 329 ++++++++++++++++++++++++++----------------------------
fs/dlm/midcomms.c | 136 +++++++++-------------
fs/dlm/midcomms.h | 3 +-
6 files changed, 260 insertions(+), 279 deletions(-)