[GIT PULL] SMB3 client fixes

From: Steve French
Date: Sat Jun 18 2022 - 18:39:33 EST


Please pull the following changes since commit
b13baccc3850ca8b8cccbf8ed9912dbaa0fdf7f3:

Linux 5.19-rc2 (2022-06-12 16:11:37 -0700)

are available in the Git repository at:

git://git.samba.org/sfrench/cifs-2.6.git tags/5.19-rc2-smb3-client-fixes

for you to fetch changes up to 5d24968f5b7e00bae564b1646c3b9e0e3750aabe:

cifs: when a channel is not found for server, log its connection id
(2022-06-18 14:55:06 -0500)

----------------------------------------------------------------
2 smb3 debugging improvements
- one found to deal with debugging a multichannel problem and one for
a recent fallocate issue

Did not include the two larger multichannel reconnect (dynamically
adjusting interfaces on reconnect) patches in this P/R, because
recently found an additional problem with multichannel to one server
type that I want to include at the same time.
----------------------------------------------------------------
Shyam Prasad N (1):
cifs: when a channel is not found for server, log its connection id

Steve French (1):
smb3: add trace point for SMB2_set_eof

fs/cifs/sess.c | 3 +++
fs/cifs/smb2pdu.c | 2 ++
fs/cifs/trace.h | 38 ++++++++++++++++++++++++++++++++++++++
3 files changed, 43 insertions(+)


--
Thanks,

Steve