Merge patch series "io_uring / dio metadata fixes"
authorChristian Brauner <brauner@kernel.org>
Wed, 20 Aug 2025 09:13:06 +0000 (11:13 +0200)
committerChristian Brauner <brauner@kernel.org>
Wed, 20 Aug 2025 09:13:06 +0000 (11:13 +0200)
commitb1b5b825892bc309810fe57af708503a90a49fa6
tree16051bba1c512df574b0f52b9c8a538b1d365faa
parentb19a97d57c15643494ac8bfaaa35e3ee472d41da
parent2729a60bbfb9215997f25372ebe9b7964f038296
Merge patch series "io_uring / dio metadata fixes"

Christoph Hellwig <hch@lst.de> says:

Hi all,

while trying to add XFS support for passing through metadata I ran
into a few issues with how that support is wire up for the current
block device use cases, and this fixes it.

* patches from https://lore.kernel.org/20250819082517.2038819-1-hch@lst.de:
  block: don't silently ignore metadata for sync read/write
  fs: add a FMODE_ flag to indicate IOCB_HAS_METADATA availability

Link: https://lore.kernel.org/20250819082517.2038819-1-hch@lst.de
Signed-off-by: Christian Brauner <brauner@kernel.org>