summaryrefslogtreecommitdiffstats
path: root/block/blk-mq-tag.c
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: fix and simplify tag iteration for the timeout handlerChristoph Hellwig2014-09-221-26/+18
* blk-mq: bitmap tag: fix races in bt_get() functionAlexander Gordeev2014-06-171-8/+5
* blk-mq: bitmap tag: fix race on blk_mq_bitmap_tags::wake_cntAlexander Gordeev2014-06-171-2/+12
* blk-mq: bitmap tag: fix races on shared ::wake_index fieldsAlexander Gordeev2014-06-171-11/+21
* blk-mq: fix schedule from atomic contextMing Lei2014-06-031-17/+31
* blk-mq: add file comments and update copyright noticesJens Axboe2014-05-281-0/+12
* blk-mq: remove blk_mq_wait_for_tagsChristoph Hellwig2014-05-281-8/+0
* blk-mq: export blk_mq_tag_busy_iterSam Bradshaw2014-05-231-0/+1
* blk-mq: allow changing of queue depth through sysfsJens Axboe2014-05-201-23/+57
* Merge branch 'for-3.16/blk-mq-tagging' into for-3.16/coreJens Axboe2014-05-191-17/+95
|\
| * blk-mq: improve support for shared tags mapsJens Axboe2014-05-131-17/+95
* | blk-mq: move the cache friendly bitmap type of out blk-mq-tagJens Axboe2014-05-191-5/+5
|/
* blk-mq: bitmap tag: cleanup blk_mq_init_tagsMing Lei2014-05-101-4/+0
* blk-mq: bitmap tag: select random tag betweet 0 and (depth - 1)Ming Lei2014-05-101-4/+1
* blk-mq: bitmap tag: remove barrier in bt_clear_tag()Ming Lei2014-05-101-1/+0
* blk-mq: bitmap tag: use clear_bit_unlock in bt_clear_tag()Ming Lei2014-05-101-1/+5
* blk-mq: use sparser tag layout for lower queue depthJens Axboe2014-05-091-13/+32
* blk-mq: implement new and more efficient tagging schemeJens Axboe2014-05-091-76/+339
* blk-mq: fix waiting for reserved tagsJens Axboe2014-04-291-2/+2
* blk-mq: split out tag initialization, support shared tagsChristoph Hellwig2014-04-151-14/+0
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2014-02-141-1/+1
|\
| * block: Fix type mismatch in ssize_t_blk_mq_tag_sysfs_showMasanari Iida2014-02-101-1/+1
* | percpu_ida: Make percpu_ida_alloc + callers accept task state bitmaskKent Overstreet2014-01-231-2/+4
|/
* blk-mq: new multi-queue block IO queueing mechanismJens Axboe2013-10-251-0/+204