]> www.infradead.org Git - users/hch/configfs.git/commit
Merge tag 'v6.11-rc5-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 1 Sep 2024 03:49:26 +0000 (15:49 +1200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 1 Sep 2024 03:49:26 +0000 (15:49 +1200)
commit6b9ffc4595ab936b10834167037acb992ebac34a
treed8cd628207cc27c5f2812ac725fcdb47036220b7
parenta4c763129fbcc7da5d3134ea95f9577f25bc637d
parent91d1dfae464987aaf6c79ff51d8674880fb3be77
Merge tag 'v6.11-rc5-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6

Pull smb client fixes from Steve French:

 - copy_file_range fix

 - two read fixes including read past end of file rc fix and read retry
   crediting fix

 - falloc zero range fix

* tag 'v6.11-rc5-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6:
  cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target region
  cifs: Fix copy offload to flush destination region
  netfs, cifs: Fix handling of short DIO read
  cifs: Fix lack of credit renegotiation on read retry