This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from cb015814f8b6 Merge tag 'f2fs-for-6.19-rc1' of git://git.kernel.org/pub/ [...] new 1ef15fbe6771 cifs: client: enforce consistent handling of multichannel [...] new 9d85ac939d52 cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB1 new 83bfbd0bb902 cifs: Remove the RFC1002 header from smb_hdr new 6be09580df5c cifs: Make smb1's SendReceive() wrap cifs_send_recv() new 62432a3f5145 cifs: Clean up some places where an extra kvec[] was requi [...] new 28405cb5b2fd cifs: Replace SendReceiveBlockingLock() with SendReceive() [...] new 6a86a4cc281a cifs: Fix specification of function pointers new 87fba18abbb8 cifs: Remove the server pointer from smb_message new 3a7b6d0afe6e cifs: Don't need state locking in smb2_get_mid_entry() new f80ac7eda1cf cifs: Add a tracepoint to log EIO errors new 32a60868093a cifs: Do some preparation prior to organising the function [...] new ef529f655a2c cifs: client: allow changing multichannel mount options on [...] new 4ae4dde6f34a cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB2 new 855982a52ff7 smb: client: relax session and tcon reconnect attempts new a8fce7c807b1 smb: client: improve error message when creating SMB session new 7ad785927d9e smb: client: Add tracepoint for krb5 auth new 6c1eb31ecb97 smb/client: reduce loop count in map_smb2_to_linux_error() [...] new bf80d1517dc8 smb/client: remove unused elements from smb2_error_map_tab [...] new 523ecd976632 smb: rename to STATUS_SMB_NO_PREAUTH_INTEGRITY_HASH_OVERLAP new d159702c9492 smb/client: add two elements to smb2_error_map_table array new 9146c7e53fa8 cifs: Remove dead function prototypes new d8f52650b24d smb/client: update some SMB2 status strings new 3d99347a2e1a Merge tag 'v6.19-rc-part1-smb3-client-fixes' of git://git. [...]
The 23 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: fs/smb/client/cached_dir.c | 2 +- fs/smb/client/cifs_debug.c | 14 +- fs/smb/client/cifs_debug.h | 6 +- fs/smb/client/cifs_spnego.c | 1 + fs/smb/client/cifs_spnego.h | 2 - fs/smb/client/cifs_unicode.h | 3 - fs/smb/client/cifsacl.c | 10 +- fs/smb/client/cifsencrypt.c | 83 +--- fs/smb/client/cifsfs.c | 13 +- fs/smb/client/cifsglob.h | 172 +++----- fs/smb/client/cifspdu.h | 2 +- fs/smb/client/cifsproto.h | 204 +++++++--- fs/smb/client/cifssmb.c | 913 ++++++++++++++++++++++++------------------ fs/smb/client/cifstransport.c | 382 ++---------------- fs/smb/client/compress.c | 23 +- fs/smb/client/compress.h | 19 +- fs/smb/client/connect.c | 96 ++--- fs/smb/client/dir.c | 8 +- fs/smb/client/dns_resolve.h | 4 - fs/smb/client/file.c | 6 +- fs/smb/client/fs_context.c | 118 +++++- fs/smb/client/fs_context.h | 2 + fs/smb/client/inode.c | 14 +- fs/smb/client/link.c | 10 +- fs/smb/client/misc.c | 53 +-- fs/smb/client/netmisc.c | 11 +- fs/smb/client/readdir.c | 2 +- fs/smb/client/reparse.c | 53 ++- fs/smb/client/sess.c | 51 ++- fs/smb/client/smb1ops.c | 78 +++- fs/smb/client/smb2file.c | 9 +- fs/smb/client/smb2inode.c | 13 +- fs/smb/client/smb2maperror.c | 52 +-- fs/smb/client/smb2misc.c | 3 +- fs/smb/client/smb2ops.c | 78 ++-- fs/smb/client/smb2pdu.c | 280 ++++++++----- fs/smb/client/smb2proto.h | 16 +- fs/smb/client/smb2transport.c | 59 ++- fs/smb/client/trace.c | 1 + fs/smb/client/trace.h | 192 +++++++++ fs/smb/client/transport.c | 180 +++++---- fs/smb/client/xattr.c | 2 +- fs/smb/common/smb2pdu.h | 3 - fs/smb/common/smb2status.h | 5 +- fs/smb/common/smbglob.h | 1 - fs/smb/server/smb2pdu.c | 2 +- 46 files changed, 1740 insertions(+), 1511 deletions(-)