]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge patch series "alloc misaligned vectors for zoned XFS v2"
authorChristian Brauner <brauner@kernel.org>
Wed, 5 Nov 2025 12:09:32 +0000 (13:09 +0100)
committerChristian Brauner <brauner@kernel.org>
Wed, 5 Nov 2025 12:09:32 +0000 (13:09 +0100)
Christoph Hellwig <hch@lst.de> says:

This series enables the new block layer support for misaligned
individual vectors for zoned XFS.

The first patch is the from Qu and supposedly already applied to
the vfs iomap 6.19 branch, but I can't find it there.  The next
two are small fixups for it, and the last one makes use of this
new functionality in XFS.

* patches from https://patch.msgid.link/20251031131045.1613229-1-hch@lst.de:
  xfs: support sub-block aligned vectors in always COW mode
  iomap: add IOMAP_DIO_FSBLOCK_ALIGNED flag

Link: https://patch.msgid.link/20251031131045.1613229-1-hch@lst.de
Signed-off-by: Christian Brauner <brauner@kernel.org>

Trivial merge