* [PATCH v2] block: Decode all flag names in the debugfs output
@ 2023-05-18 22:27 Bart Van Assche
2023-05-18 23:09 ` Damien Le Moal
2023-05-19 1:34 ` Jens Axboe
0 siblings, 2 replies; 3+ messages in thread
From: Bart Van Assche @ 2023-05-18 22:27 UTC (permalink / raw)
To: Jens Axboe
Cc: linux-block, Christoph Hellwig, Bart Van Assche, Damien Le Moal,
Ming Lei, Chaitanya Kulkarni
See also:
* Commit 4d337cebcb1c ("blk-mq: avoid to touch q->elevator without any protection").
* Commit 414dd48e882c ("blk-mq: add tagset quiesce interface").
Cc: Christoph Hellwig <hch@lst.de>
Cc: Damien Le Moal <dlemoal@kernel.org>
Cc: Ming Lei <ming.lei@redhat.com>
Cc: Chaitanya Kulkarni <kch@nvidia.com>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
---
Changes compared to v1: also decode QUEUE_FLAG_SYNCHRONOUS.
block/blk-mq-debugfs.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/block/blk-mq-debugfs.c b/block/blk-mq-debugfs.c
index d23a8554ec4a..f89865a90dba 100644
--- a/block/blk-mq-debugfs.c
+++ b/block/blk-mq-debugfs.c
@@ -88,6 +88,7 @@ static const char *const blk_queue_flag_name[] = {
QUEUE_FLAG_NAME(IO_STAT),
QUEUE_FLAG_NAME(NOXMERGES),
QUEUE_FLAG_NAME(ADD_RANDOM),
+ QUEUE_FLAG_NAME(SYNCHRONOUS),
QUEUE_FLAG_NAME(SAME_FORCE),
QUEUE_FLAG_NAME(INIT_DONE),
QUEUE_FLAG_NAME(STABLE_WRITES),
@@ -103,6 +104,8 @@ static const char *const blk_queue_flag_name[] = {
QUEUE_FLAG_NAME(RQ_ALLOC_TIME),
QUEUE_FLAG_NAME(HCTX_ACTIVE),
QUEUE_FLAG_NAME(NOWAIT),
+ QUEUE_FLAG_NAME(SQ_SCHED),
+ QUEUE_FLAG_NAME(SKIP_TAGSET_QUIESCE),
};
#undef QUEUE_FLAG_NAME
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH v2] block: Decode all flag names in the debugfs output
2023-05-18 22:27 [PATCH v2] block: Decode all flag names in the debugfs output Bart Van Assche
@ 2023-05-18 23:09 ` Damien Le Moal
2023-05-19 1:34 ` Jens Axboe
1 sibling, 0 replies; 3+ messages in thread
From: Damien Le Moal @ 2023-05-18 23:09 UTC (permalink / raw)
To: Bart Van Assche, Jens Axboe
Cc: linux-block, Christoph Hellwig, Ming Lei, Chaitanya Kulkarni
On 5/19/23 07:27, Bart Van Assche wrote:
> See also:
> * Commit 4d337cebcb1c ("blk-mq: avoid to touch q->elevator without any protection").
> * Commit 414dd48e882c ("blk-mq: add tagset quiesce interface").
>
> Cc: Christoph Hellwig <hch@lst.de>
> Cc: Damien Le Moal <dlemoal@kernel.org>
> Cc: Ming Lei <ming.lei@redhat.com>
> Cc: Chaitanya Kulkarni <kch@nvidia.com>
> Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Reviewed-by: Damien Le Moal <dlemoal@kernel.org>
--
Damien Le Moal
Western Digital Research
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH v2] block: Decode all flag names in the debugfs output
2023-05-18 22:27 [PATCH v2] block: Decode all flag names in the debugfs output Bart Van Assche
2023-05-18 23:09 ` Damien Le Moal
@ 2023-05-19 1:34 ` Jens Axboe
1 sibling, 0 replies; 3+ messages in thread
From: Jens Axboe @ 2023-05-19 1:34 UTC (permalink / raw)
To: Bart Van Assche
Cc: linux-block, Christoph Hellwig, Damien Le Moal, Ming Lei,
Chaitanya Kulkarni
On Thu, 18 May 2023 15:27:08 -0700, Bart Van Assche wrote:
> See also:
> * Commit 4d337cebcb1c ("blk-mq: avoid to touch q->elevator without any protection").
> * Commit 414dd48e882c ("blk-mq: add tagset quiesce interface").
>
>
Applied, thanks!
[1/1] block: Decode all flag names in the debugfs output
commit: d5fb8726f1dea70543a93ab1d7332857f157b7f3
Best regards,
--
Jens Axboe
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-05-19 1:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-18 22:27 [PATCH v2] block: Decode all flag names in the debugfs output Bart Van Assche
2023-05-18 23:09 ` Damien Le Moal
2023-05-19 1:34 ` Jens Axboe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox