]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2d0b03936cccedd37763ad64815ff8564ba8377f
tree34a68f118e7b9040e63abb12d5e4faeb3fec7023
parent4536e18a468c8d528d7cd283472b40413fef461d
parent71246496bcf773b37e0656f49fb7c526d19df379
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