Please pull the following changes since commit c9e6606c7fe92b50a02ce51dda82586ebdf99b48: Linux 5.16-rc8 (2022-01-02 14:23:25 -0800) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/5.17-rc-part1-smb3-fixes for you to fetch changes up to 9bbf8662a27b56358366027d1a77c0676f85b222: cifs: fix FILE_BOTH_DIRECTORY_INFO definition (2022-01-15 10:08:47 -0600) ---------------------------------------------------------------- 13 cifs/smb3 fixes - 9 multichannel patches mostly related to improving reconnect behavior - 4 minor cleanup patches There are a similar number of additional patches that I will send later in the week that are still being tested and reviewed, and hopefully that will also include the integration with the new fscache that Dave Howell's is working with me on. ---------------------------------------------------------------- Colin Ian King (1): cifs: remove redundant assignment to pointer p Enzo Matsumiya (1): cifs: fix hang on cifs_get_next_mid() Eugene Korenevsky (1): cifs: fix FILE_BOTH_DIRECTORY_INFO definition Jeff Layton (1): cifs: move superblock magic defitions to magic.h Shyam Prasad N (8): cifs: track individual channel status using chans_need_reconnect cifs: use the chans_need_reconnect bitmap for reconnect status cifs: adjust DebugData to use chans_need_reconnect for conn status cifs: add WARN_ON for when chan_count goes below minimum cifs: reconnect only the connection and not smb session where possible cifs: take cifs_tcp_ses_lock for status checks cifs: maintain a state machine for tcp/smb/tcon sessions cifs: avoid race during socket reconnect between send and recv Yang Li (1): cifs: Fix smb311_update_preauth_hash() kernel-doc comment fs/cifs/cifs_debug.c | 8 ++- fs/cifs/cifs_spnego.c | 4 +- fs/cifs/cifs_spnego.h | 3 +- fs/cifs/cifs_swn.c | 4 +- fs/cifs/cifsencrypt.c | 6 +- fs/cifs/cifsfs.c | 5 +- fs/cifs/cifsglob.h | 79 +++++++++++-------------- fs/cifs/cifspdu.h | 2 +- fs/cifs/cifsproto.h | 31 ++++++++-- fs/cifs/cifssmb.c | 94 +++++++++++++++++++++++------ fs/cifs/connect.c | 230 ++++++++++++++++++++++++++++++++++++++++++++++++++--------------------- fs/cifs/netmisc.c | 4 +- fs/cifs/ntlmssp.h | 2 + fs/cifs/sess.c | 183 ++++++++++++++++++++++++++++++++++++++------------------ fs/cifs/smb1ops.c | 24 +++++--- fs/cifs/smb2glob.h | 2 - fs/cifs/smb2misc.c | 5 +- fs/cifs/smb2ops.c | 34 +++++++---- fs/cifs/smb2pdu.c | 179 +++++++++++++++++++++++++++++++++++++------------------ fs/cifs/smb2proto.h | 6 +- fs/cifs/smb2transport.c | 61 ++++++++++++++----- fs/cifs/transport.c | 78 ++++++++++++++++-------- include/uapi/linux/magic.h | 4 ++ 23 files changed, 723 insertions(+), 325 deletions(-) -- Thanks, Steve