summaryrefslogtreecommitdiffstats
path: root/block/blk-mq-sched.c
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: Remove the hctx 'run' debugfs attributeBart Van Assche2024-01-171-2/+0
* blk-mq: cleanup __blk_mq_sched_dispatch_requestsChristoph Hellwig2023-04-131-17/+14
* blk-mq: move blk_mq_sched_insert_request to blk-mq.cChristoph Hellwig2023-04-131-73/+0
* blk-mq: fold blk_mq_sched_insert_requests into blk_mq_dispatch_plug_listChristoph Hellwig2023-04-131-24/+0
* blk-mq: move more logic into blk_mq_insert_requestsChristoph Hellwig2023-04-131-15/+2
* blk-mq: include <linux/blk-mq.h> in block/blk-mq.hChristoph Hellwig2023-04-131-1/+0
* blk-mq: remove blk-mq-tag.hChristoph Hellwig2023-04-131-1/+0
* blk-mq: correct stale comment of .get_budgetKemeng Shi2023-02-061-2/+2
* blk-mq: remove stale comment for blk_mq_sched_mark_restart_hctxKemeng Shi2023-02-061-2/+1
* block: split elevator_switchChristoph Hellwig2022-11-011-7/+0
* block: fix up elevator_type refcountingJinlong Chen2022-10-231-0/+1
* block: serialize all debugfs operations using q->debugfs_mutexChristoph Hellwig2022-06-171-0/+11
* blk-mq: avoid to touch q->elevator without any protectionMing Lei2022-06-161-0/+1
* block: limit request dispatch loop durationShin'ichiro Kawasaki2022-03-171-1/+8
* blk-mq: prepare for implementing hctx table via xarrayMing Lei2022-03-081-4/+5
* blk-mq: run dispatch lock once in case of issuing from listMing Lei2021-12-031-1/+2
* block: move blk_mq_sched_assign_ioc to blk-ioc.cChristoph Hellwig2021-11-291-31/+0
* Revert "block: Provide blk_mq_sched_get_icq()"Christoph Hellwig2021-11-291-15/+11
* block: Provide blk_mq_sched_get_icq()Jan Kara2021-11-291-11/+15
* block: move io_context creation into where it's neededJens Axboe2021-11-291-0/+5
* blk-mq: don't grab ->q_usage_counter in blk_mq_sched_bio_mergeMing Lei2021-11-111-4/+0
* block: move queue enter logic into blk_mq_submit_bio()Jens Axboe2021-11-041-3/+10
* blk-mq: fix redundant check of !e expressionJean Sacren2021-10-301-1/+1
* blk-mq-sched: Don't reference queue tagset in blk_mq_sched_tags_teardown()John Garry2021-10-221-1/+1
* block: clean up blk_mq_submit_bio() mergingPavel Begunkov2021-10-211-1/+1
* block: remove debugfs blk_mq_ctx dispatched/merged/completed attributesJens Axboe2021-10-181-4/+1
* blk-mq: inline hot part of __blk_mq_sched_restartPavel Begunkov2021-10-181-3/+1
* blk-mq: Change shared sbitmap naming to shared tagsJohn Garry2021-10-181-16/+16
* blk-mq: Use shared tags for shared sbitmap supportJohn Garry2021-10-181-41/+41
* blk-mq: Add blk_mq_alloc_map_and_rqs()John Garry2021-10-181-12/+3
* blk-mq: Add blk_mq_tag_update_sched_shared_sbitmap()John Garry2021-10-181-2/+1
* blk-mq-sched: Rename blk_mq_sched_free_{requests -> rqs}()John Garry2021-10-181-3/+3
* blk-mq-sched: Rename blk_mq_sched_alloc_{tags -> map_and_rqs}()John Garry2021-10-181-7/+7
* block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQJohn Garry2021-10-181-1/+1
* blk-mq-sched: Fix blk_mq_sched_alloc_tags() error handlingJohn Garry2021-07-271-13/+4
* blk: Fix lock inversion between ioc lock and bfqd lockJan Kara2021-06-241-2/+3
* block: Remove unnecessary elevator operation checksDamien Le Moal2021-06-181-7/+6
* blk-mq: fix use-after-free in blk_mq_exit_schedMing Lei2021-06-181-1/+3
* block: Do not pull requests from the scheduler when we cannot dispatch themJan Kara2021-06-031-1/+11
* blk-mq: Use request queue-wide tags for tagset-wide sbitmapJohn Garry2021-05-241-13/+54
* 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