mbox series

[GIT,PULL] Block fixes for 5.14-rc

Message ID c230e91a-74a0-5a78-a538-826ed0c40b94@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 5.14-rc | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/block-5.14-2021-07-30

Message

Jens Axboe July 30, 2021, 3:16 p.m. UTC
Hi Linus,

- gendisk freeing fix (Christoph)

- blk-iocost wake ordering fix (Tejun)

- Tag allocation error handling fix (John)

- Loop locking fix. While this isn't the prettiest fix in the world,
  nobody has any good alternatives for 5.14. Something to likely revisit
  for 5.15. (Tetsuo)

Please pull!


The following changes since commit 7054133da39a82c1dc44ce796f13a7cb0d6a0b3c:

  Merge tag 'nvme-5.14-2021-07-22' of git://git.infradead.org/nvme into block-5.14 (2021-07-22 14:23:55 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/block-5.14-2021-07-30

for you to fetch changes up to 340e84573878b2b9d63210482af46883366361b9:

  block: delay freeing the gendisk (2021-07-27 19:35:47 -0600)

----------------------------------------------------------------
block-5.14-2021-07-30

----------------------------------------------------------------
Christoph Hellwig (1):
      block: delay freeing the gendisk

John Garry (1):
      blk-mq-sched: Fix blk_mq_sched_alloc_tags() error handling

Tejun Heo (1):
      blk-iocost: fix operation ordering in iocg_wake_fn()

Tetsuo Handa (1):
      loop: reintroduce global lock for safe loop_validate_file() traversal

 block/blk-iocost.c   |  11 +++--
 block/blk-mq-sched.c |  17 ++-----
 block/genhd.c        |   3 +-
 drivers/block/loop.c | 128 ++++++++++++++++++++++++++++++++++++++-------------
 fs/block_dev.c       |   2 +
 5 files changed, 110 insertions(+), 51 deletions(-)

Comments

pr-tracker-bot@kernel.org July 30, 2021, 6:11 p.m. UTC | #1
The pull request you sent on Fri, 30 Jul 2021 09:16:39 -0600:

> git://git.kernel.dk/linux-block.git tags/block-5.14-2021-07-30

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4669e13cd67f8532be12815ed3d37e775a9bdc16

Thank you!