[GIT PULL] smb3 client fixes
From: Steve French
Date: Thu Apr 16 2026 - 13:16:08 EST
Please pull the following changes since commit
81dc1e4d32b064ac47abc60b0acbf49b66a34d52:
Merge tag 'v7.1-rc1-part1-smb3-client-fixes' of
git://git.samba.org/sfrench/cifs-2.6 (2026-04-13 17:09:00 -0700)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/v7.1-rc1-part2-smb3-client-fixes
for you to fetch changes up to c09fb907a2822864b7da866461fb33f10713b4ed:
MAINTAINERS: change git.samba.org to https (2026-04-15 17:56:23 -0500)
----------------------------------------------------------------
Six smb3 client fixes
- Fix integer underflow in encrypted read
- Four debug patches, adding a few tracepoints
- Minor update to MAINTAINERS file (preferred server URL for cifs)
- Remove the BUG_ON() calls in d_mark_tmpfile_name
----------------------------------------------------------------
Bharath SM (4):
smb: client: add tracepoints for lock operations
smb: client: add tracepoint for local lock conflicts
smb: client: add oplock level to smb3_open_done tracepoint
smb: client: add tracepoints for deferred handle caching
Dudu Lu (1):
smb: client: fix integer underflow in receive_encrypted_read()
Paulo Alcantara (1):
vfs: get rid of BUG_ON() in d_mark_tmpfile_name()
Stefan Metzmacher (1):
MAINTAINERS: change git.samba.org to https
MAINTAINERS | 4 +-
fs/dcache.c | 14 +++--
fs/smb/client/cifsfs.h | 17 ++---
fs/smb/client/dir.c | 25 +++++---
fs/smb/client/file.c | 21 ++++++-
fs/smb/client/smb2ops.c | 8 +++
fs/smb/client/smb2pdu.c | 25 ++++++--
fs/smb/client/trace.h | 160 +++++++++++++++++++++++++++++++++++++++++++++---
include/linux/dcache.h | 2 +-
9 files changed, 233 insertions(+), 43 deletions(-)
--
Thanks,
Steve