Please pull the following changes since commit 0c3836482481200ead7b416ca80c68a29cfdaabd: Linux 6.10 (2024-07-14 15:43:32 -0700) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/6.11-rc-part1-smb3-client-fixes for you to fetch changes up to a07d38afd15281c42613943a9a715c3ba07c21e6: cifs: Fix missing fscache invalidation (2024-07-20 13:55:29 -0500) ---------------------------------------------------------------- six smb3 client fixes, most for stable including important netfs related fixes - various netfs related fixes for cifs addressing some regressions in 6.10 (e.g. generic/708 and some multichannel crediting related issues) - fix for a noisy log message on copy_file_range - add trace point for read/write credits ---------------------------------------------------------------- David Howells (5): cifs: Fix server re-repick on subrequest retry cifs: Fix missing error code set cifs: Fix setting of zero_point after DIO write cifs: Add a tracepoint to track credits involved in R/W requests cifs: Fix missing fscache invalidation Steve French (1): cifs: fix noisy message on copy_file_range fs/smb/client/cifsfs.c | 2 +- fs/smb/client/cifsglob.h | 17 +++++++++------- fs/smb/client/file.c | 53 ++++++++++++++++++++++++++++++++++++++++++++----- fs/smb/client/smb1ops.c | 2 +- fs/smb/client/smb2ops.c | 42 ++++++++++++++++++++++++++++++++++----- fs/smb/client/smb2pdu.c | 43 +++++++++++++++++++++++++++++++++------- fs/smb/client/trace.h | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++- fs/smb/client/transport.c | 8 ++++---- 8 files changed, 191 insertions(+), 31 deletions(-) -- Thanks, Steve