On Tue, 19 Aug 2025 10:24:59 +0200, Christoph Hellwig wrote: > 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. > > Diffstat: > block/fops.c | 13 ++++++++----- > include/linux/fs.h | 3 ++- > io_uring/rw.c | 3 +++ > 3 files changed, 13 insertions(+), 6 deletions(-) > > [...] Applied to the vfs.fixes branch of the vfs/vfs.git tree. Patches in the vfs.fixes branch should appear in linux-next soon. Please report any outstanding bugs that were missed during review in a new review to the original patch series allowing us to drop it. It's encouraged to provide Acked-bys and Reviewed-bys even though the patch has now been applied. If possible patch trailers will be updated. Note that commit hashes shown below are subject to change due to rebase, trailer updates or similar. If in doubt, please check the listed branch. tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git branch: vfs.fixes [1/2] fs: add a FMODE_ flag to indicate IOCB_HAS_METADATA availability https://git.kernel.org/vfs/vfs/c/d072148a8631 [2/2] block: don't silently ignore metadata for sync read/write https://git.kernel.org/vfs/vfs/c/2729a60bbfb9