summaryrefslogtreecommitdiffstats
path: root/block/blk-mq-tag.c
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: Always use blk_mq_is_sbitmap_sharedNikolay Borisov2021-04-061-2/+2
* blk-mq: Sentence reconstruct for better readabilityBhaskar Chowdhury2021-03-251-2/+2
* block-mq: fix comments in blk_mq_queue_tag_busy_iteryangerkun2020-09-291-3/+1
* blk-mq: always allow reserved allocation in hctx_may_queueMing Lei2020-09-111-1/+2
* blk-mq: Record active_queues_shared_sbitmap per tag_set for when using shared...John Garry2020-09-031-8/+25
* blk-mq: Facilitate a shared sbitmap per tagsetJohn Garry2020-09-031-4/+47
* blk-mq: Use pointers for blk_mq_tags bitmap tagsJohn Garry2020-09-031-19/+22
* blk-mq: Pass flags for tag init/freeJohn Garry2020-09-031-5/+7
* blk-mq: Free tags in blk_mq_init_tags() upon errorHannes Reinecke2020-09-031-8/+10
* blk-mq: move blk_mq_get_driver_tag into blk-mq.cMing Lei2020-06-301-58/+0
* blk-mq: remove the BLK_MQ_REQ_INTERNAL flagChristoph Hellwig2020-06-291-2/+2
* blk-mq: Remove redundant 'return' statementBaolin Wang2020-06-151-1/+1
* blk-mq: fix blk_mq_all_tag_iterMing Lei2020-06-071-3/+9
* blk-mq: split out a __blk_mq_get_driver_tag helperChristoph Hellwig2020-06-071-0/+27
* blk-mq: drain I/O when all CPUs in a hctx are offlineMing Lei2020-05-291-0/+8
* blk-mq: add blk_mq_all_tag_iterMing Lei2020-05-291-18/+32
* blk-mq: use BLK_MQ_NO_TAG in more placesChristoph Hellwig2020-05-291-4/+4
* blk-mq: rename BLK_MQ_TAG_FAIL to BLK_MQ_NO_TAGChristoph Hellwig2020-05-291-2/+2
* blk-mq: Remove some unused function argumentsJohn Garry2020-02-261-2/+2
* blk-mq: Delete blk_mq_has_free_tags() and blk_mq_can_queue()John Garry2019-11-131-8/+0
* blk-mq: introduce blk_mq_tagset_wait_completed_request()Ming Lei2019-08-041-0/+32
* blk-mq: remove blk_mq_put_ctx()Bart Van Assche2019-07-021-8/+0
* block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig2019-04-301-0/+1
* blk-mq: save queue mapping result into ctx directlyJianchao Wang2019-02-011-1/+1
* sbitmap: optimize wakeup checkJens Axboe2018-11-301-6/+5
* blk-mq-tag: document tag iteration helper return valueJens Axboe2018-11-081-4/+8
* blk-mq-tag: change busy_iter_fn to return whether to continue or notJens Axboe2018-11-081-2/+2
* blk-mq: cache request hardware queue mappingJens Axboe2018-11-071-8/+1
* blk-mq: pass in request/bio flags to queue mappingJens Axboe2018-11-071-2/+3
* block: remove legacy rq taggingJens Axboe2018-11-071-4/+2
* Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe2018-10-011-5/+2
|\
| * blk-mq: Allow blocking queue tag iter callbacksKeith Busch2018-09-251-9/+4
* | blk-mq: Document the functions that iterate over requestsBart Van Assche2018-09-211-7/+64
|/
* Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-221-1/+13
|\
| * blk-mq: sync the update nr_hw_queues with blk_mq_queue_tag_busy_iterJianchao Wang2018-08-211-1/+13
* | Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-141-4/+7
|\|
| * blk-mq: count the hctx as active before allocating tagJianchao Wang2018-08-091-0/+3
| * blk-mq: fix updating tags depthMing Lei2018-08-021-4/+4
* | blk-mq: fix blk_mq_tagset_busy_iterMing Lei2018-08-021-1/+1
|/
* blk-mq: remove blk_mq_tagset_iterChristoph Hellwig2018-06-141-29/+0
* blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iterChristoph Hellwig2018-05-301-1/+1
* blk-mq: avoid starving tag allocation after allocating process migratesMing Lei2018-05-241-0/+12
* blk-mq: improve heavily contended tag caseJens Axboe2017-12-221-6/+7
* block: remove blk_mq_reinit_tagsetSagi Grimberg2017-10-181-7/+0
* block: introduce blk_mq_tagset_iterSagi Grimberg2017-10-181-5/+11
* blk-mq: Make blk_mq_reinit_tagset() calls easier to readBart Van Assche2017-08-181-4/+5
* blk-mq-tag: check for NULL rq when iterating tagsJens Axboe2017-08-091-2/+12
* blk-mq: add shallow depth option for blk_mq_get_tag()Omar Sandoval2017-04-141-1/+4
* blk-mq: Fix tagset reinit in the presence of cpu hot-unplugSagi Grimberg2017-03-131-0/+3
* blk-mq-sched: Allocate sched reserved tags as specified in the original queue...Sagi Grimberg2017-03-021-1/+1