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.14
Date: Tue, 29 Jun 2021 10:38:00 -0500 [thread overview]
Message-ID: <20210629153800.GA7428@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.14
This is a major dlm networking enhancement that adds message
retransmission so that the dlm can reliably continue operating
when network connections fail and nodes reconnect. Previously,
this would result in lost messages which could only be handled
as a node failure.
Thanks,
Dave
Alexander Aring (24):
fs: dlm: always run complete for possible waiters
fs: dlm: add dlm macros for ratelimit log
fs: dlm: fix srcu read lock usage
fs: dlm: set is othercon flag
fs: dlm: reconnect if socket error report occurs
fs: dlm: cancel work sync othercon
fs: dlm: fix connection tcp EOF handling
fs: dlm: public header in out utility
fs: dlm: add more midcomms hooks
fs: dlm: make buffer handling per msg
fs: dlm: add functionality to re-transmit a message
fs: dlm: move out some hash functionality
fs: dlm: add union in dlm header for lockspace id
fs: dlm: add reliable connection if reconnect
fs: dlm: add midcomms debugfs functionality
fs: dlm: don't allow half transmitted messages
fs: dlm: fix lowcomms_start error case
fs: dlm: fix memory leak when fenced
fs: dlm: use alloc_ordered_workqueue
fs: dlm: move dlm allow conn
fs: dlm: introduce proto values
fs: dlm: rename socket and app buffer defines
fs: dlm: fix race in mhandle deletion
fs: dlm: invalid buffer access in lookup error
Colin Ian King (2):
fs: dlm: Fix memory leak of object mh
fs: dlm: Fix spelling mistake "stucked" -> "stuck"
fs/dlm/config.c | 18 +-
fs/dlm/config.h | 5 +-
fs/dlm/debug_fs.c | 54 ++
fs/dlm/dlm_internal.h | 42 +-
fs/dlm/lock.c | 16 +-
fs/dlm/lockspace.c | 14 +-
fs/dlm/lowcomms.c | 411 +++++++++++----
fs/dlm/lowcomms.h | 25 +-
fs/dlm/member.c | 37 +-
fs/dlm/midcomms.c | 1343 +++++++++++++++++++++++++++++++++++++++++++++++--
fs/dlm/midcomms.h | 15 +
fs/dlm/rcom.c | 123 +++--
fs/dlm/util.c | 10 +-
fs/dlm/util.h | 2 +
14 files changed, 1924 insertions(+), 191 deletions(-)
next reply other threads:[~2021-06-29 15:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-29 15:38 David Teigland [this message]
2021-06-30 3:35 ` [GIT PULL] dlm updates for 5.14 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=20210629153800.GA7428@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox