aboutsummaryrefslogtreecommitdiffstats
path: root/block/kyber-iosched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-04scsi: sbitmap: Move allocation hint into sbitmapMing Lei1-1/+1
2021-03-04scsi: sbitmap: Maintain allocation round_robin in sbitmapMing Lei1-1/+2
2021-02-22kyber: introduce kyber_depth_updated()Yang Yang1-16/+13
2021-02-22block: get rid of the trace rq insert wrapperChaitanya Kulkarni1-1/+3
2021-01-24blk-mq: Improve performance of non-mq IO schedulers with multiple HW queuesJan Kara1-0/+1
2020-09-03blk-mq: Use pointers for blk_mq_tags bitmap tagsJohn Garry1-2/+2
2020-09-01block: Move blk_mq_bio_list_merge() into blk-merge.cBaolin Wang1-1/+1
2020-05-29blk-mq: remove the bio argument to ->prepare_requestChristoph Hellwig1-1/+1
2019-07-02blk-mq: remove blk_mq_put_ctx()Bart Van Assche1-1/+0
2019-06-20block: remove the bi_phys_segments field in struct bioChristoph Hellwig1-2/+3
2019-04-30block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig1-12/+1
2018-12-20kyber: use sbitmap add_wait_queue/list_del wait helpersJens Axboe1-13/+15
2018-11-07blk-mq: allow software queue to map to multiple hardware queuesJens Axboe1-3/+3
2018-11-07block: get rid of MQ scheduler ops unionJens Axboe1-1/+1
2018-11-07block: remove dead elevator codeJens Axboe1-1/+0
2018-09-28kyber: fix integer overflow of latency targets on 32-bitOmar Sandoval1-3/+3
2018-09-27kyber: add tracepointsOmar Sandoval1-18/+34
2018-09-27kyber: implement improved heuristicsOmar Sandoval1-218/+279
2018-09-27kyber: don't make domain token sbitmap larger than necessaryOmar Sandoval1-13/+2
2018-09-27block: move call of scheduler's ->completed_request() hookOmar Sandoval1-3/+2
2018-05-30block: kyber: make kyber more friendly with mergingJianchao Wang1-32/+158
2018-05-10kyber-iosched: update shallow depth when setting up hardware queueJens Axboe1-0/+3
2018-05-09block: get rid of struct blk_issue_statOmar Sandoval1-3/+3
2018-02-24block: kyber: fix domain token leak during requeueMing Lei1-0/+1
2017-12-06kyber: fix another domain token wait queue hangOmar Sandoval1-13/+24
2017-11-01block: kyber: check if there are requests in ctx in kyber_has_work()Ming Lei1-1/+1
2017-10-17kyber: fix hang on domain token wait queueOmar Sandoval1-1/+9
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+8
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar1-4/+4
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-4/+4
2017-06-18blk-mq-sched: unify request prepare methodsChristoph Hellwig1-12/+11
2017-06-18blk-mq-sched: unify request finished methodsChristoph Hellwig1-5/+3
2017-05-04kyber: add debugfs attributesOmar Sandoval1-0/+130
2017-04-20blk-stat: convert blk-stat bucket callback to signedStephen Bates1-1/+1
2017-04-14blk-mq: introduce Kyber multiqueue I/O schedulerOmar Sandoval1-0/+719