All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] dlm updates for 5.11
@ 2020-12-14 17:54 David Teigland
  2020-12-16  3:44 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: David Teigland @ 2020-12-14 17:54 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.11

This set includes more low level communication layer cleanups.
The main change is the listening socket is no longer handled as
a special case of node connection sockets.  There is one small
fix for checking the number of local connections.
Thanks,
Dave

Alexander Aring (13):
      fs: dlm: fix proper srcu api call
      fs: dlm: define max send buffer
      fs: dlm: add get buffer error handling
      fs: dlm: flush othercon at close
      fs: dlm: handle non blocked connect event
      fs: dlm: add helper for init connection
      fs: dlm: move connect callback in node creation
      fs: dlm: move shutdown action to node creation
      fs: dlm: refactor sctp sock parameter
      fs: dlm: listen socket out of connection hash
      fs: dlm: fix check for multi-homed hosts
      fs: dlm: constify addr_compare
      fs: dlm: check on existing node address

 fs/dlm/lockspace.c |   2 +-
 fs/dlm/lowcomms.c  | 304 ++++++++++++++++++++++++++++-------------------------
 fs/dlm/lowcomms.h  |   2 +
 fs/dlm/member.c    |   2 +-
 fs/dlm/rcom.c      |   6 +-
 5 files changed, 168 insertions(+), 148 deletions(-)


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

end of thread, other threads:[~2020-12-16  3:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-14 17:54 [GIT PULL] dlm updates for 5.11 David Teigland
2020-12-16  3:44 ` pr-tracker-bot

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.