public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/2] block: support debugfs on rq_qos & wbt
@ 2018-12-17  1:45 Ming Lei
  2018-12-17  1:46 ` [PATCH V2 1/2] blk-mq-debugfs: support rq_qos Ming Lei
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ming Lei @ 2018-12-17  1:45 UTC (permalink / raw)
  To: Jens Axboe
  Cc: linux-block, Ming Lei, Bart Van Assche, Omar Sandoval,
	Christoph Hellwig, Josef Bacik

Hi,

The 1st patch provides debugfs support on rq_qos.

The 2nd patch exports blk-wbt's internal states via debugfs.

V2:
	- use 'const char *'
	- fix one comipile failure in case of !CONFIG_BLK_DEBUG_FS
	- don't output 'ns' in several attributes


Ming Lei (2):
  blk-mq-debugfs: support rq_qos
  blk-wbt: export internal state via debugfs

 block/blk-mq-debugfs.c | 54 ++++++++++++++++++++++++++++++
 block/blk-mq-debugfs.h | 17 ++++++++++
 block/blk-rq-qos.c     |  2 ++
 block/blk-rq-qos.h     | 24 +++++++++++++
 block/blk-wbt.c        | 91 ++++++++++++++++++++++++++++++++++++++++++++++++++
 include/linux/blkdev.h |  1 +
 6 files changed, 189 insertions(+)

Cc: Bart Van Assche <bart.vanassche@wdc.com>
Cc: Omar Sandoval <osandov@fb.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Josef Bacik <josef@toxicpanda.com>

-- 
2.9.5


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

end of thread, other threads:[~2018-12-17  2:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-17  1:45 [PATCH V2 0/2] block: support debugfs on rq_qos & wbt Ming Lei
2018-12-17  1:46 ` [PATCH V2 1/2] blk-mq-debugfs: support rq_qos Ming Lei
2018-12-17  1:46 ` [PATCH V2 2/2] blk-wbt: export internal state via debugfs Ming Lei
2018-12-17  2:54 ` [PATCH V2 0/2] block: support debugfs on rq_qos & wbt Jens Axboe

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