aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block/blk-mq-debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-17blk-mq: fix dispatch from sw queueMing Lei1-30/+39
2018-12-17blk-mq: export hctx->type in debugfs instead of sysfsMing Lei1-0/+16
2018-12-16blk-mq-debugfs: support rq_qosMing Lei1-0/+54
2018-11-15block: remove QUEUE_FLAG_BYPASS and ->bypassChristoph Hellwig1-1/+0
2018-11-08blk-mq-tag: change busy_iter_fn to return whether to continue or notJens Axboe1-2/+5
2018-11-07blk-mq: cache request hardware queue mappingJens Axboe1-3/+1
2018-11-07blk-mq: pass in request/bio flags to queue mappingJens Axboe1-1/+3
2018-11-07block: remove legacy rq taggingJens Axboe1-2/+0
2018-10-25block: add a report_zones methodChristoph Hellwig1-1/+0
2018-10-05blk-mq-debugfs: Also show requests that have not yet been startedBart Van Assche1-2/+1
2018-09-26block, scsi: Change the preempt-only flag into a counterBart Van Assche1-1/+9
2018-07-09blk-mq: dequeue request one by one from sw queue if hctx is busyMing Lei1-0/+9
2018-07-09block: Make struct request_queue smaller for CONFIG_BLK_DEV_ZONED=nBart Van Assche1-15/+0
2018-07-09block: Inline blk_queue_nr_zones()Bart Van Assche1-1/+1
2018-06-20blk-mq-debugfs: Off by one in blk_mq_rq_state_name()Dan Carpenter1-1/+1
2018-05-29blk-mq: Remove generation seqeunceKeith Busch1-1/+0
2018-04-10blk-mq: remove blk_mq_delay_queue()Ming Lei1-1/+0
2018-03-17blk-mq-debugfs: Show more request state informationBart Van Assche1-1/+15
2018-02-28blk-mq-debugfs: Show zone locking informationBart Van Assche1-0/+16
2018-02-28blk-mq-debugfs: Reorder queue show and store methodsBart Van Assche1-65/+65
2018-01-24blk-mq-debugfs: don't allow write on attributes with seq_operations setEryu Guan1-1/+5
2018-01-12blk-mq: add missing RQF_STARTED to debugfsJens Axboe1-0/+1
2018-01-10block: convert REQ_ATOM_COMPLETE to stealing rq->__deadline bitJens Axboe1-8/+1
2018-01-10block: remove REQ_ATOM_POLL_SLEPTJens Axboe1-1/+1
2018-01-10blk-mq: add a few missing debugfs RQF_ flagsJens Axboe1-0/+2
2018-01-09blk-mq: remove REQ_ATOM_STARTEDTejun Heo1-3/+1
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+1
2017-11-10block: Add the QUEUE_FLAG_PREEMPT_ONLY request queue flagBart Van Assche1-0/+1
2017-11-10blk-mq: fix issue with shared tag queue re-runningJens Axboe1-1/+0
2017-10-05block: remove QUEUE_FLAG_STACKABLEChristoph Hellwig1-1/+0
2017-10-03blk-mq-debugfs: fix device sched directory for default schedulerOmar Sandoval1-1/+5
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+1
2017-08-25blk-mq-debugfs: Add names for recently added flagsBart Van Assche1-0/+3
2017-08-18blk-mq-debugfs: Declare a local symbol staticBart Van Assche1-1/+1
2017-08-10block: remove unused syncfull/asyncfull queue flagsJens Axboe1-2/+0
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