summaryrefslogtreecommitdiffstats
path: root/block/blk-mq-debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: fix dispatch from sw queueMing Lei2018-12-171-30/+39
* blk-mq: export hctx->type in debugfs instead of sysfsMing Lei2018-12-171-0/+16
* blk-mq-debugfs: support rq_qosMing Lei2018-12-161-0/+54
* block: remove QUEUE_FLAG_BYPASS and ->bypassChristoph Hellwig2018-11-151-1/+0
* blk-mq-tag: change busy_iter_fn to return whether to continue or notJens Axboe2018-11-081-2/+5
* blk-mq: cache request hardware queue mappingJens Axboe2018-11-071-3/+1
* blk-mq: pass in request/bio flags to queue mappingJens Axboe2018-11-071-1/+3
* block: remove legacy rq taggingJens Axboe2018-11-071-2/+0
* block: add a report_zones methodChristoph Hellwig2018-10-251-1/+0
* blk-mq-debugfs: Also show requests that have not yet been startedBart Van Assche2018-10-051-2/+1
* block, scsi: Change the preempt-only flag into a counterBart Van Assche2018-09-261-1/+9
* blk-mq: dequeue request one by one from sw queue if hctx is busyMing Lei2018-07-091-0/+9
* block: Make struct request_queue smaller for CONFIG_BLK_DEV_ZONED=nBart Van Assche2018-07-091-15/+0
* block: Inline blk_queue_nr_zones()Bart Van Assche2018-07-091-1/+1
* blk-mq-debugfs: Off by one in blk_mq_rq_state_name()Dan Carpenter2018-06-201-1/+1
* blk-mq: Remove generation seqeunceKeith Busch2018-05-291-1/+0
* blk-mq: remove blk_mq_delay_queue()Ming Lei2018-04-101-1/+0
* blk-mq-debugfs: Show more request state informationBart Van Assche2018-03-171-1/+15
* blk-mq-debugfs: Show zone locking informationBart Van Assche2018-02-281-0/+16
* blk-mq-debugfs: Reorder queue show and store methodsBart Van Assche2018-02-281-65/+65
* blk-mq-debugfs: don't allow write on attributes with seq_operations setEryu Guan2018-01-241-1/+5
* 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