This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from a52a3c18cdf3 Merge tag 'ntb-6.15' of https://github.com/jonmason/ntb new 2510859475d7 cifs: fix integer overflow in match_server() new be5d361e3083 cifs: remove unreachable code in cifs_get_tcp_session() new a091d9711bde smb:client: smb: client: Add reverse mapping from tcon to [...] new 287906b20035 smb: client: Store original IO parameters and prevent zero [...] new 764da2fff399 smb: client: Update IO sizes after reconnection new bf782ada459e cifs: Add a new xattr system.smb3_ntsd_sacl for getting or [...] new b1a37df6ba2f cifs: Add a new xattr system.smb3_ntsd_owner for getting o [...] new 7d14dd683b1b cifs: Allow to disable or force initialization of NetBIOS session new 665e18794804 cifs: Improve handling of NetBIOS packets new e94e882a6d69 cifs: Fix negotiate retry functionality new 6aa9f1c9cd09 cifs: Fix access_flags_to_smbopen_mode new 4236ac9fe5b8 cifs: Fix querying and creating MF symlinks over SMB1 new e255612b5ed9 cifs: Add fallback for SMB2 CREATE without FILE_READ_ATTRIBUTES new b07687edee99 cifs: Improve SMB2+ stat() to work also without FILE_READ_ [...] new e97aec788954 cifs: Do not add FILE_READ_ATTRIBUTES when using GENERIC_R [...] new f83e10a23305 cifs: Remove cifs_truncate_page() as it should be superfluous new 28753e430454 cifs: Implement is_network_name_deleted for SMB1 new 827a1bd9af9d cifs: update internal version number new 9f867ba24d36 Merge tag '6.15-rc-part2-smb3-client-fixes' of git://git.s [...]
The 19 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/cifs_fs_sb.h | 1 + fs/smb/client/cifsfs.h | 5 +- fs/smb/client/cifsglob.h | 7 +- fs/smb/client/cifssmb.c | 32 ++++++-- fs/smb/client/connect.c | 180 +++++++++++++++++++++++++++++++++++++++------ fs/smb/client/fs_context.c | 21 +++++- fs/smb/client/fs_context.h | 5 ++ fs/smb/client/inode.c | 19 ----- fs/smb/client/link.c | 8 +- fs/smb/client/misc.c | 2 + fs/smb/client/smb1ops.c | 57 +++++++++++--- fs/smb/client/smb2file.c | 21 +++++- fs/smb/client/smb2glob.h | 1 + fs/smb/client/smb2inode.c | 67 ++++++++++++++++- fs/smb/client/smb2ops.c | 32 ++++---- fs/smb/client/smb2pdu.c | 24 +++++- fs/smb/client/transport.c | 3 + fs/smb/client/xattr.c | 36 +++++++++ fs/smb/common/smb2pdu.h | 3 + 19 files changed, 438 insertions(+), 86 deletions(-)