The branch also was mirrored to github so could be pulled from there if you prefer - see below (presumably the admins for samba.org, who live in Germany, are not online - and so I am not sure when samba.org servers will be restarted). The following changes since commit 92bf22614b21a2706f4993b278017e437f7785b3: Linux 5.11-rc7 (2021-02-07 13:57:38 -0800) are available in the Git repository at: git://github.com/smfrench/smb3-kernel.git tags/5.11-rc7-smb3-github for you to fetch changes up to a738c93fb1c17e386a09304b517b1c6b2a6a5a8b: cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath. (2021-02-11 11:08:32 -0600) ---------------------------------------------------------------- 4 small smb3 fixes to the new mount API ---------------------------------------------------------------- Ronnie Sahlberg (3): cifs: fix dfs-links cifs: do not disable noperm if multiuser mount option is not provided cifs: In the new mount api we get the full devname as source= Shyam Prasad N (1): cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath. fs/cifs/cifsfs.c | 2 +- fs/cifs/connect.c | 9 +++++++++ fs/cifs/fs_context.c | 20 +++++++++++++++++--- fs/cifs/fs_context.h | 1 + 4 files changed, 28 insertions(+), 4 deletions(-) On Fri, Feb 12, 2021 at 2:05 PM Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> wrote: > > On Fri, Feb 12, 2021 at 10:16 AM Steve French <smfrench@xxxxxxxxx> wrote: > > > > git://git.samba.org/sfrench/cifs-2.6.git tags/5.11-rc7-smb3 > > It looks like git.samba.org is feeling very sick and is not answering. > Not git, not ping (but maybe icmp ping is blocked). > > Please give it a kick, or provide some other hosting mirror? > > Linus -- Thanks, Steve