https://github.com/torvalds/linux
Revision 916a3b0fc1206f7e7ae8d00a21a3114b1dc67794 authored by Linus Torvalds on 27 June 2020, 22:24:04 UTC, committed by Linus Torvalds on 27 June 2020, 22:24:04 UTC
Pull cifs fixes from Steve French:
 "Six cifs/smb3 fixes, three of them for stable.

  Fixes xfstests 451, 313 and 316"

* tag '5.8-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6:
  cifs: misc: Use array_size() in if-statement controlling expression
  cifs: update ctime and mtime during truncate
  cifs/smb3: Fix data inconsistent when punch hole
  cifs/smb3: Fix data inconsistent when zero file range
  cifs: Fix double add page to memcg when cifs_readpages
  cifs: Fix cached_fid refcnt leak in open_shroot
2 parent s 3cd1c5d + bf1028a
Raw File
Tip revision: 916a3b0fc1206f7e7ae8d00a21a3114b1dc67794 authored by Linus Torvalds on 27 June 2020, 22:24:04 UTC
Merge tag '5.8-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Tip revision: 916a3b0
.cocciconfig
[spatch]
	options = --timeout 200
	options = --use-gitgrep
back to top