summaryrefslogtreecommitdiffstats
path: root/block/blk-mq-sched.c
Commit message (Expand)AuthorAgeFilesLines
* kyber: fix out of bounds access when preemptedOmar Sandoval2021-05-111-3/+5
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-04-281-4/+13
|\
| * scsi: blk-mq: Return budget token from .get_budget callbackMing Lei2021-03-041-4/+13
* | treewide: Change list_sort to use const pointersSami Tolvanen2021-04-081-1/+2
* | block: Drop leftover references to RQF_SORTEDJean Delvare2021-03-011-5/+1
|/
* block: get rid of the trace rq insert wrapperChaitanya Kulkarni2021-02-221-6/+0
* block: remove the request_queue to argument request based tracepointsChristoph Hellwig2020-12-041-1/+1
* blk-mq: get rid of the dead flush handle code pathYufen Yu2020-10-091-6/+0
* block: move blk_mq_sched_try_merge to blk-merge.cChristoph Hellwig2020-10-061-32/+0
* block: Remove unused blk_mq_sched_free_hctx_data()Baolin Wang2020-09-071-15/+0
* blk-mq: Facilitate a shared sbitmap per tagsetJohn Garry2020-09-031-3/+5
* blk-mq: Pass flags for tag init/freeJohn Garry2020-09-031-3/+8
* blk-mq: use BLK_MQ_NO_TAG for no tagXianting Tian2020-09-011-1/+1
* block: Remove blk_mq_attempt_merge() functionBaolin Wang2020-09-011-28/+16
* block: Add a new helper to attempt to merge a bioBaolin Wang2020-09-011-3/+3
* block: Move blk_mq_bio_list_merge() into blk-merge.cBaolin Wang2020-09-011-45/+1
* blk-mq: order adding requests to hctx->dispatch and checking SCHED_RESTARTMing Lei2020-08-171-0/+9
* block: blk-mq-sched: delete duplicated wordRandy Dunlap2020-07-311-1/+1
* blk-mq: Remove unnecessary local variableBaolin Wang2020-07-101-3/+1
* blk-mq: support batching dispatch in case of ioMing Lei2020-06-301-7/+82
* blk-mq: pass obtained budget count to blk_mq_dispatch_rq_listMing Lei2020-06-301-4/+4
* blk-mq: pass hctx to blk_mq_dispatch_rq_listMing Lei2020-06-301-8/+6
* blk-mq: pass request queue into get/put budget callbackMing Lei2020-06-301-4/+4
* blk-mq: make function '__blk_mq_sched_dispatch_requests' staticZheng Bin2020-04-291-1/+1
* block: Limit number of items taken from the I/O scheduler in one goSalman Qazi2020-04-241-13/+51
* blk-mq: Rerun dispatching in the case of budget contentionDouglas Anderson2020-04-201-0/+18
* blk-mq: insert flush request to the front of dispatch queueMing Lei2020-03-121-0/+22
* blk-mq: insert passthrough request into hctx->dispatch directlyMing Lei2020-02-241-7/+15
* blk-mq: move lockdep_assert_held() into elevator_exitMing Lei2019-09-261-2/+0
* blk-mq: remove blk_mq_put_ctx()Bart Van Assche2019-07-021-4/+1
* block: remove the bi_phys_segments field in struct bioChristoph Hellwig2019-06-201-11/+15
* blk-mq: remove WARN_ON(!q->elevator) from blk_mq_sched_free_requestsMing Lei2019-06-131-1/+0
* block: free sched's request pool in blk_cleanup_queueMing Lei2019-06-061-3/+27
* blk-mq: grab .q_usage_counter when queuing request from plug code pathMing Lei2019-05-041-1/+11
* block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig2019-04-301-0/+1
* block: Revert v5.0 blk_mq_request_issue_directly() changesBart Van Assche2019-04-051-3/+5
* blk-mq: save queue mapping result into ctx directlyJianchao Wang2019-02-011-1/+1
* blk-mq: fix dispatch from sw queueMing Lei2018-12-171-3/+8
* block: mq-deadline: Fix write completion handlingDamien Le Moal2018-12-171-1/+2
* blk-mq: issue directly with bypass 'false' in blk_mq_sched_insert_requestsJianchao Wang2018-12-161-5/+3
* block: fix attempt to assign NULL io_contextJens Axboe2018-11-201-1/+8
* block: Remove bio->bi_iocDamien Le Moal2018-11-191-2/+2
* block: remove the queue_lock indirectionChristoph Hellwig2018-11-151-2/+2
* blk-mq: cleanup and improve list insertionJens Axboe2018-11-071-7/+1
* blk-mq: cache request hardware queue mappingJens Axboe2018-11-071-4/+2
* blk-mq: allow software queue to map to multiple hardware queuesJens Axboe2018-11-071-1/+1
* blk-mq: pass in request/bio flags to queue mappingJens Axboe2018-11-071-4/+12
* block: get rid of MQ scheduler ops unionJens Axboe2018-11-071-17/+16
* blk-mq: init hctx sched after update ctx and hctx mappingJianchao Wang2018-08-211-44/+0
* blk-mq: issue directly if hw queue isn't busy in case of 'none'Ming Lei2018-07-171-1/+12