This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 0ddc84d2dd43 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] new d0dc41119905 cifs: Move the in_send statistic to __smb_send_rqst() new 211baef0eabf cifs: Fix smb2_set_path_size() new 05ce0448c3f3 cifs: generate signkey for the channel that's reconnecting new b56bce502f55 cifs: set DFS root session in cifs_get_smb_ses() new 396935de1455 cifs: fix use-after-free bug in refresh_cache_worker() new f446a630802f cifs: return DFS root session id in DebugData new 6284e46bdd47 cifs: use DFS root session instead of tcon ses new 38e04b3e4240 Merge tag '6.3-rc2-smb3-client-fixes' of git://git.samba.o [...]
The 8 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/cifs/cifs_debug.c | 5 ++ fs/cifs/cifs_dfs_ref.c | 1 + fs/cifs/cifs_fs_sb.h | 2 - fs/cifs/cifsglob.h | 4 +- fs/cifs/connect.c | 10 ++-- fs/cifs/dfs.c | 67 +++++++++++++++-------- fs/cifs/dfs.h | 19 ++++++- fs/cifs/dfs_cache.c | 140 ------------------------------------------------ fs/cifs/dfs_cache.h | 2 - fs/cifs/fs_context.h | 1 + fs/cifs/misc.c | 8 +++ fs/cifs/smb2inode.c | 31 ++++++++--- fs/cifs/smb2transport.c | 2 +- fs/cifs/transport.c | 21 ++++---- 14 files changed, 118 insertions(+), 195 deletions(-)