Linux block layer
 help / color / mirror / Atom feed
* [PATCH 0/3] blk-throttle: Some bugfixes and modifications
@ 2025-04-17  1:50 Zizhi Wo
  2025-04-17  1:50 ` [PATCH 1/3] blk-throttle: Fix wrong tg->[bytes/io]_disp update in __tg_update_carryover() Zizhi Wo
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Zizhi Wo @ 2025-04-17  1:50 UTC (permalink / raw)
  To: axboe, linux-block; +Cc: yangerkun, yukuai3, wozizhi, ming.lei, tj

The patchset mainly address the update logic of tg->[bytes/io]_disp and add
related overflow checks. The last patch also simplified the process.

Zizhi Wo (3):
  blk-throttle: Fix wrong tg->[bytes/io]_disp update in
    __tg_update_carryover()
  blk-throttle: Delete unnecessary carryover-related fields from
    throtl_grp
  blk-throttle: Add an additional overflow check to the call
    calculate_bytes/io_allowed

 block/blk-throttle.c | 131 +++++++++++++++++++++++++++++++++----------
 block/blk-throttle.h |  19 +++----
 2 files changed, 108 insertions(+), 42 deletions(-)

-- 
2.46.1


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

end of thread, other threads:[~2025-04-17  3:27 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-17  1:50 [PATCH 0/3] blk-throttle: Some bugfixes and modifications Zizhi Wo
2025-04-17  1:50 ` [PATCH 1/3] blk-throttle: Fix wrong tg->[bytes/io]_disp update in __tg_update_carryover() Zizhi Wo
2025-04-17  2:27   ` Ming Lei
2025-04-17  2:35     ` Zizhi Wo
2025-04-17  2:35     ` Yu Kuai
2025-04-17  1:50 ` [PATCH 2/3] blk-throttle: Delete unnecessary carryover-related fields from throtl_grp Zizhi Wo
2025-04-17  2:34   ` Ming Lei
2025-04-17  2:36   ` Yu Kuai
2025-04-17  1:50 ` [PATCH 3/3] blk-throttle: Add an additional overflow check to the call calculate_bytes/io_allowed Zizhi Wo
2025-04-17  2:39   ` Yu Kuai
2025-04-17  3:27     ` Zizhi Wo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox