aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-mq-tag.h
AgeCommit message (Expand)Author
2023-04-13blk-mq: remove blk-mq-tag.hChristoph Hellwig
2022-06-27blk-mq: blk_mq_tag_busy is no need to return a valueLiu Song
2021-12-06blk-mq: Delete busy_iter_fnJohn Garry
2021-10-19block: move blk_mq_tag_to_rq() inlineJens Axboe
2021-10-18block: add support for blk_mq_end_request_batch()Jens Axboe
2021-10-18block: improve batched tag allocationJens Axboe
2021-10-18blk-mq: Change shared sbitmap naming to shared tagsJohn Garry
2021-10-18blk-mq: Stop using pointers for blk_mq_tags bitmap tagsJohn Garry
2021-10-18blk-mq: Use shared tags for shared sbitmap supportJohn Garry
2021-10-18blk-mq: Add blk_mq_tag_update_sched_shared_sbitmap()John Garry
2021-10-18block: move elevator.h to block/Christoph Hellwig
2021-05-24blk-mq: Some tag allocation code refactoringJohn Garry
2021-05-24blk-mq: clear stale request in tags->rq[] before freeing one request poolMing Lei
2020-09-03blk-mq: Relocate hctx_may_queue()John Garry
2020-09-03blk-mq: Facilitate a shared sbitmap per tagsetJohn Garry
2020-09-03blk-mq: Use pointers for blk_mq_tags bitmap tagsJohn Garry
2020-09-03blk-mq: Pass flags for tag init/freeJohn Garry
2020-09-03blk-mq: Rename BLK_MQ_F_TAG_SHARED as BLK_MQ_F_TAG_QUEUE_SHAREDMing Lei
2020-07-08blk-mq: centralise related handling into blk_mq_get_driver_tagMing Lei
2020-07-01Revert "blk-mq: put driver tag when this request is completed"Jens Axboe
2020-06-30blk-mq: centralise related handling into blk_mq_get_driver_tagMing Lei
2020-06-30blk-mq: move blk_mq_get_driver_tag into blk-mq.cMing Lei
2020-06-07blk-mq: split out a __blk_mq_get_driver_tag helperChristoph Hellwig
2020-05-29blk-mq: add blk_mq_all_tag_iterMing Lei
2020-05-29blk-mq: rename BLK_MQ_TAG_FAIL to BLK_MQ_NO_TAGChristoph Hellwig
2020-02-26blk-mq: Remove some unused function argumentsJohn Garry
2019-11-13blk-mq: Delete blk_mq_has_free_tags() and blk_mq_can_queue()John Garry
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-01blk-mq-tag: kill unused tag enumsJens Axboe
2017-03-02blk-mq-sched: Allocate sched reserved tags as specified in the original queue...Sagi Grimberg
2017-01-27blk-mq: move tags and sched_tags info from sysfs to debugfsOmar Sandoval
2017-01-20blk-mq: allow resize of scheduler requestsJens Axboe
2017-01-17blk-mq: split tag ->rqs[] into twoJens Axboe
2017-01-17blk-mq-tag: cleanup the normal/reserved tag allocationJens Axboe
2016-10-09Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-09-17sbitmap: randomize initial alloc_hint valuesOmar Sandoval
2016-09-17sbitmap: push alloc policy into sbitmap_queueOmar Sandoval
2016-09-17sbitmap: push per-cpu last_tag into sbitmap_queueOmar Sandoval
2016-09-17blk-mq: abstract tag allocation out into sbitmap libraryOmar Sandoval
2016-09-15blk-mq: get rid of the cpumask in struct blk_mq_tagsChristoph Hellwig
2015-10-01blk-mq: factor out a helper to iterate all tags for a request_queueChristoph Hellwig
2015-08-15blk-mq: fix race between timeout and freeing requestMing Lei
2015-06-01blk-mq: Shared tag enhancementsKeith Busch
2015-01-23blk-mq: add tag allocation policyShaohua Li
2014-12-31block: wake up waiters when a queue is marked dyingJens Axboe
2014-06-17blk-mq: bitmap tag: fix races on shared ::wake_index fieldsAlexander Gordeev
2014-06-03blk-mq: fix schedule from atomic contextMing Lei
2014-05-28blk-mq: remove blk_mq_wait_for_tagsChristoph Hellwig
2014-05-23blk-mq: export blk_mq_tag_busy_iterSam Bradshaw