]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag '5.1-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 4 Apr 2019 06:21:25 +0000 (20:21 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 4 Apr 2019 06:21:25 +0000 (20:21 -1000)
commit028106a4c51fd15b292b0f00613c3a0ccde9d7fa
tree4d73fb971d791dbb12060c952b49cba4c0cb5676
parentb9c5ef37b6889e5873c277811ed8751afdf81e6d
parent0b4df98af69ce1ba17b6ee1b3bdda1c292132dfa
Merge tag '5.1-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6

Pull smb3 fixes from Steve French:
 "Four smb3 fixes for stable:

   - fix an open path where we had an unitialized structure

   - fix for snapshot (previous version) enumeration

   - allow reconnect timeout on handles to be configurable to better
     handle network or server crash

   - correctly handle lack of file_all_info structure"

* tag '5.1-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6:
  cifs: a smb2_validate_and_copy_iov failure does not mean the handle is invalid.
  SMB3: Allow persistent handle timeout to be configurable on mount
  smb3: Fix enumerating snapshots to Azure
  cifs: fix kref underflow in close_shroot()