linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] block, bfq: make bfq disable iocost and present a double interface
@ 2019-10-01 19:33 Paolo Valente
  2019-10-01 19:33 ` [PATCH 1/2] blkcg: Make bfq disable iocost when enabled Paolo Valente
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Paolo Valente @ 2019-10-01 19:33 UTC (permalink / raw)
  To: Jens Axboe
  Cc: linux-block, linux-kernel, ulf.hansson, linus.walleij,
	bfq-iosched, oleksandr, Tejun Heo, cgroups, Paolo Valente

Hi Jens,

the first patch in this series is Tejun's patch for making BFQ disable
io.cost. The second patch makes BFQ present both the bfq-prefixes
parameters and non-prefixed parameters, as suggested by Tejun [1].

In the first patch I've tried to use macros not to repeat code
twice. checkpatch complains that these macros should be enclosed in
parentheses. I don't see how to do it. I'm willing to switch to any
better solution.

Thanks,
Paolo

[1] https://lkml.org/lkml/2019/9/18/736

Paolo Valente (1):
  block, bfq: present a double cgroups interface

Tejun Heo (1):
  blkcg: Make bfq disable iocost when enabled

 Documentation/admin-guide/cgroup-v2.rst |   8 +-
 Documentation/block/bfq-iosched.rst     |  40 ++--
 block/bfq-cgroup.c                      | 260 ++++++++++++------------
 block/bfq-iosched.c                     |  32 +++
 block/blk-iocost.c                      |   5 +-
 include/linux/blk-cgroup.h              |   5 +
 kernel/cgroup/cgroup.c                  |   2 +
 7 files changed, 201 insertions(+), 151 deletions(-)

--
2.20.1

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

end of thread, other threads:[~2019-11-22 15:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-01 19:33 [PATCH 0/2] block, bfq: make bfq disable iocost and present a double interface Paolo Valente
2019-10-01 19:33 ` [PATCH 1/2] blkcg: Make bfq disable iocost when enabled Paolo Valente
2019-10-01 19:33 ` [PATCH 2/2] block, bfq: present a double cgroups interface Paolo Valente
2019-10-09 14:25 ` [PATCH 0/2] block, bfq: make bfq disable iocost and present a double interface Paolo Valente
2019-10-23  5:44   ` Paolo Valente
2019-11-04  6:55     ` Paolo Valente
2019-11-22 15:42       ` 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).