Now that reviews complete and recently extended automated smb3 xfstests pass, please pull the following changes since commit 645ff1e8e704c4f33ab1fcd3c87f95cb9b6d7144: Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input (2019-01-02 18:56:59 -0800) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/4.21-smb3-small-fixes for you to fetch changes up to d5c7076b772ad7dcdb92303397b36aee8fa0d25d: smb3: add smb3.1.1 to default dialect list (2019-01-03 14:45:58 -0600) ---------------------------------------------------------------- three fixes, one for stable, one adds the (most secure) SMB3.1.1 dialect to default list requested ---------------------------------------------------------------- Paul Aurich (1): smb3: fix large reads on encrypted connections Steve French (2): cifs: fix confusing warning message on reconnect smb3: add smb3.1.1 to default dialect list fs/cifs/connect.c | 2 +- fs/cifs/smb2ops.c | 4 +++- fs/cifs/smb2pdu.c | 40 +++++++++++++++++++++++++++------------- fs/cifs/smb2pdu.h | 2 +- 4 files changed, 32 insertions(+), 16 deletions(-) -- Thanks, Steve