This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 3c750c7b6143 Merge tag 'fbdev-5.17-1' of git://git.kernel.org/pub/scm/l [...] new a6097180d884 devtmpfs regression fix: reconfigure on each mount new 0b66fa776c36 cifs: remove redundant assignment to pointer p new d1a931ce2e3b cifs: track individual channel status using chans_need_reconnect new f486ef8e2003 cifs: use the chans_need_reconnect bitmap for reconnect status new 66eb0c6e6661 cifs: adjust DebugData to use chans_need_reconnect for con [...] new 2e0fa298d149 cifs: add WARN_ON for when chan_count goes below minimum new 183eea2ee5ba cifs: reconnect only the connection and not smb session wh [...] new 080dc5e5656c cifs: take cifs_tcp_ses_lock for status checks new 1913e1116a31 cifs: fix hang on cifs_get_next_mid() new 73f9bfbe3d81 cifs: maintain a state machine for tcp/smb/tcon sessions new bda487ac4beb cifs: avoid race during socket reconnect between send and recv new 3ac5f2f2574a cifs: Fix smb311_update_preauth_hash() kernel-doc comment new dea290371928 cifs: move superblock magic defitions to magic.h new 9bbf8662a27b cifs: fix FILE_BOTH_DIRECTORY_INFO definition new 0c947b893d69 Merge tag '5.17-rc-part1-smb3-fixes' of git://git.samba.or [...]
The 15 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: drivers/base/devtmpfs.c | 7 ++ 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 ++++++++++----- fs/super.c | 4 +- include/linux/fs_context.h | 2 + include/uapi/linux/magic.h | 4 + 26 files changed, 734 insertions(+), 327 deletions(-)