Merge tag 'zonefs-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 12 Aug 2023 01:35:56 +0000 (18:35 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 12 Aug 2023 01:35:56 +0000 (18:35 -0700)
commit0725a70411bd836231c3e78090ac47cac51246b1
tree16854a35b0eb01dcf1793947d14054f05518b671
parent5512c33c7b942033f772db56be46d5de9493deae
parentfe9da61ffccad80ae79fadad836971acf0d465bd
Merge tag 'zonefs-6.5-rc6' of git://git./linux/kernel/git/dlemoal/zonefs

Pull zonefs fix from Damien Le Moal:

 - The switch to using iomap for executing a direct synchronous write to
   sequential files using a zone append BIO overlooked cases where the
   BIO built by iomap is too large and needs splitting, which is not
   allowed with zone append.

   Fix this by using regular write commands instead. The use of zone
   append commands will be reintroduced later with proper support from
   iomap.

* tag 'zonefs-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs:
  zonefs: fix synchronous direct writes to sequential files