[GIT PULL] smb3 client fixes
From: Steve French
Date: Fri May 02 2025 - 16:18:13 EST
Please pull the following changes since commit
b4432656b36e5cc1d50a1f2dc15357543add530e:
Linux 6.15-rc4 (2025-04-27 15:19:23 -0700)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/6.15-rc4-smb3-client-fixes
for you to fetch changes up to c59f7c9661b9d3ee33a21d7b4f1dd4b77079e3e7:
smb: client: ensure aligned IO sizes (2025-05-01 08:35:58 -0500)
----------------------------------------------------------------
Four client fixes:
- fix posix mkdir error to ksmbd (also avoids crash in
cifs_destroy_request_bufs)
- two smb1 fixes: fixing querypath info and setpathinfo to old servers
- fix rsize/wsize when not multiple of page size to address DIO reads/writes
----------------------------------------------------------------
Jethro Donaldson (1):
smb: client: fix zero length for mkdir POSIX create context
Pali Rohár (2):
cifs: Fix and improve cifs_query_path_info() and cifs_query_file_info()
cifs: Fix changing times and read-only attr over SMB1
smb_set_file_info() function
Paulo Alcantara (1):
smb: client: ensure aligned IO sizes
fs/smb/client/cifspdu.h | 5 +-
fs/smb/client/cifsproto.h | 4 +
fs/smb/client/cifssmb.c | 57 ++++++++++++
fs/smb/client/connect.c | 23 +----
fs/smb/client/file.c | 6 +-
fs/smb/client/fs_context.c | 25 ++----
fs/smb/client/fs_context.h | 47 ++++++++++
fs/smb/client/smb1ops.c | 223 +++++++++++++++++++++++++++++++++++++++++-----
fs/smb/client/smb2pdu.c | 9 +-
9 files changed, 324 insertions(+), 75 deletions(-)
--
Thanks,
Steve