cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/2] cancel all throttled bios in del_gendisk()
@ 2022-01-10 13:47 Yu Kuai
       [not found] ` <20220110134758.2233758-1-yukuai3-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 16+ messages in thread
From: Yu Kuai @ 2022-01-10 13:47 UTC (permalink / raw)
  To: mkoutny, paulmck, tj, axboe
  Cc: cgroups, linux-block, linux-kernel, yukuai3, yi.zhang

If del_gendisk() is done when some io are still throttled, such io
will not be handled until the throttle is done, which is not
necessary.

Changes in v2:
 - move WARN_ON_ONCE() from throtl_rb_first() to it's caller
 - merge some patches into one.

Changes in v3:
 - some code optimization in patch 1
 - hold queue lock to cancel bios in patch 2

Changes in v4:
 - delete rcu_read_lock() and rcu_read_unlock() in patch 2

Changes in v5:
 - add comment about rcu lock

Changes in v6:
 - revert to include rcu lock with some comments.

Jagan Teki (1):
  ARM: dts: stm32: Enable LVDS panel on i.Core STM32MP1 EDIMM2.2

Yu Kuai (1):
  blk-throtl: move WARN_ON_ONCE() from throtl_rb_first() to it's caller

Yu Kuai (2):
  blk-throtl: move WARN_ON_ONCE() from throtl_rb_first() to it's caller
  block: cancel all throttled bios in del_gendisk()

 block/blk-throttle.c | 82 ++++++++++++++++++++++++++++++++++++++++++--
 block/blk-throttle.h |  2 ++
 block/genhd.c        |  2 ++
 3 files changed, 83 insertions(+), 3 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2022-01-27  5:03 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-10 13:47 [PATCH v6 0/2] cancel all throttled bios in del_gendisk() Yu Kuai
     [not found] ` <20220110134758.2233758-1-yukuai3-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2022-01-10 13:47   ` [PATCH v6 1/2] blk-throtl: move WARN_ON_ONCE() from throtl_rb_first() to it's caller Yu Kuai
2022-01-10 13:47   ` [PATCH v6 2/2] block: cancel all throttled bios in del_gendisk() Yu Kuai
2022-01-12  3:05     ` Ming Lei
2022-01-13  8:46       ` yukuai (C)
2022-01-14  3:05         ` Ming Lei
     [not found]           ` <CAFj5m9KmHB6FtUZ3E42BMZo+=aNNfn2bLu=kNhBOsRdxbfT6nw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2022-01-14  8:21             ` yukuai (C)
2022-01-17  9:21               ` Ming Lei
2022-01-18  8:48                 ` yukuai (C)
2022-01-18 13:28                   ` Ming Lei
2022-01-19  2:24                     ` yukuai (C)
2022-01-24  3:48       ` yukuai (C)
2022-01-24  3:50       ` yukuai (C)
     [not found]         ` <b416e6a6-f2c9-caf3-dacd-f937746207da-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2022-01-26 17:03           ` Tejun Heo
     [not found]             ` <YfF+yukISfkuc9IK-NiLfg/pYEd1N0TnZuCh8vA@public.gmane.org>
2022-01-27  2:45               ` yukuai (C)
     [not found]                 ` <630c162b-8bdd-d87e-0d80-c7a78ea267a5-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2022-01-27  5:03                   ` Ming Lei

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).