All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] dlm updates for 4.15
@ 2017-11-13 18:24 David Teigland
  0 siblings, 0 replies; only message in thread
From: David Teigland @ 2017-11-13 18:24 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-4.15

This set focuses, as usual, on fixes to the comms layer.
New testing of the dlm with ocfs2 uncovered a number of
bugs in the TCP connection handling during recovery,
starting, and stopping.

Thanks,
Dave


Bob Peterson (3):
      DLM: Eliminate CF_CONNECT_PENDING flag
      DLM: Eliminate CF_WRITE_PENDING flag
      DLM: Fix saving of NULL callbacks

David Teigland (1):
      dlm: remove dlm_send_rcom_lookup_dump

Guoqing Jiang (1):
      dlm: recheck kthread_should_stop() before schedule()

tsutomu.owa@toshiba.co.jp (15):
      DLM: fix remove save_cb argument from add_sock()
      DLM: fix double list_del()
      DLM: fix race condition between dlm_send and dlm_recv
      DLM: fix to use sock_mutex correctly in xxx_accept_from_sock
      DLM: retry rcom when dlm_wait_function is timed out.
      DLM: close othercon at send/receive error
      DLM: fix race condition between dlm_recoverd_stop and dlm_recoverd
      DLM: Reanimate CF_WRITE_PENDING flag
      DLM: use CF_CLOSE flag to stop dlm_send correctly
      DLM: fix conversion deadlock when DLM_LKF_NODLCKWT flag is set
      DLM: fix memory leak in tcp_accept_from_sock()
      DLM: fix overflow dlm_cb_seq
      DLM: fix to use sk_callback_lock correctly
      DLM: fix to reschedule rwork
      DLM: fix NULL pointer dereference in send_to_sock()


 fs/dlm/ast.c      |   2 +
 fs/dlm/lock.c     |  43 ++++++-----
 fs/dlm/lowcomms.c | 218 ++++++++++++++++++++++++++++++++++--------------------
 fs/dlm/rcom.c     |  26 ++-----
 fs/dlm/rcom.h     |   1 -
 fs/dlm/recover.c  |   4 +
 fs/dlm/recoverd.c |  16 +++-
 7 files changed, 186 insertions(+), 124 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-11-13 18:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-13 18:24 [GIT PULL] dlm updates for 4.15 David Teigland

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.