linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next v3 0/6] multiple cleanup patches for bfq
@ 2022-05-28  9:59 Yu Kuai
  2022-05-28  9:59 ` [PATCH -next v3 1/6] block, bfq: cleanup bfq_weights_tree add/remove apis Yu Kuai
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Yu Kuai @ 2022-05-28  9:59 UTC (permalink / raw)
  To: paolo.valente, axboe, tj
  Cc: linux-block, cgroups, linux-kernel, yukuai3, yi.zhang

Resend just in case v2 end up in spam (for Paolo).

Changes in v2:
 - add missing blank line in patch 1.
 - remove patch 7,8, since they are wrong.
 - add reviewed-by tag

There are no functional changes in this patchset, just some places
that I think can be improved during code review.

Previous version:
v1: https://lore.kernel.org/all/20220514090522.1669270-1-yukuai3@huawei.com/

Yu Kuai (6):
  block, bfq: cleanup bfq_weights_tree add/remove apis
  block, bfq: cleanup __bfq_weights_tree_remove()
  block, bfq: factor out code to update 'active_entities'
  block, bfq: don't declare 'bfqd' as type 'void *' in bfq_group
  block, bfq: cleanup bfq_activate_requeue_entity()
  block, bfq: remove dead code for updating 'rq_in_driver'

 block/bfq-cgroup.c  |  2 +-
 block/bfq-iosched.c | 38 +++----------------
 block/bfq-iosched.h | 11 ++----
 block/bfq-wf2q.c    | 91 ++++++++++++++++++++-------------------------
 4 files changed, 51 insertions(+), 91 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2022-05-30  7:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-28  9:59 [PATCH -next v3 0/6] multiple cleanup patches for bfq Yu Kuai
2022-05-28  9:59 ` [PATCH -next v3 1/6] block, bfq: cleanup bfq_weights_tree add/remove apis Yu Kuai
2022-05-28  9:59 ` [PATCH -next v3 2/6] block, bfq: cleanup __bfq_weights_tree_remove() Yu Kuai
2022-05-28  9:59 ` [PATCH -next v3 3/6] block, bfq: factor out code to update 'active_entities' Yu Kuai
2022-05-28  9:59 ` [PATCH -next v3 4/6] block, bfq: don't declare 'bfqd' as type 'void *' in bfq_group Yu Kuai
2022-05-28  9:59 ` [PATCH -next v3 5/6] block, bfq: cleanup bfq_activate_requeue_entity() Yu Kuai
2022-05-28  9:59 ` [PATCH -next v3 6/6] block, bfq: remove dead code for updating 'rq_in_driver' Yu Kuai
2022-05-30  7:34 ` [PATCH -next v3 0/6] multiple cleanup patches for bfq Paolo Valente

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).