On Mon, 30 Jun 2025 14:35:44 +0530, Anuj Gupta wrote: > This patch series adds a new ioctl to query metadata and integrity > capability. > > Patch 1 renames tuple_size field to metadata_size > Patch 2 adds a pi_tuple_size field in blk_integrity struct which is later > used to export this value to the user as well. > Patch 3 allows computing right pi_offset value. > Patch 4 introduces a new ioctl to query integrity capability. > > [...] Applied to the vfs-6.17.integrity branch of the vfs/vfs.git tree. Patches in the vfs-6.17.integrity 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-6.17.integrity [1/4] block: rename tuple_size field in blk_integrity to metadata_size https://git.kernel.org/vfs/vfs/c/c6603b1d6556 [2/4] block: introduce pi_tuple_size field in blk_integrity https://git.kernel.org/vfs/vfs/c/76e45252a4ce [3/4] nvme: set pi_offset only when checksum type is not BLK_INTEGRITY_CSUM_NONE https://git.kernel.org/vfs/vfs/c/f3ee50659148 [4/4] fs: add ioctl to query metadata and protection info capabilities https://git.kernel.org/vfs/vfs/c/9eb22f7fedfc