]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag '5.4-rc2-smb3' of git://git.samba.org/sfrench/cifs-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 11 Oct 2019 21:01:13 +0000 (14:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 11 Oct 2019 21:01:13 +0000 (14:01 -0700)
commitb2c1b7a4033c1625d4f94d2f5d03c3e494e7d07a
tree907c8c0fd56d449b51cfe2a5af008d1821787ef8
parent4854e2e52a89f1334748cc91e0998817c455c76b
parente90ec674a69daf2b19015b24f7fbd85f86a9d0ec
Merge tag '5.4-rc2-smb3' of git://git.samba.org/sfrench/cifs-2.6

Pull cifs fixes from Steve French:
 "Eight small SMB3 fixes, four for stable, and important fix for the
  recent regression introduced by filesystem timestamp range patches"

* tag '5.4-rc2-smb3' of git://git.samba.org/sfrench/cifs-2.6:
  CIFS: Force reval dentry if LOOKUP_REVAL flag is set
  CIFS: Force revalidate inode when dentry is stale
  smb3: Fix regression in time handling
  smb3: remove noisy debug message and minor cleanup
  CIFS: Gracefully handle QueryInfo errors during open
  cifs: use cifsInodeInfo->open_file_lock while iterating to avoid a panic
  fs: cifs: mute -Wunused-const-variable message
  smb3: cleanup some recent endian errors spotted by updated sparse