[GIT PULL] CIFS/SMB3 Fixes

From: Steve French
Date: Fri Jul 03 2020 - 23:44:27 EST


Please pull the following changes since commit
9ebcfadb0610322ac537dd7aa5d9cbc2b2894c68:

Linux 5.8-rc3 (2020-06-28 15:00:24 -0700)

are available in the Git repository at:

git://git.samba.org/sfrench/cifs-2.6.git tags/5.8-rc3-smb3-fixes

for you to fetch changes up to 19e888678bac8c82206eb915eaf72741b2a2615c:

cifs: prevent truncation from long to int in wait_for_free_credits
(2020-07-01 20:01:26 -0500)

----------------------------------------------------------------
8 cifs/smb3 fixes, most for when specifying the multiuser mount flag,
5 of the fixes for stable.

Regression test results:
http://smb3-test-rhel-75.southcentralus.cloudapp.azure.com/#/builders/2/builds/364
----------------------------------------------------------------
Paul Aurich (6):
cifs: Display local UID details for SMB sessions in DebugData
SMB3: Honor 'seal' flag for multiuser mounts
SMB3: Honor persistent/resilient handle flags for multiuser mounts
SMB3: Honor lease disabling for multiuser mounts
SMB3: Honor 'handletimeout' flag for multiuser mounts
SMB3: Honor 'posix' flag for multiuser mounts

Ronnie Sahlberg (1):
cifs: prevent truncation from long to int in wait_for_free_credits

Zhang Xiaoxu (1):
cifs: Fix the target file was deleted when rename failed.

fs/cifs/cifs_debug.c | 6 +++++-
fs/cifs/connect.c | 10 ++++++----
fs/cifs/inode.c | 10 ++++++++--
fs/cifs/transport.c | 2 +-
4 files changed, 20 insertions(+), 8 deletions(-)

--
Thanks,

Steve