public inbox for linux-block@vger.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] Final block fixes and updates for 7.0-rc1
Date: Mon, 16 Feb 2026 20:58:49 -0700	[thread overview]
Message-ID: <bb793bbc-5f7a-4cb5-bb05-5cdaa0ab8a7a@kernel.dk> (raw)

Hi Linus,

A few fixes for block that have been queued up since the initial block
core pull request. This pull request contains:

- Fix partial IOVA mapping cleanup in error handling

- Minor prep series ignoring discard return value, as the inline value
  is always known.

- Ensure BLK_FEAT_STABLE_WRITES is set for drbd

- Fix leak of folio in bio_iov_iter_bounce_read()

- Allow IOC_PR_READ_* for read-only open

- Another debugfs deadlock fix

- A few doc updates

Please pull!


The following changes since commit 192c0159402e6bfbe13de6f8379546943297783d:

  Merge tag 'powerpc-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux (2026-02-10 21:46:12 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux.git tags/block-7.0-20260216

for you to fetch changes up to dfe48ea179733be948c432f6af2fc3913cf5dd28:

  blk-mq: use NOIO context to prevent deadlock during debugfs creation (2026-02-16 10:47:25 -0700)

----------------------------------------------------------------
block-7.0-20260216

----------------------------------------------------------------
Andreas Hindborg (1):
      block: update docs for bio and bvec_iter

Chaitanya Kulkarni (4):
      block: fix partial IOVA mapping cleanup in blk_rq_dma_map_iova
      md: ignore discard return value
      nvmet: ignore discard return value
      block: change return type to void

Christoph B?hmwalder (1):
      drbd: always set BLK_FEAT_STABLE_WRITES

Jens Axboe (1):
      block: fix folio leak in bio_iov_iter_bounce_read()

Randy Dunlap (2):
      block: fix enum descriptions kernel-doc
      blk-stat: convert struct blk_stat_callback to kernel-doc

Stefan Hajnoczi (1):
      block: allow IOC_PR_READ_* ioctls with BLK_OPEN_READ

Yu Kuai (1):
      blk-mq: use NOIO context to prevent deadlock during debugfs creation

 block/bio.c                       |  4 +++-
 block/blk-lib.c                   |  3 +--
 block/blk-mq-debugfs.c            | 10 +++-------
 block/blk-mq-dma.c                | 13 ++++++++-----
 block/blk-mq-sched.c              |  9 +++++----
 block/blk-stat.h                  |  9 +++++++--
 block/blk-sysfs.c                 |  9 +++++----
 block/blk-wbt.c                   | 10 ++++++----
 block/blk.h                       | 31 +++++++++++++++++++++++++++++++
 block/ioctl.c                     | 34 +++++++++++++++++++++++-----------
 drivers/block/drbd/drbd_main.c    |  3 ---
 drivers/block/drbd/drbd_nl.c      | 20 +++++++++++++++++++-
 drivers/md/md.c                   |  4 ++--
 drivers/nvme/target/io-cmd-bdev.c | 28 +++++++---------------------
 include/linux/blk_types.h         | 33 ++++++++++++++++++++-------------
 include/linux/blkdev.h            |  2 +-
 include/linux/bvec.h              | 29 +++++++++++++++++++++--------
 kernel/trace/blktrace.c           | 38 +++++++++++++++++++++-----------------
 18 files changed, 183 insertions(+), 106 deletions(-)

-- 
Jens Axboe


             reply	other threads:[~2026-02-17  3:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-17  3:58 Jens Axboe [this message]
2026-02-17 17:54 ` [GIT PULL] Final block fixes and updates for 7.0-rc1 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=bb793bbc-5f7a-4cb5-bb05-5cdaa0ab8a7a@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