[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAH2r5msQ5+okQ3Sk9HzwW6r7YoWDEBDtSfDio0XOhTpVDjibFw@mail.gmail.com>
Date: Sat, 9 Sep 2023 20:36:18 -0500
From: Steve French <smfrench@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: LKML <linux-kernel@...r.kernel.org>,
CIFS <linux-cifs@...r.kernel.org>
Subject: [GIT PULL] smb3 client fixes
Please pull the following changes since commit
b97d64c722598ffed42ece814a2cb791336c6679:
Merge tag '6.6-rc-smb3-client-fixes-part1' of
git://git.samba.org/sfrench/cifs-2.6 (2023-08-30 21:01:40 -0700)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/6.6-rc-smb3-client-fixes-part2
for you to fetch changes up to 5d153cd128251aaedc8e9657f0a949ec94952055:
spnego: add missing OID to oid registry (2023-09-09 08:18:16 -0500)
----------------------------------------------------------------
- six smb3 client fixes including ones to allow controlling smb3
directory caching timeout and limits, and one debugging improvement
- one fix for nls Kconfig (don't need to expose NLS_UCS2_UTILS option)
- one minor spnego registry update
----------------------------------------------------------------
Dr. David Alan Gilbert (1):
nls: Hide new NLS_UCS2_UTILS
Katya Orlova (1):
smb: propagate error code of extract_sharename()
Steve French (6):
smb3: allow controlling length of time directory entries are
cached with dir leases
smb3: add trace point for queryfs (statfs)
smb3: allow controlling maximum number of cached directories
cifs: update internal module version number for cifs.ko
smb3: fix minor typo in SMB2_GLOBAL_CAP_LARGE_MTU
spnego: add missing OID to oid registry
fs/nls/Kconfig | 7 +------
fs/smb/client/cached_dir.c | 11 ++++++-----
fs/smb/client/cached_dir.h | 2 +-
fs/smb/client/cifsfs.c | 12 ++++++++++++
fs/smb/client/cifsfs.h | 4 ++--
fs/smb/client/cifsglob.h | 2 ++
fs/smb/client/connect.c | 1 +
fs/smb/client/fs_context.c | 11 ++++++++++-
fs/smb/client/fs_context.h | 4 +++-
fs/smb/client/fscache.c | 2 +-
fs/smb/client/smb2ops.c | 1 +
fs/smb/client/trace.h | 2 +-
fs/smb/common/smb2pdu.h | 2 +-
include/linux/oid_registry.h | 1 +
14 files changed, 43 insertions(+), 19 deletions(-)
--
Thanks,
Steve
Powered by blists - more mailing lists