Hi Linus, Small set of fixes for block that should go into the -rc5 kernel release. This pull request contains: - NVMe pull request via Keith - Fix protection information ref tag for device side gen/strip (Christoph) - MD pull request via Yu - fix data loss for writemostly in raid1 (Yu Kuai) - fix potentional data loss by skipping recovery (Li Nan) Please pull! The following changes since commit 95a7c5000956f939b86d8b00b8e6b8345f4a9b65: bcache: change maintainer's email address (2025-08-28 10:05:37 -0600) are available in the Git repository at: git://git.kernel.dk/linux.git tags/block-6.17-20250905 for you to fetch changes up to 743bf030947169c413a711f60cebe73f837e649f: Merge tag 'md-6.17-20250905' of https://git.kernel.org/pub/scm/linux/kernel/git/mdraid/linux into block-6.17 (2025-09-05 05:08:27 -0600) ---------------------------------------------------------------- block-6.17-20250905 ---------------------------------------------------------------- Christoph Hellwig (1): nvme: fix PI insert on write Jens Axboe (2): Merge tag 'nvme-6.17-2025-09-04' of git://git.infradead.org/nvme into block-6.17 Merge tag 'md-6.17-20250905' of https://git.kernel.org/pub/scm/linux/kernel/git/mdraid/linux into block-6.17 Li Nan (1): md: prevent incorrect update of resync/recovery offset Yu Kuai (1): md/raid1: fix data lost for writemostly rdev drivers/md/md.c | 5 +++++ drivers/md/raid1.c | 2 +- drivers/nvme/host/core.c | 18 +++++++++++------- 3 files changed, 17 insertions(+), 8 deletions(-) -- Jens Axboe