aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-mq-debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-02block: use same block debugfs directory for blk-mq and blktraceOmar Sandoval1-9/+3
2017-02-01blk-mq-debug: Introduce debugfs_create_files()Bart Van Assche1-17/+17
2017-02-01blk-mq-debug: Make show() operations interruptibleBart Van Assche1-8/+26
2017-02-01blk-mq-debug: Avoid that sparse complains about req_flags_t usageBart Van Assche1-1/+1
2017-02-01blk-mq-debugfs: Add missing __acquires() / __releases() annotationsBart Van Assche1-0/+4
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig1-2/+2
2017-01-27blk-mq: move hctx and ctx counters from sysfs to debugfsOmar Sandoval1-0/+181
2017-01-27blk-mq: move hctx io_poll, stats, and dispatched from sysfs to debugfsOmar Sandoval1-0/+132
2017-01-27blk-mq: add tags and sched_tags bitmaps to debugfsOmar Sandoval1-0/+50
2017-01-27blk-mq: move tags and sched_tags info from sysfs to debugfsOmar Sandoval1-0/+70
2017-01-27blk-mq: export software queue pending map to debugfsOmar Sandoval1-0/+21
2017-01-27blk-mq: add extra request information to debugfsOmar Sandoval1-1/+3
2017-01-27blk-mq: move hctx->dispatch and ctx->rq_list from sysfs to debugfsOmar Sandoval1-0/+106
2017-01-27blk-mq: add hctx->{state,flags} to debugfsOmar Sandoval1-0/+42
2017-01-27blk-mq: create debugfs directory treeOmar Sandoval1-0/+152