Linux block layer
 help / color / mirror / Atom feed
* [PATCH v3 0/8] A few bugfix and cleancode patch for bfq
@ 2023-01-03  9:52 Kemeng Shi
  2023-01-03  9:52 ` [PATCH v3 1/8] block, bfq: correctly raise inject limit in bfq_choose_bfqq_for_injection Kemeng Shi
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Kemeng Shi @ 2023-01-03  9:52 UTC (permalink / raw)
  To: jack, paolo.valente, axboe; +Cc: hch, damien.lemoal, linux-block, linux-kernel

Hi, this series contain two patches to fix bug in request injection
mechanism and some random cleancode patches.
Thanks!

---
V3:
 -Thanks Jan for review. Remove unnecessary brace in patch "block, bfq:
remove unnecessary goto tag in bfq_dispatch_rq_from_bfqq" according to
recommend from Jan and collect Reviewed-by tag from Jan for rest
patches.
 -Drop patch "block, bfq: remove redundant bfqd->rq_in_driver > 0 check
in bfq_add_request" and "block, bfq: remove check of
bfq_wr_max_softrt_rate which is always greater than 0".

---
v2:
 -improve git log.
---

Kemeng Shi (8):
  block, bfq: correctly raise inject limit in
    bfq_choose_bfqq_for_injection
  block, bfq: remove unsed parameter reason in bfq_bfqq_is_slow
  block, bfq: initialize bfqq->decrease_time_jif correctly
  block, bfq: use helper macro RQ_BFQQ to get bfqq of request
  block, bfq: remove unnecessary dereference to get async_bfqq
  block, bfq: remove redundant check in bfq_put_cooperator
  block, bfq: remove unnecessary goto tag in bfq_dispatch_rq_from_bfqq
  block, bfq: remove unused bfq_wr_max_time in struct bfq_data

 block/bfq-iosched.c | 40 +++++++++++++++-------------------------
 block/bfq-iosched.h |  2 --
 2 files changed, 15 insertions(+), 27 deletions(-)

-- 
2.30.0


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

end of thread, other threads:[~2023-01-03  9:44 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-03  9:52 [PATCH v3 0/8] A few bugfix and cleancode patch for bfq Kemeng Shi
2023-01-03  9:52 ` [PATCH v3 1/8] block, bfq: correctly raise inject limit in bfq_choose_bfqq_for_injection Kemeng Shi
2023-01-03  9:52 ` [PATCH v3 2/8] block, bfq: remove unsed parameter reason in bfq_bfqq_is_slow Kemeng Shi
2023-01-03  9:52 ` [PATCH v3 3/8] block, bfq: initialize bfqq->decrease_time_jif correctly Kemeng Shi
2023-01-03  9:52 ` [PATCH v3 4/8] block, bfq: use helper macro RQ_BFQQ to get bfqq of request Kemeng Shi
2023-01-03  9:53 ` [PATCH v3 5/8] block, bfq: remove unnecessary dereference to get async_bfqq Kemeng Shi
2023-01-03  9:53 ` [PATCH v3 6/8] block, bfq: remove redundant check in bfq_put_cooperator Kemeng Shi
2023-01-03  9:53 ` [PATCH v3 7/8] block, bfq: remove unnecessary goto tag in bfq_dispatch_rq_from_bfqq Kemeng Shi
2023-01-03  2:33   ` Damien Le Moal
2023-01-03  9:44   ` Jan Kara
2023-01-03  9:53 ` [PATCH v3 8/8] block, bfq: remove unused bfq_wr_max_time in struct bfq_data Kemeng Shi

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