[GIT] cifs fixes

From: Steve French
Date: Sat Jan 30 2021 - 13:50:43 EST


Please pull the following changes since commit
6ee1d745b7c9fd573fba142a2efdad76a9f1cb04:

Linux 5.11-rc5 (2021-01-24 16:47:14 -0800)

are available in the Git repository at:

git://git.samba.org/sfrench/cifs-2.6.git tags/5.11-rc5-smb3

for you to fetch changes up to 0d4873f9aa4ff8fc1d63a5755395b794d32ce046:

cifs: fix dfs domain referrals (2021-01-28 21:40:43 -0600)

----------------------------------------------------------------
Four cifs patches found in additional testing of the conversion to the
new mount API. 3 small parm processing ones, and one fixing domain
based DFS referrals

A fix for nested mounts, an additional DFS fix and a security fix are
still being tested (I expect to send those next week).

Test results: http://smb3-test-rhel-75.southcentralus.cloudapp.azure.com/#/builders/2/builds/486
----------------------------------------------------------------
Adam Harvey (1):
cifs: ignore auto and noauto options if given

Ronnie Sahlberg (1):
cifs: fix dfs domain referrals

Steve French (2):
cifs: fix mounts to subdirectories of target
cifs: returning mount parm processing errors correctly

fs/cifs/cifs_dfs_ref.c | 12 ++++++++----
fs/cifs/cifsfs.c | 2 +-
fs/cifs/cifsproto.h | 6 ++++--
fs/cifs/connect.c | 32 ++++++++++++++++++++++++++------
fs/cifs/dfs_cache.c | 8 +++++---
fs/cifs/fs_context.c | 41 +++++++++++++++++++++++++++++++++++++----
6 files changed, 81 insertions(+), 20 deletions(-)

--
Thanks,

Steve