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.4-rc4
Date: Fri, 26 May 2023 11:17:35 -0600	[thread overview]
Message-ID: <61594ff7-f3ca-b609-7b0f-9c520f6df46a@kernel.dk> (raw)

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(-)

-- 
Jens Axboe


             reply	other threads:[~2023-05-26 17:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-26 17:17 Jens Axboe [this message]
2023-05-26 22:23 ` [GIT PULL] Block fixes for 6.4-rc4 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=61594ff7-f3ca-b609-7b0f-9c520f6df46a@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.