[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAH2r5mtz1-JLM8PEZngKOd4bwESBLU+bw8T=ap5aMmJ6LOaNiA@mail.gmail.com>
Date: Fri, 20 Jun 2025 17:57:17 -0500
From: Steve French <smfrench@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: LKML <linux-kernel@...r.kernel.org>, CIFS <linux-cifs@...r.kernel.org>
Subject: [GIT PULL] smb3 client fixes
Please pull the following changes since commit
e04c78d86a9699d136910cfc0bdcf01087e3267e:
Linux 6.16-rc2 (2025-06-15 13:49:41 -0700)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/v6.16-rc2-smb3-client-fixes
for you to fetch changes up to 48b3f9b3763c253cc88fc40be5513aa5e874f5c2:
smb: minor fix to use SMB2_NTLMV2_SESSKEY_SIZE for auth_key size
(2025-06-19 14:20:47 -0500)
----------------------------------------------------------------
Ten cifs/smb3 client fixes
- Multichannel channel allocation fix for Kerberos mounts
- Two reconnect fixes
- Fix netfs_writepages crash with smbdirect/RDMA
- Directory caching fix
- Three minor cleanup fixes
- Log error when close cached dirs fails
- Fix reparse points (special file handling) for SMB1
----------------------------------------------------------------
Bharath SM (4):
smb: fix secondary channel creation issue with kerberos by
populating hostname when adding channels
smb: Use loff_t for directory position in cached_dirents
smb: minor fix to use sizeof to initialize flags_string buffer
smb: minor fix to use SMB2_NTLMV2_SESSKEY_SIZE for auth_key size
David Howells (1):
cifs: Fix prepare_write to negotiate wsize if needed
Pali Rohár (2):
cifs: Remove duplicate fattr->cf_dtype assignment from
wsl_to_fattr() function
cifs: Add support for creating reparse points over SMB1
Paul Aurich (1):
smb: Log an error when close_all_cached_dirs fails
Stefan Metzmacher (1):
smb: client: fix max_sge overflow in smb_extract_folioq_to_rdma()
zhangjian (1):
smb: client: fix first command failure during re-negotiation
fs/smb/client/cached_dir.c | 14 ++++-
fs/smb/client/cached_dir.h | 2 +-
fs/smb/client/cifs_debug.c | 2 +-
fs/smb/client/cifs_ioctl.h | 2 +-
fs/smb/client/cifsglob.h | 14 +++--
fs/smb/client/cifsproto.h | 8 +++
fs/smb/client/cifssmb.c | 128 +++++++++++++++++++++++++++++++++++++++++++
fs/smb/client/connect.c | 1 +
fs/smb/client/file.c | 8 ++-
fs/smb/client/ioctl.c | 2 +-
fs/smb/client/link.c | 13 ++---
fs/smb/client/reparse.c | 17 +++---
fs/smb/client/reparse.h | 4 +-
fs/smb/client/sess.c | 3 +-
fs/smb/client/smb1ops.c | 31 +++++++----
fs/smb/client/smb2inode.c | 2 +-
fs/smb/client/smb2ops.c | 10 ++--
fs/smb/client/smb2proto.h | 5 +-
fs/smb/client/smbdirect.c | 5 +-
19 files changed, 215 insertions(+), 56 deletions(-)
--
Thanks,
Steve
Powered by blists - more mailing lists