Please pull the following changes since commit 6e4069881a7f9dceb6dfb97e436d55e3c7f43e81: Merge tag '5.17-rc8-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6 (2022-03-18 12:22:15 -0700) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/5.18-smb3-fixes-part1 for you to fetch changes up to dca65818c80cf06e0f08ba2cf94060a5236e73c2: cifs: use a different reconnect helper for non-cifsd threads (2022-03-18 23:12:03 -0500) ---------------------------------------------------------------- 5 cifs/smb3 fixes, 3 for stable handlecache, unmount, fiemap and two reconnect fixes Am working on (testing, reviewing) a larger set of fixes for later in the merge window, but these are good to get in early. ---------------------------------------------------------------- Rohith Surabattula (1): Adjust cifssb maximum read size Ronnie Sahlberg (3): cifs: fix handlecache and multiuser cifs: truncate the inode and mapping when we simulate fcollapse cifs: we do not need a spinlock around the tree access during umount Shyam Prasad N (1): cifs: use a different reconnect helper for non-cifsd threads fs/cifs/cifs_swn.c | 6 +++--- fs/cifs/cifsfs.c | 14 +++++++++++--- fs/cifs/cifsproto.h | 3 +++ fs/cifs/connect.c | 42 +++++++++++++++++++++++++++++++++++++++++- fs/cifs/dfs_cache.c | 2 +- fs/cifs/file.c | 10 ++++++++++ fs/cifs/smb1ops.c | 2 +- fs/cifs/smb2ops.c | 18 ++++++++++++++---- fs/cifs/transport.c | 2 +- 9 files changed, 85 insertions(+), 14 deletions(-) -- Thanks, Steve