Merge tag 'block-6.4-2023-06-02' of git://git.kernel.dk/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 2 Jun 2023 17:13:50 +0000 (13:13 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 2 Jun 2023 17:13:50 +0000 (13:13 -0400)
commit2b7497739fc8b4f411b70b78044a9fc21d34d18d
tree5b838bd7af5e28ba9fe176cc7358c4d946cbcaca
parent26d147799001edfe479c0b015ba1cb038def5ae7
parent2e45a49531fef55f4abbd6738c052545f53f43d4
Merge tag 'block-6.4-2023-06-02' of git://git.kernel.dk/linux

Pull block fixes from Jens Axboe:
 "Just an NVMe pull request with (mostly) KATO fixes, a regression fix
  for zoned device revalidation, and a fix for an md raid5 regression"

* tag 'block-6.4-2023-06-02' of git://git.kernel.dk/linux:
  nvme: fix the name of Zone Append for verbose logging
  nvme: improve handling of long keep alives
  nvme: check IO start time when deciding to defer KA
  nvme: double KA polling frequency to avoid KATO with TBKAS on
  nvme: fix miss command type check
  block: fix revalidate performance regression
  md/raid5: fix miscalculation of 'end_sector' in raid5_read_one_chunk()