Merge tag 'zonefs-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 16 Feb 2024 17:29:26 +0000 (09:29 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 16 Feb 2024 17:29:26 +0000 (09:29 -0800)
commitefb0b63afce6a6f470ee8eda5abe70d1e8aa558a
tree1ae63fff2b00628d1619d8a5af96342dd3dfbde0
parent0f1dd5e91e2ba3990143645faff2bcce2d99778e
parent14db5f64a971fce3d8ea35de4dfc7f443a3efb92
Merge tag 'zonefs-6.8-rc5' of git://git./linux/kernel/git/dlemoal/zonefs

Pull zonefs fix from Damien Le Moal:

 - Fix direct write error handling to avoid a race between failed IO
   completion and the submission path itself which can result in an
   invalid file size exposed to the user after the failed IO.

* tag 'zonefs-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs:
  zonefs: Improve error handling