2013-07-01 20:14:26

by David Teigland

[permalink] [raw]
Subject: [GIT PULL] dlm updates for 3.11

Hi Linus,

Please pull dlm updates from tag:

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

This set includes a number of SCTP related fixes in the dlm,
and a few other minor fixes and changes.

Thanks,
Dave


Bart Van Assche (1):
dlm: Avoid LVB truncation

David Teigland (1):
dlm: log an error for unmanaged lockspaces

Mike Christie (6):
dlm: clear correct init bit during sctp setup
dlm: set sctp assoc id during setup
dlm: clear correct bit during sctp init failure handling
dlm: try other IPs when sctp init assoc fails
dlm: retry failed SCTP sends
dlm: disable nagle for SCTP

Wei Yongjun (1):
dlm: remove duplicated include from lowcomms.c

Zhao Hongjiang (1):
dlm: config: using strlcpy instead of strncpy


fs/dlm/config.c | 5 +-
fs/dlm/lock.c | 8 +--
fs/dlm/lockspace.c | 9 ++-
fs/dlm/lowcomms.c | 177 ++++++++++++++++++++++++++++++++++++++++-------------
4 files changed, 149 insertions(+), 50 deletions(-)