summaryrefslogtreecommitdiff
path: root/block/blk-mq-tag.c
Commit message (Expand)AuthorAge
* blk-mq: Make blk_mq_all_tag_busy_iter staticSagi Grimberg2016-04-12
* blk-mq: Export tagset iter functionSagi Grimberg2016-04-12
* blk-mq: add a flags parameter to blk_mq_alloc_requestChristoph Hellwig2015-12-01
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-06
* Merge branch 'for-4.4/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-04
|\
| * blk-mq: fix waitqueue_active without memory barrier in block/blk-mq-tag.cKosuke Tatsukawa2015-10-09
* | blk-mq: fix use-after-free in blk_mq_free_tag_set()Junichi Nomura2015-10-15
|/
* blk-mq: factor out a helper to iterate all tags for a request_queueChristoph Hellwig2015-10-01
* blk-mq: fix race between timeout and freeing requestMing Lei2015-08-15
* blk-mq: Shared tag enhancementsKeith Busch2015-06-01
* blkmq: Fix NULL pointer deref when all reserved tags inSam Bradshaw2015-03-18
* blk-mq: fix double-free in error pathTony Battersby2015-02-11
* blk-mq: add tag allocation policyShaohua Li2015-01-23
* blk-mq: fix false negative out-of-tags conditionJens Axboe2015-01-14
* block: wake up waiters when a queue is marked dyingJens Axboe2014-12-31
* Revert "blk-mq: Micro-optimize bt_get()"Jens Axboe2014-12-15
* Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-12-13
|\
| * blk-mq: Micro-optimize bt_get()Bart Van Assche2014-12-09
| * blk-mq: Fix a race between bt_clear_tag() and bt_get()Bart Van Assche2014-12-09
| * blk-mq: Avoid that __bt_get_word() wraps multiple timesBart Van Assche2014-12-09
| * blk-mq: re-check for available tags after running the hardware queueJens Axboe2014-12-08
| * blk-mq: fix hang in bt_get()Bart Van Assche2014-12-08
| * blk-mq: cleanup tag free handlingJens Axboe2014-11-24
* | blk-mq: add blk_mq_unique_tag()Bart Van Assche2014-11-12
|/
* blk-mq: Make bt_clear_tag() easier to readBart Van Assche2014-10-07
* blk-mq: fix potential hang if rolling wakeup depth is too highJens Axboe2014-10-07
* blk-mq: fix and simplify tag iteration for the timeout handlerChristoph Hellwig2014-09-22
* blk-mq: bitmap tag: fix races in bt_get() functionAlexander Gordeev2014-06-17
* blk-mq: bitmap tag: fix race on blk_mq_bitmap_tags::wake_cntAlexander Gordeev2014-06-17
* blk-mq: bitmap tag: fix races on shared ::wake_index fieldsAlexander Gordeev2014-06-17
* blk-mq: fix schedule from atomic contextMing Lei2014-06-03
* blk-mq: add file comments and update copyright noticesJens Axboe2014-05-28
* blk-mq: remove blk_mq_wait_for_tagsChristoph Hellwig2014-05-28
* blk-mq: export blk_mq_tag_busy_iterSam Bradshaw2014-05-23
* blk-mq: allow changing of queue depth through sysfsJens Axboe2014-05-20
* Merge branch 'for-3.16/blk-mq-tagging' into for-3.16/coreJens Axboe2014-05-19
|\
| * blk-mq: improve support for shared tags mapsJens Axboe2014-05-13
* | blk-mq: move the cache friendly bitmap type of out blk-mq-tagJens Axboe2014-05-19
|/
* blk-mq: bitmap tag: cleanup blk_mq_init_tagsMing Lei2014-05-10
* blk-mq: bitmap tag: select random tag betweet 0 and (depth - 1)Ming Lei2014-05-10
* blk-mq: bitmap tag: remove barrier in bt_clear_tag()Ming Lei2014-05-10
* blk-mq: bitmap tag: use clear_bit_unlock in bt_clear_tag()Ming Lei2014-05-10
* blk-mq: use sparser tag layout for lower queue depthJens Axboe2014-05-09
* blk-mq: implement new and more efficient tagging schemeJens Axboe2014-05-09
* blk-mq: fix waiting for reserved tagsJens Axboe2014-04-29
* blk-mq: split out tag initialization, support shared tagsChristoph Hellwig2014-04-15
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2014-02-14
|\
| * block: Fix type mismatch in ssize_t_blk_mq_tag_sysfs_showMasanari Iida2014-02-10
* | percpu_ida: Make percpu_ida_alloc + callers accept task state bitmaskKent Overstreet2014-01-23
|/
* blk-mq: new multi-queue block IO queueing mechanismJens Axboe2013-10-25