summaryrefslogtreecommitdiffstats
path: root/block/blk-mq-debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: add missing RQF_STARTED to debugfsJens Axboe2018-01-121-0/+1
* block: convert REQ_ATOM_COMPLETE to stealing rq->__deadline bitJens Axboe2018-01-101-8/+1
* block: remove REQ_ATOM_POLL_SLEPTJens Axboe2018-01-101-1/+1
* blk-mq: add a few missing debugfs RQF_ flagsJens Axboe2018-01-101-0/+2
* blk-mq: remove REQ_ATOM_STARTEDTejun Heo2018-01-091-3/+1
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-141-2/+1
|\
| * block: Add the QUEUE_FLAG_PREEMPT_ONLY request queue flagBart Van Assche2017-11-101-0/+1
| * blk-mq: fix issue with shared tag queue re-runningJens Axboe2017-11-101-1/+0
| * block: remove QUEUE_FLAG_STACKABLEChristoph Hellwig2017-10-051-1/+0
* | blk-mq-debugfs: fix device sched directory for default schedulerOmar Sandoval2017-10-031-1/+5
|/
* Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-071-3/+1
|\
| * blk-mq-debugfs: Declare a local symbol staticBart Van Assche2017-08-181-1/+1
| * block: remove unused syncfull/asyncfull queue flagsJens Axboe2017-08-101-2/+0
* | blk-mq-debugfs: Add names for recently added flagsBart Van Assche2017-08-251-0/+3
|/
* blk-mq: expose write hints through debugfsJens Axboe2017-06-271-0/+24
* blk-mq-debugfs: Add 'kick' operationBart Van Assche2017-06-011-1/+3
* blk-mq-debugfs: Show busy requestsBart Van Assche2017-06-011-0/+31
* blk-mq-debugfs: Show requeue listBart Van Assche2017-06-011-0/+32
* blk-mq-debugfs: Show atomic request flagsBart Van Assche2017-06-011-0/+10
* mq-deadline: add debugfs attributesOmar Sandoval2017-05-041-2/+7
* kyber: add debugfs attributesOmar Sandoval2017-05-041-1/+2
* blk-mq-debugfs: allow schedulers to register debugfs attributesOmar Sandoval2017-05-041-9/+65
* blk-mq: untangle debugfs and sysfsOmar Sandoval2017-05-041-48/+62
* blk-mq: move debugfs declarations to a separate header fileOmar Sandoval2017-05-041-0/+1
* blk-mq: Do not invoke queue operations on a dead queueBart Van Assche2017-05-041-0/+8
* blk-mq-debugfs: get rid of a bunch of boilerplateOmar Sandoval2017-05-041-328/+136
* blk-mq-debugfs: rename hw queue directories from <n> to hctx<n>Omar Sandoval2017-05-041-1/+1
* blk-mq-debugfs: don't open code strstrip()Omar Sandoval2017-05-041-5/+4
* blk-mq-debugfs: error on long write to queue "state" fileOmar Sandoval2017-05-041-7/+12
* blk-mq-debugfs: clean up flag definitionsOmar Sandoval2017-05-041-93/+108
* blk-mq-debugfs: separate flags with |Omar Sandoval2017-05-041-1/+1
* blk-mq: Add blk_mq_ops.show_rq()Bart Van Assche2017-04-261-1/+5
* blk-mq: Show operation, cmd_flags and rq_flags namesBart Van Assche2017-04-261-3/+69
* blk-mq: Make blk_flags_show() callers append a newline characterBart Van Assche2017-04-261-1/+3
* blk-mq: Move the "state" debugfs attribute one level downBart Van Assche2017-04-261-8/+1
* blk-mq-debugfs: Rename functions for registering and unregistering the mq dir...Bart Van Assche2017-04-261-4/+4
* blk-mq: Let blk_mq_debugfs_register() look up the queue nameBart Van Assche2017-04-261-2/+3
* 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