mbox series

[GIT,PULL] Block fixes for 6.4-rc5

Message ID 7b49cd00-55fa-5806-39c0-ac0c26051e13@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 6.4-rc5 | expand

Pull-request

git://git.kernel.dk/linux.git tags/block-6.4-2023-06-02

Message

Jens Axboe June 2, 2023, 1:24 p.m. UTC
Hi Linus,

Just an NVMe pull request with (mostly) KATO fixes, a regression fix for
zoned device revalidation, and a fix for an md raid5 regression. Please
pull!


The following changes since commit 9491d01fbc550d123d72bf1cd7a0985508a9c469:

  Merge tag 'nvme-6.4-2023-05-26' of git://git.infradead.org/nvme into block-6.4 (2023-05-26 09:46:01 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/block-6.4-2023-06-02

for you to fetch changes up to 2e45a49531fef55f4abbd6738c052545f53f43d4:

  Merge tag 'nvme-6.4-2023-06-01' of git://git.infradead.org/nvme into block-6.4 (2023-06-01 11:12:46 -0600)

----------------------------------------------------------------
block-6.4-2023-06-02

----------------------------------------------------------------
Christoph Hellwig (1):
      nvme: fix the name of Zone Append for verbose logging

Damien Le Moal (1):
      block: fix revalidate performance regression

Jens Axboe (2):
      Merge tag 'md-fixes-2023-05-24' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-6.4
      Merge tag 'nvme-6.4-2023-06-01' of git://git.infradead.org/nvme into block-6.4

Uday Shankar (3):
      nvme: double KA polling frequency to avoid KATO with TBKAS on
      nvme: check IO start time when deciding to defer KA
      nvme: improve handling of long keep alives

Yu Kuai (1):
      md/raid5: fix miscalculation of 'end_sector' in raid5_read_one_chunk()

min15.li (1):
      nvme: fix miss command type check

 block/blk-settings.c           |  3 ++-
 drivers/md/raid5.c             |  2 +-
 drivers/nvme/host/constants.c  |  2 +-
 drivers/nvme/host/core.c       | 52 ++++++++++++++++++++++++++++++++++++++----
 drivers/nvme/host/ioctl.c      |  2 +-
 drivers/nvme/host/nvme.h       |  3 ++-
 drivers/nvme/target/passthru.c |  2 +-
 7 files changed, 56 insertions(+), 10 deletions(-)

Comments

pr-tracker-bot@kernel.org June 2, 2023, 5:41 p.m. UTC | #1
The pull request you sent on Fri, 2 Jun 2023 07:24:08 -0600:

> git://git.kernel.dk/linux.git tags/block-6.4-2023-06-02

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2b7497739fc8b4f411b70b78044a9fc21d34d18d

Thank you!