This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 71b1543c83d6 Merge tag '6.9-rc5-ksmbd-fixes' of git://git.samba.org/ksmbd new dad80c6bff77 cifs: Fix reacquisition of volume cookie on still-live connection new afc23febd51c cifs: Add tracing for the cifs_tcon struct refcounting new 18d86965e31f smb: client: fix rename(2) regression against samba new 77d8aa79ecfb cifs: reinstate original behavior again for forceuid/forcegid new 9d1ddab261f3 Merge tag '6.9-rc5-smb-client-fixes' of git://git.samba.or [...]
The 5 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/cifsfs.c | 3 ++ fs/smb/client/cifsglob.h | 3 ++ fs/smb/client/cifsproto.h | 9 ++--- fs/smb/client/connect.c | 21 +++++----- fs/smb/client/fs_context.c | 12 ++++++ fs/smb/client/fs_context.h | 2 + fs/smb/client/fscache.c | 20 ++++++++++ fs/smb/client/misc.c | 13 ++++-- fs/smb/client/smb2misc.c | 10 +++-- fs/smb/client/smb2ops.c | 7 +++- fs/smb/client/smb2pdu.c | 8 ++-- fs/smb/client/smb2transport.c | 2 + fs/smb/client/trace.h | 92 ++++++++++++++++++++++++++++++++++++++++++- 13 files changed, 176 insertions(+), 26 deletions(-)