All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-5.18 0/3] block: throttle related fixes
@ 2022-03-18 13:01 Ming Lei
  2022-03-18 13:01 ` [PATCH 1/3] block: avoid use-after-free on throttle data Ming Lei
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Ming Lei @ 2022-03-18 13:01 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-block, Tejun Heo, Yu Kuai, Christoph Hellwig, Ming Lei

Hi,

The 1st and 2nd patches fix use-after-free on request queue and
throttle data.

The 3rd patch speeds up throttling after disk is deleted, so long
wait time is avoided.


Ming Lei (2):
  block: avoid use-after-free on throttle data
  block: let blkcg_gq grab request queue's refcnt

Yu Kuai (1):
  block: cancel all throttled bios in del_gendisk()

 block/blk-cgroup.c   |  5 +++++
 block/blk-throttle.c | 48 ++++++++++++++++++++++++++++++++++++++++++--
 block/blk-throttle.h |  3 +++
 block/genhd.c        |  3 +++
 4 files changed, 57 insertions(+), 2 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2022-04-20  3:41 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-18 13:01 [PATCH for-5.18 0/3] block: throttle related fixes Ming Lei
2022-03-18 13:01 ` [PATCH 1/3] block: avoid use-after-free on throttle data Ming Lei
2022-03-18 13:01 ` [PATCH 2/3] block: let blkcg_gq grab request queue's refcnt Ming Lei
2022-03-22  9:33   ` Christoph Hellwig
2022-03-22 10:23     ` Ming Lei
2022-03-22 16:45       ` Tejun Heo
2022-03-23  0:32         ` Ming Lei
2022-04-20  1:46   ` Williams, Dan J
2022-04-20  2:01     ` yukuai (C)
2022-04-20  2:20       ` Ming Lei
2022-04-20  3:40       ` Dan Williams
2022-03-18 13:01 ` [PATCH 3/3] block: cancel all throttled bios in del_gendisk() Ming Lei
2022-03-18 15:58 ` [PATCH for-5.18 0/3] block: throttle related fixes Jens Axboe

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.