Linux block layer
 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.2-rc5
Date: Fri, 20 Jan 2023 13:02:10 -0700	[thread overview]
Message-ID: <305650d8-0477-19df-c043-f59b9b75cb48@kernel.dk> (raw)

Hi Linus,

Various little tweaks all over the place:

- NVMe pull request via Christoph
	- fix  controller shutdown regression in nvme-apple (Janne Grunau)
	- fix a polling on timeout regression in nvme-pci (Keith Busch)

- Fix a bug in the read request side request allocation caching (Pavel)

- pktcdvd was brought back after we configured a NULL return on bio
  splits, make it consistent with the others (me)

- BFQ refcount fix (Yu)

- Block cgroup policy activation fix (Yu)

- Fix for an md regression introduced in the 6.2 cycle (Adrian)

Please pull!


The following changes since commit 3d25b1e8369273d76f5f2634f164236ba9e40d32:

  Merge tag 'nvme-6.2-2023-01-12' of git://git.infradead.org/nvme into block-6.2 (2023-01-12 10:36:35 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/block-6.2-2023-01-20

for you to fetch changes up to 955bc12299b17aa60325e1748336e1fd1e664ed0:

  Merge tag 'nvme-6.2-2023-01-20' of git://git.infradead.org/nvme into block-6.2 (2023-01-20 08:08:29 -0700)

----------------------------------------------------------------
block-6.2-2023-01-20

----------------------------------------------------------------
Adrian Huang (1):
      md: fix incorrect declaration about claim_rdev in md_import_device

Guoqing Jiang (1):
      block/rnbd-clt: fix wrong max ID in ida_alloc_max

Janne Grunau (2):
      nvme-apple: reset controller during shutdown
      nvme-apple: only reset the controller when RTKit is running

Jens Axboe (3):
      Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-6.2
      pktcdvd: check for NULL returna fter calling bio_split_to_limits()
      Merge tag 'nvme-6.2-2023-01-20' of git://git.infradead.org/nvme into block-6.2

Keith Busch (1):
      nvme-pci: fix timeout request state check

Pavel Begunkov (1):
      block: fix hctx checks for batch allocation

Yu Kuai (2):
      block, bfq: switch 'bfqg->ref' to use atomic refcount apis
      blk-cgroup: fix missing pd_online_fn() while activating policy

 block/bfq-cgroup.c            |  8 +++-----
 block/bfq-iosched.h           |  2 +-
 block/blk-cgroup.c            |  4 ++++
 block/blk-mq.c                |  6 +++++-
 drivers/block/pktcdvd.c       |  2 ++
 drivers/block/rnbd/rnbd-clt.c |  2 +-
 drivers/md/md.c               |  4 ++--
 drivers/nvme/host/apple.c     | 24 ++++++++++++++++++++----
 drivers/nvme/host/pci.c       |  2 +-
 9 files changed, 39 insertions(+), 15 deletions(-)

-- 
Jens Axboe


             reply	other threads:[~2023-01-20 20:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-20 20:02 Jens Axboe [this message]
2023-01-20 20:59 ` [GIT PULL] Block fixes for 6.2-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=305650d8-0477-19df-c043-f59b9b75cb48@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox