[GIT PULL] smb3 fixes

From: Steve French
Date: Tue Apr 23 2024 - 00:29:06 EST


Please pull the following changes since commit
0bbac3facb5d6cc0171c45c9873a2dc96bea9680:

Linux 6.9-rc4 (2024-04-14 13:38:39 -0700)

are available in the Git repository at:

git://git.samba.org/sfrench/cifs-2.6.git tags/6.9-rc5-smb-client-fixes

for you to fetch changes up to 77d8aa79ecfb209308e0644c02f655122b31def7:

cifs: reinstate original behavior again for forceuid/forcegid
(2024-04-22 10:50:31 -0500)

----------------------------------------------------------------
Four smb3 client fixes
- fscache fix
- fix for case where we could use uninitialized lease
- add tracepoint for debugging refcounting of tcon
- fix mount option regression (e.g. forceuid vs. noforceuid when uid=
specified) caused by conversion to the new mount API

----------------------------------------------------------------
David Howells (2):
cifs: Fix reacquisition of volume cookie on still-live connection
cifs: Add tracing for the cifs_tcon struct refcounting

Paulo Alcantara (1):
smb: client: fix rename(2) regression against samba

Takayuki Nagata (1):
cifs: reinstate original behavior again for forceuid/forcegid

fs/smb/client/cifsfs.c | 3 ++
fs/smb/client/cifsglob.h | 3 ++
fs/smb/client/cifsproto.h | 9 ++--
fs/smb/client/connect.c | 21 ++++----
fs/smb/client/fs_context.c | 12 +++++
fs/smb/client/fs_context.h | 2 +
fs/smb/client/fscache.c | 20 ++++++++
fs/smb/client/misc.c | 13 +++--
fs/smb/client/smb2misc.c | 10 ++--
fs/smb/client/smb2ops.c | 7 ++-
fs/smb/client/smb2pdu.c | 8 +--
fs/smb/client/smb2transport.c | 2 +
fs/smb/client/trace.h | 92 ++++++++++++++++++++++++++++++++++-
13 files changed, 176 insertions(+), 26 deletions(-)


--
Thanks,

Steve