Please pull the following changes since commit ac9a78681b921877518763ba0e89202254349d1b: Linux 6.4-rc1 (2023-05-07 13:34:35 -0700) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/6.4-rc1-smb3-client-fixes for you to fetch changes up to d39fc592ef8ae9a89c5e85c8d9f760937a57d5ba: cifs: release leases for deferred close handles when freezing (2023-05-10 17:48:30 -0500) ---------------------------------------------------------------- 6 smb3 client fixes, most also for stable - fix for copy_file_range bug for very large files that are multiples of rsize - do not ignore "isolated transport" flag if set on share - set rasize default better - three fixes related to shutdown and freezing (fixes 4 xfstests, and closes deferred handles faster in some places that were missed) ---------------------------------------------------------------- Pawel Witek (1): cifs: fix pcchunk length type in smb2_copychunk_range Steve French (5): do not reuse connection if share marked as isolated smb3: improve parallel reads of large files SMB3: force unmount was failing to close deferred close files smb3: fix problem remounting a share after shutdown cifs: release leases for deferred close handles when freezing fs/cifs/cifsfs.c | 18 +++++++++++++++++- fs/cifs/connect.c | 7 +++++++ fs/cifs/smb2ops.c | 2 +- fs/cifs/smb2pdu.c | 3 +++ 4 files changed, 28 insertions(+), 2 deletions(-) -- Thanks, Steve