All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@kernel.dk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "linux-block@vger.kernel.org" <linux-block@vger.kernel.org>
Subject: [GIT PULL] Block fixes for 6.17-rc5
Date: Fri, 5 Sep 2025 05:20:26 -0600	[thread overview]
Message-ID: <fc773af0-d2c2-4394-b286-9e7be415fd74@kernel.dk> (raw)

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


             reply	other threads:[~2025-09-05 11:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-05 11:20 Jens Axboe [this message]
2025-09-05 20:17 ` [GIT PULL] Block fixes for 6.17-rc5 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fc773af0-d2c2-4394-b286-9e7be415fd74@kernel.dk \
    --to=axboe@kernel.dk \
    --cc=linux-block@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.