Please pull the following changes since commit 2734d6c1b1a089fb593ef6a23d4b70903526fe0c: Linux 5.14-rc2 (2021-07-18 14:13:49 -0700) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/5.14-rc2-smb3-fixes for you to fetch changes up to 488968a8945c119859d91bb6a8dc13bf50002f15: cifs: fix fallocate when trying to allocate a hole. (2021-07-22 21:24:22 -0500) ---------------------------------------------------------------- 5 cifs/smb3 fixes, including a DFS failover fix, 2 fallocate fixes, and 2 trivial Coverity cleanups Regression test results: http://smb3-test-rhel-75.southcentralus.cloudapp.azure.com/#/builders/2/builds/734 ---------------------------------------------------------------- Paulo Alcantara (1): cifs: support share failover when remounting Ronnie Sahlberg (2): cifs: only write 64kb at a time when fallocating a small region of a file cifs: fix fallocate when trying to allocate a hole. Steve French (2): CIFS: Clarify SMB1 code for POSIX Create CIFS: Clarify SMB1 code for POSIX delete file fs/cifs/cifssmb.c | 10 ++- fs/cifs/connect.c | 4 +- fs/cifs/dfs_cache.c | 229 ++++++++++++++++++++++++++++++++++++++++++--------- fs/cifs/dfs_cache.h | 3 + fs/cifs/fs_context.c | 7 ++ fs/cifs/smb2ops.c | 49 ++++++++--- 6 files changed, 247 insertions(+), 55 deletions(-) -- Thanks, Steve