[GIT PULL] smb3 client fixes

From: Steve French
Date: Sun Jul 16 2023 - 11:00:24 EST


Please pull the following changes since commit
06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

are available in the Git repository at:

git://git.samba.org/sfrench/cifs-2.6.git tags/6.5-rc1-smb3-fixes

for you to fetch changes up to 69cba9d3c1284e0838ae408830a02c4a063104bc:

cifs: fix mid leak during reconnection after timeout threshold
(2023-07-14 11:25:08 -0500)

----------------------------------------------------------------
Five SMB3 client fixes
- Two reconnect fixes: important fix to address inFlight count to leak
(which can leak credits), and fix for better handling a deleted share
- DFS fix
- SMB1 cleanup fix
- deferred close fix
----------------------------------------------------------------
Bharath SM (1):
cifs: if deferred close is disabled then close files immediately

Gustavo A. R. Silva (1):
smb: client: Fix -Wstringop-overflow issues

Paulo Alcantara (1):
smb: client: fix missed ses refcounting

Shyam Prasad N (2):
cifs: is_network_name_deleted should return a bool
cifs: fix mid leak during reconnection after timeout threshold

fs/smb/client/cifsglob.h | 2 +-
fs/smb/client/cifssmb.c | 2 +-
fs/smb/client/connect.c | 30 +++++++++++++++++++++++-------
fs/smb/client/dfs.c | 26 ++++++++++----------------
fs/smb/client/file.c | 4 ++--
fs/smb/client/smb2ops.c | 8 +++++---
fs/smb/client/smb2transport.c | 2 +-
7 files changed, 43 insertions(+), 31 deletions(-)


--
Thanks,

Steve