Commit 99dfe2d4da67 for kernel

commit 99dfe2d4da67d863ff8f185d1e8033cce28e4c49
Merge: 7b751b01ade7 dfe48ea17973
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Tue Feb 17 08:48:45 2026 -0800

    Merge tag 'block-7.0-20260216' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux

    Pull more block updates from Jens Axboe:

     - 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

    * tag 'block-7.0-20260216' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux:
      blk-mq: use NOIO context to prevent deadlock during debugfs creation
      blk-stat: convert struct blk_stat_callback to kernel-doc
      block: fix enum descriptions kernel-doc
      block: update docs for bio and bvec_iter
      block: change return type to void
      nvmet: ignore discard return value
      md: ignore discard return value
      block: fix partial IOVA mapping cleanup in blk_rq_dma_map_iova
      block: fix folio leak in bio_iov_iter_bounce_read()
      block: allow IOC_PR_READ_* ioctls with BLK_OPEN_READ
      drbd: always set BLK_FEAT_STABLE_WRITES