[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAH2r5muMvrt2ZT1OAF=mWxNssTg-fHcO-Zqc6r3OeZ1nrhMTgQ@mail.gmail.com>
Date: Fri, 7 Feb 2025 20:33:58 -0600
From: Steve French <smfrench@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: CIFS <linux-cifs@...r.kernel.org>, LKML <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] smb3 client fixes
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
Powered by blists - more mailing lists