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.18-rc2
Date: Fri, 17 Oct 2025 04:26:24 -0600 [thread overview]
Message-ID: <f771a6b5-c524-4b69-ad07-bcb77cb3e334@kernel.dk> (raw)
Hi Linus,
Set of fixes for block that should go into the 6.18 kernel release. This
pull request contains:
- NVMe pull request via Keith
- iostats accounting fixed on multipath retries (Amit)
- secure concatenation response fixup (Martin)
- tls partial record fixup (Wilfred)
- Fix for a lockdep reported issue with the elevator lock and blk group
frozen operations.
- Fix for a regression in this merge window, where updating
'nr_requests' would not do the right thing for queues with shared
tags.
Please pull!
The following changes since commit 455281c0ef4e2cabdfe2e8b83fa6010d5210811c:
loop: remove redundant __GFP_NOWARN flag (2025-10-08 06:27:53 -0600)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux.git tags/block-6.18-20251016
for you to fetch changes up to f0624c6646435c1b56652193cce3e34062d50e3f:
Merge tag 'nvme-6.18-2025-10-16' of git://git.infradead.org/nvme into block-6.18 (2025-10-16 13:25:40 -0600)
----------------------------------------------------------------
block-6.18-20251016
----------------------------------------------------------------
Amit Chaudhary (1):
nvme-multipath: Skip nr_active increments in RETRY disposition
Jens Axboe (1):
Merge tag 'nvme-6.18-2025-10-16' of git://git.infradead.org/nvme into block-6.18
Martin George (1):
nvme-auth: update sc_c in host response
Ming Lei (1):
block: Remove elevator_lock usage from blkg_conf frozen operations
Wilfred Mallawa (1):
nvme/tcp: handle tls partially sent records in write_space()
Yu Kuai (1):
blk-mq: fix stale tag depth for shared sched tags in blk_mq_update_nr_requests()
block/blk-cgroup.c | 13 ++++---------
block/blk-mq-sched.c | 2 +-
block/blk-mq-tag.c | 5 +++--
block/blk-mq.c | 2 +-
block/blk-mq.h | 3 ++-
drivers/nvme/host/auth.c | 6 +++++-
drivers/nvme/host/multipath.c | 6 ++++--
drivers/nvme/host/tcp.c | 3 +++
8 files changed, 23 insertions(+), 17 deletions(-)
--
Jens Axboe
next reply other threads:[~2025-10-17 10:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-17 10:26 Jens Axboe [this message]
2025-10-17 15:54 ` [GIT PULL] Block fixes for 6.18-rc2 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=f771a6b5-c524-4b69-ad07-bcb77cb3e334@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;
as well as URLs for NNTP newsgroup(s).