summaryrefslogtreecommitdiffstats
path: root/block/blk-mq-sched.c
AgeCommit message (Expand)Author
2021-07-27blk-mq-sched: Fix blk_mq_sched_alloc_tags() error handlingJohn Garry
2021-06-24blk: Fix lock inversion between ioc lock and bfqd lockJan Kara
2021-06-18block: Remove unnecessary elevator operation checksDamien Le Moal
2021-06-18blk-mq: fix use-after-free in blk_mq_exit_schedMing Lei
2021-06-03block: Do not pull requests from the scheduler when we cannot dispatch themJan Kara
2021-05-24blk-mq: Use request queue-wide tags for tagset-wide sbitmapJohn Garry
2021-05-11kyber: fix out of bounds access when preemptedOmar Sandoval
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen
2021-03-04scsi: blk-mq: Return budget token from .get_budget callbackMing Lei
2021-03-01block: Drop leftover references to RQF_SORTEDJean Delvare
2021-02-22block: get rid of the trace rq insert wrapperChaitanya Kulkarni
2020-12-04block: remove the request_queue to argument request based tracepointsChristoph Hellwig
2020-10-09blk-mq: get rid of the dead flush handle code pathYufen Yu
2020-10-06block: move blk_mq_sched_try_merge to blk-merge.cChristoph Hellwig
2020-09-07block: Remove unused blk_mq_sched_free_hctx_data()Baolin Wang
2020-09-03blk-mq: Facilitate a shared sbitmap per tagsetJohn Garry
2020-09-03blk-mq: Pass flags for tag init/freeJohn Garry
2020-09-01blk-mq: use BLK_MQ_NO_TAG for no tagXianting Tian
2020-09-01block: Remove blk_mq_attempt_merge() functionBaolin Wang
2020-09-01block: Add a new helper to attempt to merge a bioBaolin Wang
2020-09-01block: Move blk_mq_bio_list_merge() into blk-merge.cBaolin Wang
2020-08-17blk-mq: order adding requests to hctx->dispatch and checking SCHED_RESTARTMing Lei
2020-07-31block: blk-mq-sched: delete duplicated wordRandy Dunlap
2020-07-10blk-mq: Remove unnecessary local variableBaolin Wang
2020-06-30blk-mq: support batching dispatch in case of ioMing Lei
2020-06-30blk-mq: pass obtained budget count to blk_mq_dispatch_rq_listMing Lei
2020-06-30blk-mq: pass hctx to blk_mq_dispatch_rq_listMing Lei
2020-06-30blk-mq: pass request queue into get/put budget callbackMing Lei
2020-04-29blk-mq: make function '__blk_mq_sched_dispatch_requests' staticZheng Bin
2020-04-24block: Limit number of items taken from the I/O scheduler in one goSalman Qazi
2020-04-20blk-mq: Rerun dispatching in the case of budget contentionDouglas Anderson
2020-03-12blk-mq: insert flush request to the front of dispatch queueMing Lei
2020-02-24blk-mq: insert passthrough request into hctx->dispatch directlyMing Lei
2019-09-26blk-mq: move lockdep_assert_held() into elevator_exitMing Lei
2019-07-02blk-mq: remove blk_mq_put_ctx()Bart Van Assche
2019-06-20block: remove the bi_phys_segments field in struct bioChristoph Hellwig
2019-06-13blk-mq: remove WARN_ON(!q->elevator) from blk_mq_sched_free_requestsMing Lei
2019-06-06block: free sched's request pool in blk_cleanup_queueMing Lei
2019-05-04blk-mq: grab .q_usage_counter when queuing request from plug code pathMing Lei
2019-04-30block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig
2019-04-05block: Revert v5.0 blk_mq_request_issue_directly() changesBart Van Assche
2019-02-01blk-mq: save queue mapping result into ctx directlyJianchao Wang
2018-12-17blk-mq: fix dispatch from sw queueMing Lei
2018-12-17block: mq-deadline: Fix write completion handlingDamien Le Moal
2018-12-16blk-mq: issue directly with bypass 'false' in blk_mq_sched_insert_requestsJianchao Wang
2018-11-20block: fix attempt to assign NULL io_contextJens Axboe
2018-11-19block: Remove bio->bi_iocDamien Le Moal
2018-11-15block: remove the queue_lock indirectionChristoph Hellwig
2018-11-07blk-mq: cleanup and improve list insertionJens Axboe