[GIT PULL] smb3 client fixes
From: Steve French
Date: Sat Jun 14 2025 - 12:14:13 EST
Please pull the following changes since commit
19272b37aa4f83ca52bdf9c16d5d81bdd1354494:
Linux 6.16-rc1 (2025-06-08 13:44:43 -0700)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/v6.16-rc1-smb3-client-fixes
for you to fetch changes up to 72dd7961a4bb4fa1fc456169a61dd12e68e50645:
smb: improve directory cache reuse for readdir operations
(2025-06-12 13:38:21 -0500)
----------------------------------------------------------------
Three smb3 client fixes
- SMB3.1.1 POSIX extensions fix for char remapping
- Fix for repeated directory listings when directory leases enabled
- deferred close handle reuse fix
----------------------------------------------------------------
Bharath SM (1):
smb: improve directory cache reuse for readdir operations
Paulo Alcantara (1):
smb: client: fix perf regression with deferred closes
Philipp Kerling (1):
smb: client: disable path remapping with POSIX extensions
Documentation/admin-guide/cifs/usage.rst | 2 ++
fs/smb/client/cached_dir.h | 8 ++++----
fs/smb/client/connect.c | 10 ++++++++--
fs/smb/client/file.c | 9 ++++++---
fs/smb/client/readdir.c | 28 +++++++++++++++-------------
5 files changed, 35 insertions(+), 22 deletions(-)
--
Thanks,
Steve