Date: Tue, 27 Aug 2024 20:39:12 -0500 From: Steve French To: Linus Torvalds Cc: CIFS , LKML Subject: [GIT PULL] smb3 fixes Please pull the following changes since commit 5be63fc19fcaa4c236b307420483578a56986a37: Linux 6.11-rc5 (2024-08-25 19:07:11 +1200) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/v6.11-rc5-client-fixes for you to fetch changes up to 416871f4fb84bc96822562e654941d5625a25bf8: cifs: Fix FALLOC_FL_PUNCH_HOLE support (2024-08-25 09:06:25 -0500) ---------------------------------------------------------------- Four cifs.ko client fixes - 2 RDMA/smbdirect fixes and a minor cleanup - punch hole fix ---------------------------------------------------------------- David Howells (1): cifs: Fix FALLOC_FL_PUNCH_HOLE support Stefan Metzmacher (3): smb/client: avoid dereferencing rdata=NULL in smb2_new_read_req() smb/client: remove unused rq_iter_size from struct smb_rqst smb/client: fix rdma usage in smb2_async_writev() fs/smb/client/cifsglob.h | 1 - fs/smb/client/cifssmb.c | 1 - fs/smb/client/smb2ops.c | 24 ++++++++++++++++++++++-- fs/smb/client/smb2pdu.c | 44 +++++++++++++++++++++----------------------- 4 files changed, 43 insertions(+), 27 deletions(-) -- Thanks, Steve . Date: Sat, 31 Aug 2024 22:41:35 -0500 From: Steve French To: Linus Torvalds Cc: CIFS , LKML Subject: [GIT PULL] smb3 client fixes 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 .