summaryrefslogtreecommitdiffstats
path: root/block/blk-mq-debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: Fix poll_stat for new size-based bucketing.Stephen Bates2017-04-201-6/+9
* blk-mq: Show symbolic names for hctx state and flagsBart Van Assche2017-04-101-3/+34
* blk-mq: Export queue state through /sys/kernel/debug/block/*/stateBart Van Assche2017-04-101-0/+106
* blk-stat: convert to callback-based statistics reportingOmar Sandoval2017-03-211-55/+44
* blk-stat: use READ and WRITE instead of BLK_STAT_{READ,WRITE}Omar Sandoval2017-03-211-6/+6
* block: use same block debugfs directory for blk-mq and blktraceOmar Sandoval2017-02-021-9/+3
* blk-mq-debug: Introduce debugfs_create_files()Bart Van Assche2017-02-011-17/+17
* blk-mq-debug: Make show() operations interruptibleBart Van Assche2017-02-011-8/+26
* blk-mq-debug: Avoid that sparse complains about req_flags_t usageBart Van Assche2017-02-011-1/+1
* blk-mq-debugfs: Add missing __acquires() / __releases() annotationsBart Van Assche2017-02-011-0/+4
* block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-311-2/+2
* blk-mq: move hctx and ctx counters from sysfs to debugfsOmar Sandoval2017-01-271-0/+181
* blk-mq: move hctx io_poll, stats, and dispatched from sysfs to debugfsOmar Sandoval2017-01-271-0/+132
* blk-mq: add tags and sched_tags bitmaps to debugfsOmar Sandoval2017-01-271-0/+50
* blk-mq: move tags and sched_tags info from sysfs to debugfsOmar Sandoval2017-01-271-0/+70
* blk-mq: export software queue pending map to debugfsOmar Sandoval2017-01-271-0/+21
* blk-mq: add extra request information to debugfsOmar Sandoval2017-01-271-1/+3
* blk-mq: move hctx->dispatch and ctx->rq_list from sysfs to debugfsOmar Sandoval2017-01-271-0/+106
* blk-mq: add hctx->{state,flags} to debugfsOmar Sandoval2017-01-271-0/+42
* blk-mq: create debugfs directory treeOmar Sandoval2017-01-271-0/+152