summaryrefslogtreecommitdiffstats
path: root/block/blk-mq-tag.h
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: factor out a helper to iterate all tags for a request_queueChristoph Hellwig2015-10-011-0/+2
* blk-mq: fix race between timeout and freeing requestMing Lei2015-08-151-0/+12
* blk-mq: Shared tag enhancementsKeith Busch2015-06-011-0/+1
* blk-mq: add tag allocation policyShaohua Li2015-01-231-1/+3
* block: wake up waiters when a queue is marked dyingJens Axboe2014-12-311-0/+1
* blk-mq: bitmap tag: fix races on shared ::wake_index fieldsAlexander Gordeev2014-06-171-1/+1
* blk-mq: fix schedule from atomic contextMing Lei2014-06-031-1/+1
* blk-mq: remove blk_mq_wait_for_tagsChristoph Hellwig2014-05-281-1/+0
* blk-mq: export blk_mq_tag_busy_iterSam Bradshaw2014-05-231-1/+0
* blk-mq: allow changing of queue depth through sysfsJens Axboe2014-05-201-0/+1
* Merge branch 'for-3.16/blk-mq-tagging' into for-3.16/coreJens Axboe2014-05-191-3/+24
|\
| * blk-mq: improve support for shared tags mapsJens Axboe2014-05-131-3/+24
* | blk-mq: move the cache friendly bitmap type of out blk-mq-tagJens Axboe2014-05-191-6/+3
|/
* blk-mq: use sparser tag layout for lower queue depthJens Axboe2014-05-091-3/+4
* blk-mq: implement new and more efficient tagging schemeJens Axboe2014-05-091-8/+34
* blk-mq: fix waiting for reserved tagsJens Axboe2014-04-291-1/+1
* blk-mq: split out tag initialization, support shared tagsChristoph Hellwig2014-04-151-1/+18
* blk-mq: new multi-queue block IO queueing mechanismJens Axboe2013-10-251-0/+27