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] Follow up block core changes and fixes
Date: Thu, 2 Jun 2022 23:30:28 -0600	[thread overview]
Message-ID: <d6400df1-3a34-b17a-0647-a7f0bb63d559@kernel.dk> (raw)

Hi Linus,

Just a collection of fixes that have been queued up since the initial
5.19 merge window pull request, the majority of which are targeted for
stable as well. One bio_set fix that fixes an issue with the dm adoption
of cached bio structs that got introduced in this merge window.

Please pull!


The following changes since commit 2aaf516084184e4e6f80da01b2b3ed882fd20a79:

  blk-mq: fix typo in comment (2022-05-21 06:32:16 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/for-5.19/block-2022-06-02

for you to fetch changes up to 41e46b3c2aa24f755b2ae9ec4ce931ba5f0d8532:

  block: Fix potential deadlock in blk_ia_range_sysfs_show() (2022-06-02 23:02:37 -0600)

----------------------------------------------------------------
for-5.19/block-2022-06-02

----------------------------------------------------------------
Christoph Hellwig (2):
      block: take destination bvec offsets into account in bio_copy_data_iter
      block: use bio_queue_enter instead of blk_queue_enter in bio_poll

Damien Le Moal (2):
      block: remove useless BUG_ON() in blk_mq_put_tag()
      block: Fix potential deadlock in blk_ia_range_sysfs_show()

Haisu Wang (1):
      blk-mq: do not update io_ticks with passthrough requests

Hannes Reinecke (1):
      block: document BLK_STS_AGAIN usage

Jan Kara (1):
      block: fix bio_clone_blkg_association() to associate with proper blkcg_gq

Jens Axboe (1):
      block: make bioset_exit() fully resilient against being called twice

Ming Lei (1):
      blk-mq: don't touch ->tagset in blk_mq_get_sq_hctx

Tejun Heo (1):
      blk-iolatency: Fix inflight count imbalances and IO hangs on offline

 block/bio.c               |   9 ++--
 block/blk-cgroup.c        |   8 +--
 block/blk-core.c          |   2 +-
 block/blk-ia-ranges.c     |   7 +--
 block/blk-iolatency.c     | 122 ++++++++++++++++++++++++----------------------
 block/blk-mq-tag.c        |   1 -
 block/blk-mq.c            |  10 ++--
 include/linux/blk_types.h |   4 ++
 8 files changed, 83 insertions(+), 80 deletions(-)

-- 
Jens Axboe


             reply	other threads:[~2022-06-03  5:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-03  5:30 Jens Axboe [this message]
2022-06-03 18:50 ` [GIT PULL] Follow up block core changes and fixes 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=d6400df1-3a34-b17a-0647-a7f0bb63d559@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.