[GIT PULL] SMB3 Fixes
From: Steve French
Date: Sat Mar 23 2019 - 23:23:06 EST
Please pull the following changes since commit
a5ed1e96cafde5ba48638f486bfca0685dc6ddc9:
Merge tag 'powerpc-5.1-3' of
git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
(2019-03-22 14:15:11 -0700)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/5.1-rc1-cifs-smb3-fixes
for you to fetch changes up to cf7d624f8dcc9b833a8489208b6ef6dcc5dd308b:
cifs: update internal module version number (2019-03-22 22:43:04 -0500)
----------------------------------------------------------------
- two fixes for stable for guest mount problems with smb3.1.1
- two fixes for crediting (SMB3 flow control) on resent requests
- a byte range lock leak fix
- two fixes for incorrect rc mappings
----------------------------------------------------------------
Long Li (2):
CIFS: Fix an issue with re-sending wdata when transport returning -EAGAIN
CIFS: Fix an issue with re-sending rdata when transport returning -EAGAIN
Paulo Alcantara (SUSE) (1):
cifs: Fix slab-out-of-bounds when tracing SMB tcon
Ronnie Sahlberg (1):
cifs: allow guest mounts to work for smb3.11
Steve French (3):
fix incorrect error code mapping for OBJECTID_NOT_FOUND
SMB3: Fix SMB3.1.1 guest mounts to Samba
cifs: update internal module version number
Xiaoli Feng (1):
cifs: fix that return -EINVAL when do dedupe operation
fs/cifs/cifsfs.c | 2 +-
fs/cifs/cifsfs.h | 2 +-
fs/cifs/file.c | 148
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------
fs/cifs/smb2maperror.c | 3 ++-
fs/cifs/smb2pdu.c | 11 +++++++--
fs/cifs/trace.h | 6 ++---
6 files changed, 102 insertions(+), 70 deletions(-)
--
Thanks,
Steve