[GIT PULL] smb3 client fixes
From: Steve French
Date: Fri Feb 07 2025 - 21:34:20 EST
Please pull the following changes since commit
2014c95afecee3e76ca4a56956a936e23283f05b:
Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/v6.14rc1-smb3-client-fixes
for you to fetch changes up to 57e4a9bd61c308f607bc3e55e8fa02257b06b552:
smb: client: change lease epoch type from unsigned int to __u16
(2025-02-06 10:01:22 -0600)
----------------------------------------------------------------
Four SMB3 client fixes
- Three DFS fixes: DFS mount fix, fix for noisy log msg and one to
remove some unused code
- SMB3 Lease fix
----------------------------------------------------------------
Meetakshi Setiya (1):
smb: client: change lease epoch type from unsigned int to __u16
Paulo Alcantara (3):
smb: client: don't trust DFSREF_STORAGE_SERVER bit
smb: client: fix noisy when tree connecting to DFS interlink targets
smb: client: get rid of kstrdup() in get_ses_refpath()
fs/smb/client/cifsglob.h | 14 +++++++-------
fs/smb/client/dfs.c | 30 ++++++++++++++++--------------
fs/smb/client/dfs.h | 7 +++++++
fs/smb/client/dfs_cache.c | 27 +++++----------------------
fs/smb/client/smb1ops.c | 2 +-
fs/smb/client/smb2ops.c | 18 +++++++++---------
fs/smb/client/smb2pdu.c | 4 ++--
fs/smb/client/smb2proto.h | 2 +-
8 files changed, 48 insertions(+), 56 deletions(-)
--
Thanks,
Steve