Merge tag '6.4-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 12 May 2023 22:01:36 +0000 (17:01 -0500)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 12 May 2023 22:01:36 +0000 (17:01 -0500)
commitfd88f147cb121c9c748ca0d4c5155a96e9d81e58
treec930a5f86e8ba5869367f17c9419f26d55532680
parentdf8c2d13e227e4670ebe777970f89db7802b1f56
parentd39fc592ef8ae9a89c5e85c8d9f760937a57d5ba
Merge tag '6.4-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6

Pull cifs client fixes from Steve French:

 - 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)

* tag '6.4-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6:
  cifs: release leases for deferred close handles when freezing
  smb3: fix problem remounting a share after shutdown
  SMB3: force unmount was failing to close deferred close files
  smb3: improve parallel reads of large files
  do not reuse connection if share marked as isolated
  cifs: fix pcchunk length type in smb2_copychunk_range