mbox series

[GIT,PULL] Block fixes for 6.4-rc4

Message ID 61594ff7-f3ca-b609-7b0f-9c520f6df46a@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 6.4-rc4 | expand

Pull-request

git://git.kernel.dk/linux.git tags/block-6.4-2023-05-26

Message

Jens Axboe May 26, 2023, 5:17 p.m. UTC
Hi Linus,

A few fixes for the storage side of things:

- Fix bio caching condition for passthrough IO (Anuj)

- end-of-device check fix for zero sized devices (Christoph)

- Update Paolo's email address

- NVMe pull request via Keith with a single quirk addition

- Fix regression in how wbt enablement is done (Yu)

- Fix race in active queue accounting (Tian)

Please pull!

	
The following changes since commit e3afec91aad23c52dfe426c7d7128e4839c3eed8:

  block: remove NFL4_UFLG_MASK (2023-05-20 05:38:01 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/block-6.4-2023-05-26

for you to fetch changes up to 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)

----------------------------------------------------------------
block-6.4-2023-05-26

----------------------------------------------------------------
Anuj Gupta (1):
      block: fix bio-cache for passthru IO

Christoph Hellwig (1):
      block: make bio_check_eod work for zero sized devices

Jens Axboe (1):
      Merge tag 'nvme-6.4-2023-05-26' of git://git.infradead.org/nvme into block-6.4

Paolo Valente (1):
      block, bfq: update Paolo's address in maintainer list

Tatsuki Sugiura (1):
      NVMe: Add MAXIO 1602 to bogus nid list.

Tian Lan (1):
      blk-mq: fix race condition in active queue accounting

Yu Kuai (1):
      blk-wbt: fix that wbt can't be disabled by default

 MAINTAINERS             |  2 +-
 block/blk-core.c        |  2 +-
 block/blk-map.c         |  2 +-
 block/blk-mq-tag.c      | 12 ++++++++----
 block/blk-wbt.c         | 12 +++++++-----
 drivers/nvme/host/pci.c |  2 ++
 6 files changed, 20 insertions(+), 12 deletions(-)

Comments

pr-tracker-bot@kernel.org May 26, 2023, 10:23 p.m. UTC | #1
The pull request you sent on Fri, 26 May 2023 11:17:35 -0600:

> git://git.kernel.dk/linux.git tags/block-6.4-2023-05-26

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

Thank you!