[GIT PULL] smb3 client fixes

From: Steve French
Date: Fri Mar 03 2023 - 18:29:35 EST


Please pull the following changes since commit
ab7362d04d7c14923420c1e19e889da512a65cd7:

cifs: Fix cifs_writepages_region() (2023-02-24 11:01:58 -0800)

are available in the Git repository at:

git://git.samba.org/sfrench/cifs-2.6.git tags/6.3-rc-smb3-client-fixes-part2

for you to fetch changes up to 71562809e401b2f5ad371d99ce0323e988406fd6:

cifs: Fix memory leak in direct I/O (2023-03-01 18:18:25 -0600)

----------------------------------------------------------------
9 cifs/smb3 client fixes
- xfstest generic/208 fix (memory leak)
- minor netfs fix (to address smatch warning)
- a DFS fix for stable
- a reconnect race fix
- two multichannel fixes
- RDMA (smbdirect) fix
- two additional writeback fixes from David

----------------------------------------------------------------
David Howells (5):
cifs: Add some missing xas_retry() calls
cifs: Fix an uninitialised variable
cifs: Fix cifs_write_back_from_locked_folio()
iov: Fix netfs_extract_user_to_sg()
cifs: Fix memory leak in direct I/O

Paulo Alcantara (2):
cifs: improve checking of DFS links over STATUS_OBJECT_NAME_INVALID
cifs: prevent data race in cifs_reconnect_tcon()

Shyam Prasad N (2):
cifs: match even the scope id for ipv6 addresses
cifs: reuse cifs_match_ipaddr for comparison of dstaddr too

fs/cifs/cifsproto.h | 21 +++++++---
fs/cifs/cifssmb.c | 43 ++------------------
fs/cifs/connect.c | 31 ++-------------
fs/cifs/file.c | 11 +++++-
fs/cifs/misc.c | 111 ++++++++++++++++++++++++++++++++++++++++++++++++++++
fs/cifs/smb2inode.c | 21 +++++-----
fs/cifs/smb2ops.c | 23 ++++++-----
fs/cifs/smb2pdu.c | 82 ++++++++++----------------------------
fs/cifs/smbdirect.c | 2 +-
fs/netfs/iterator.c | 2 +-
10 files changed, 190 insertions(+), 157 deletions(-)

--
Thanks,

Steve