All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Block fixes for 5.14-rc6
@ 2021-08-13 19:12 Jens Axboe
  2021-08-14  1:12 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2021-08-13 19:12 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-block

Hi Linus,

A few fixes for block that should go into 5.14:

- Revert the mq-deadline cgroup addition. More work is needed on this
  front, let's revert it for now and get it right before having it in a
  released kernel (Tejun)

- blk-iocost lockdep fix (Ming)

- nbd double completion fix (Xie)

- Fix for non-idling when clearing the shared tag flag (Yu)

Please pull!


The following changes since commit fb7b9b0231ba8f77587c23f5257a4fdb6df1219e:

  kyber: make trace_block_rq call consistent with documentation (2021-08-06 16:40:47 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/block-5.14-2021-08-13

for you to fetch changes up to cddce01160582a5f52ada3da9626c052d852ec42:

  nbd: Aovid double completion of a request (2021-08-13 09:46:48 -0600)

----------------------------------------------------------------
block-5.14-2021-08-13

----------------------------------------------------------------
Ming Lei (1):
      blk-iocost: fix lockdep warning on blkcg->lock

Tejun Heo (1):
      Revert "block/mq-deadline: Add cgroup support"

Xie Yongji (1):
      nbd: Aovid double completion of a request

Yu Kuai (1):
      blk-mq: clear active_queues before clearing BLK_MQ_F_TAG_QUEUE_SHARED

 block/Kconfig.iosched                       |   6 --
 block/Makefile                              |   2 -
 block/blk-iocost.c                          |   8 +-
 block/blk-mq.c                              |   6 +-
 block/mq-deadline-cgroup.c                  | 126 ----------------------------
 block/mq-deadline-cgroup.h                  | 114 -------------------------
 block/{mq-deadline-main.c => mq-deadline.c} |  73 ++++------------
 drivers/block/nbd.c                         |  14 +++-
 8 files changed, 33 insertions(+), 316 deletions(-)
 delete mode 100644 block/mq-deadline-cgroup.c
 delete mode 100644 block/mq-deadline-cgroup.h
 rename block/{mq-deadline-main.c => mq-deadline.c} (95%)

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] Block fixes for 5.14-rc6
  2021-08-13 19:12 [GIT PULL] Block fixes for 5.14-rc6 Jens Axboe
@ 2021-08-14  1:12 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-08-14  1:12 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Linus Torvalds, linux-block

The pull request you sent on Fri, 13 Aug 2021 13:12:48 -0600:

> git://git.kernel.dk/linux-block.git tags/block-5.14-2021-08-13

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/020efdadd84958debc36e74fb5cc52b30697a611

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-14  1:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-13 19:12 [GIT PULL] Block fixes for 5.14-rc6 Jens Axboe
2021-08-14  1:12 ` pr-tracker-bot

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.