aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block/blk-mq-debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-27blk-mq: expose write hints through debugfsJens Axboe1-0/+24
2017-06-01blk-mq-debugfs: Add 'kick' operationBart Van Assche1-1/+3
2017-06-01blk-mq-debugfs: Show busy requestsBart Van Assche1-0/+31
2017-06-01blk-mq-debugfs: Show requeue listBart Van Assche1-0/+32
2017-06-01blk-mq-debugfs: Show atomic request flagsBart Van Assche1-0/+10
2017-05-04mq-deadline: add debugfs attributesOmar Sandoval1-2/+7
2017-05-04kyber: add debugfs attributesOmar Sandoval1-1/+2
2017-05-04blk-mq-debugfs: allow schedulers to register debugfs attributesOmar Sandoval1-9/+65
2017-05-04blk-mq: untangle debugfs and sysfsOmar Sandoval1-48/+62
2017-05-04blk-mq: move debugfs declarations to a separate header fileOmar Sandoval1-0/+1
2017-05-04blk-mq: Do not invoke queue operations on a dead queueBart Van Assche1-0/+8
2017-05-04blk-mq-debugfs: get rid of a bunch of boilerplateOmar Sandoval1-328/+136
2017-05-04blk-mq-debugfs: rename hw queue directories from <n> to hctx<n>Omar Sandoval1-1/+1
2017-05-04blk-mq-debugfs: don't open code strstrip()Omar Sandoval1-5/+4
2017-05-04blk-mq-debugfs: error on long write to queue "state" fileOmar Sandoval1-7/+12
2017-05-04blk-mq-debugfs: clean up flag definitionsOmar Sandoval1-93/+108
2017-05-04blk-mq-debugfs: separate flags with |Omar Sandoval1-1/+1
2017-04-26blk-mq: Add blk_mq_ops.show_rq()Bart Van Assche1-1/+5
2017-04-26blk-mq: Show operation, cmd_flags and rq_flags namesBart Van Assche1-3/+69
2017-04-26blk-mq: Make blk_flags_show() callers append a newline characterBart Van Assche1-1/+3
2017-04-26blk-mq: Move the "state" debugfs attribute one level downBart Van Assche1-8/+1
2017-04-26blk-mq-debugfs: Rename functions for registering and unregistering the mq directoryBart Van Assche1-4/+4
2017-04-26blk-mq: Let blk_mq_debugfs_register() look up the queue nameBart Van Assche1-2/+3
2017-04-20blk-mq: Fix poll_stat for new size-based bucketing.Stephen Bates1-6/+9
2017-04-10blk-mq: Show symbolic names for hctx state and flagsBart Van Assche1-3/+34
2017-04-10blk-mq: Export queue state through /sys/kernel/debug/block/*/stateBart Van Assche1-0/+106
2017-03-21blk-stat: convert to callback-based statistics reportingOmar Sandoval1-55/+44
2017-03-21blk-stat: use READ and WRITE instead of BLK_STAT_{READ,WRITE}Omar Sandoval1-6/+6
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