Merge tag '5.14-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 25 Jul 2021 00:26:47 +0000 (17:26 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 25 Jul 2021 00:26:47 +0000 (17:26 -0700)
commitd8079fac168168b25677dc16c00ffaf9fb7df723
tree34a68f118e7b9040e63abb12d5e4faeb3fec7023
parent6498f6151825f1e5aac5543fa9ea4ea218dcbe8c
parent488968a8945c119859d91bb6a8dc13bf50002f15
Merge tag '5.14-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6

Pull cifs fixes from Steve French:
 "Five cifs/smb3 fixes, including a DFS failover fix, two fallocate
  fixes, and two trivial coverity cleanups"

* tag '5.14-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6:
  cifs: fix fallocate when trying to allocate a hole.
  CIFS: Clarify SMB1 code for POSIX delete file
  CIFS: Clarify SMB1 code for POSIX Create
  cifs: support share failover when remounting
  cifs: only write 64kb at a time when fallocating a small region of a file