[<prev] [next>] [day] [month] [year] [list]
Message-ID: <TYCP286MB2323C42B3A3E18F296A06D41CA239@TYCP286MB2323.JPNP286.PROD.OUTLOOK.COM>
Date: Tue, 11 Oct 2022 22:52:44 +0800
From: Dawei Li <set_pte_at@...look.com>
To: axboe@...nel.dk, tj@...nel.org, paolo.valente@...aro.org
Cc: linux-block@...r.kernel.org, cgroups@...r.kernel.org,
linux-kernel@...r.kernel.org, Dawei Li <set_pte_at@...look.com>
Subject: [PATCH 0/2] block: queue flag helpers and atomic refcnt impl
This patchset includes enhancement on block layer:
1. Complete missing blk_queue_xxx() helpers which is responsible
for denoting whether an attribute of request queue is set.
2. Make the referene count of bfq_group/bfq_queue atomic.
Dawei Li (2):
block: Add helper for queue_flags bit test
block: Make refcnt of bfq_group/bfq_queue atomic
block/bfq-cgroup.c | 8 +++----
block/bfq-iosched.c | 54 ++++++++++++++++++++++--------------------
block/bfq-iosched.h | 6 ++---
block/bfq-wf2q.c | 6 ++---
block/blk-core.c | 7 +++---
block/blk-mq-tag.c | 8 +++----
block/blk-mq.c | 8 +++----
block/blk-mq.h | 2 +-
block/blk-settings.c | 2 +-
block/blk-sysfs.c | 12 +++++-----
block/blk-timeout.c | 2 +-
block/blk-wbt.c | 2 +-
include/linux/blkdev.h | 19 +++++++++++----
13 files changed, 71 insertions(+), 65 deletions(-)
--
2.25.1
Powered by blists - more mailing lists