[GIT PULL] smb3 client fixes
From: Steve French
Date: Fri Oct 24 2025 - 10:31:29 EST
Please pull the following changes since commit
211ddde0823f1442e4ad052a2f30f050145ccada:
Linux 6.18-rc2 (2025-10-19 15:19:16 -1000)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/6.18-rc2-smb-client-fixes
for you to fetch changes up to 64c9471aa9ded2440bf182b1c71d3f93f80b2f85:
cifs: #include cifsglob.h before trace.h to allow structs in
tracepoints (2025-10-23 02:47:20 -0500)
----------------------------------------------------------------
Six smb client fixes
- add missing tracepoints
- smbdirect (RDMA) fix
- fix potential issue with credits underflow
- rename fix
- improvement to calc_signature and additional cleanup patch
----------------------------------------------------------------
David Howells (4):
cifs: Add a couple of missing smb3_rw_credits tracepoints
cifs: Fix TCP_Server_Info::credits to be signed
cifs: Call the calc_signature functions directly
cifs: #include cifsglob.h before trace.h to allow structs in tracepoints
Paulo Alcantara (1):
smb: client: get rid of d_drop() in cifs_do_rename()
Stefan Metzmacher (1):
smb: client: allocate enough space for MR WRs and ib_drain_qp()
fs/smb/client/cifsglob.h | 4 +---
fs/smb/client/cifsproto.h | 1 +
fs/smb/client/cifssmb.c | 8 ++++++++
fs/smb/client/inode.c | 5 +----
fs/smb/client/smb2ops.c | 4 ----
fs/smb/client/smb2proto.h | 6 ------
fs/smb/client/smb2transport.c | 18 +++++++++---------
fs/smb/client/smbdirect.c | 36 +++++++++++++++++++++++-------------
fs/smb/client/trace.c | 1 +
9 files changed, 44 insertions(+), 39 deletions(-)
--
Thanks,
Steve