From: Linus Torvalds Date: Sat, 12 Aug 2023 01:35:56 +0000 (-0700) Subject: Merge tag 'zonefs-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal... X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0725a70411bd836231c3e78090ac47cac51246b1;p=linux.git 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 --- 0725a70411bd836231c3e78090ac47cac51246b1