Merge patch series "add ioctl to query metadata and protection info capabilities"
authorChristian Brauner <brauner@kernel.org>
Tue, 1 Jul 2025 12:00:21 +0000 (14:00 +0200)
committerChristian Brauner <brauner@kernel.org>
Tue, 1 Jul 2025 12:00:21 +0000 (14:00 +0200)
commit4a3def74d9810f4d4148a3aa17b76d2f0c0f6109
tree643256afb25f0f9f8bf6972b7aee919a1a7eed56
parent19272b37aa4f83ca52bdf9c16d5d81bdd1354494
parent9eb22f7fedfc9eb1b7f431a5359abd4d15b0b0cd
Merge patch series "add ioctl to query metadata and protection info capabilities"

Anuj Gupta <anuj20.g@samsung.com> says:

This patch series adds a new ioctl to query metadata and integrity
capability.

* patches from https://lore.kernel.org/20250630090548.3317-1-anuj20.g@samsung.com:
  fs: add ioctl to query metadata and protection info capabilities
  nvme: set pi_offset only when checksum type is not BLK_INTEGRITY_CSUM_NONE
  block: introduce pi_tuple_size field in blk_integrity
  block: rename tuple_size field in blk_integrity to metadata_size

Link: https://lore.kernel.org/20250630090548.3317-1-anuj20.g@samsung.com
Signed-off-by: Christian Brauner <brauner@kernel.org>