Please pull the following changes since commit 38e04b3e4240a6d8fb43129ebad41608db64bc6f: Merge tag '6.3-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 (2023-03-16 15:06:16 -0700) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/smb3-client-fixes-6.3-rc3 for you to fetch changes up to 491eafce1a51c457701351a4bf40733799745314: smb3: fix unusable share after force unmount failure (2023-03-24 14:37:12 -0500) ---------------------------------------------------------------- Twelve cifs/smb3 client fixes (most also for stable) - forced umount fix - Fix for two perf regressions - three reconnect fixes - three small debugging improvements - three multichannel fixes This does not include an important lease break fix which is still being tested. ---------------------------------------------------------------- Paulo Alcantara (2): cifs: fix missing unload_nls() in smb2_reconnect() cifs: fix dentry lookups in directory handle cache Shyam Prasad N (8): cifs: check only tcon status on tcon related functions cifs: lock chan_lock outside match_session cifs: do not poll server interfaces too regularly cifs: empty interface list when server doesn't support query interfaces cifs: dump pending mids for all channels in DebugData cifs: print session id while listing open files cifs: append path to open_enter trace event cifs: avoid race conditions with parallel reconnects Steve French (2): smb3: lower default deferred close timeout to address perf regression smb3: fix unusable share after force unmount failure fs/cifs/cached_dir.c | 37 +++++++++++++++++++++++-- fs/cifs/cifs_debug.c | 46 ++++++++++++++++++++----------- fs/cifs/cifsfs.c | 9 ++++--- fs/cifs/cifssmb.c | 6 ++--- fs/cifs/connect.c | 72 ++++++++++++++++++++++++++++++++++--------------- fs/cifs/dfs.c | 10 ++++--- fs/cifs/dfs_cache.c | 2 +- fs/cifs/file.c | 8 +++--- fs/cifs/fs_context.h | 2 +- fs/cifs/link.c | 2 ++ fs/cifs/smb2inode.c | 1 + fs/cifs/smb2ops.c | 27 ++++++++++++++++++- fs/cifs/smb2pdu.c | 62 ++++++++++++++++++++++-------------------- fs/cifs/smb2transport.c | 17 +++++++++--- fs/cifs/trace.h | 12 ++++++--- 15 files changed, 221 insertions(+), 92 deletions(-) -- Thanks, Steve