[GIT PULL] smb3 client fixes

From: Steve French
Date: Sat Aug 31 2024 - 23:41:57 EST


Please pull the following changes since commit
86987d84b968b69a610fd00ab9006c13db193b4e:

Merge tag 'v6.11-rc5-client-fixes' of
git://git.samba.org/sfrench/cifs-2.6 (2024-08-28 15:05:02 +1200)

are available in the Git repository at:

git://git.samba.org/sfrench/cifs-2.6.git tags/v6.11-rc5-smb-client-fixes

for you to fetch changes up to 91d1dfae464987aaf6c79ff51d8674880fb3be77:

cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target
region (2024-08-28 16:52:17 -0500)

----------------------------------------------------------------
Four cifs.ko client fixes
- copy_file_range fix
- two read fixes including read past end of file rc fix and read retry
crediting fix
- falloc zero range fix

----------------------------------------------------------------
David Howells (4):
cifs: Fix lack of credit renegotiation on read retry
netfs, cifs: Fix handling of short DIO read
cifs: Fix copy offload to flush destination region
cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target region

fs/netfs/io.c | 19 +++++++++++++------
fs/smb/client/cifsfs.c | 21 ++++-----------------
fs/smb/client/cifsglob.h | 1 +
fs/smb/client/file.c | 37 +++++++++++++++++++++++++++++++++----
fs/smb/client/smb2ops.c | 18 +++++++++++++++---
fs/smb/client/smb2pdu.c | 41 ++++++++++++++++++++++++++---------------
fs/smb/client/trace.h | 1 +
include/linux/netfs.h | 1 +
8 files changed, 94 insertions(+), 45 deletions(-)


--
Thanks,

Steve