This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 65163d16fcae Merge tag 'dmaengine-fix-6.8-rc1' of git://git.kernel.org/ [...] new 8ca5d2641be2 cifs: remove redundant variable tcon_exist new d8392c203e84 smb3: show beginning time for per share stats new 0b549c4f5941 cifs: minor comment cleanup new c3365ced1375 Update MAINTAINERS email address new d7851dc13d87 smb3: minor documentation updates new 936eba9cfb5c cifs: open_cached_dir should not rely on primary channel new 268b8b5797be cifs: pick channel for tcon and tdis new 7f738527a7a0 cifs: new nt status codes from MS-SMB2 new cfb7a13399be cifs: update known bugs mentioned in kernel docs for cifs new 76025cc2285d smb: client: fix parsing of SMB3.1.1 POSIX create context new 858e74876c5c smb: client: parse owner/group when creating reparse points new f83709b9e0eb smb: client: get rid of smb311_posix_query_path_info() new 66c9314b61ed smb: client: don't clobber ->i_rdev from cached reparse points new 49fe25ce8381 cifs: reschedule periodic query for server interfaces new ce09f8d8a713 cifs: new mount option called retrans new f591062bdbf4 cifs: handle servers that still advertise multichannel aft [...] new 78e727e58e54 cifs: update iface_last_update on each query-and-update new 7a396820222d Merge tag 'v6.8-rc-part2-smb-client' of git://git.samba.or [...]
The 18 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: Documentation/admin-guide/cifs/todo.rst | 44 +++--- Documentation/admin-guide/cifs/usage.rst | 8 +- MAINTAINERS | 2 +- fs/smb/client/cached_dir.c | 2 +- fs/smb/client/cifs_debug.c | 6 +- fs/smb/client/cifsfs.c | 2 + fs/smb/client/cifsglob.h | 4 + fs/smb/client/connect.c | 4 + fs/smb/client/fs_context.c | 6 + fs/smb/client/fs_context.h | 2 + fs/smb/client/inode.c | 29 ++-- fs/smb/client/misc.c | 1 + fs/smb/client/readdir.c | 12 +- fs/smb/client/smb2inode.c | 234 ++++++++++++------------------- fs/smb/client/smb2maperror.c | 2 + fs/smb/client/smb2ops.c | 10 +- fs/smb/client/smb2pdu.c | 127 ++++++++++------- fs/smb/client/smb2proto.h | 4 +- fs/smb/client/smb2status.h | 2 + 19 files changed, 244 insertions(+), 257 deletions(-)