| Commit message (Expand) | Author | Age | Files | Lines |
* | blk-mq: bitmap tag: fix races on shared ::wake_index fields | Alexander Gordeev | 2014-06-17 | 1 | -1/+1 |
* | blk-mq: bump max tag depth to 10K tags | Jens Axboe | 2014-06-06 | 1 | -1/+1 |
* | blk-mq: let blk_mq_tag_to_rq() take blk_mq_tags as the main parameter | Jens Axboe | 2014-06-04 | 1 | -1/+1 |
* | blk-mq: make the sysfs mq/ layout reflect current mappings | Jens Axboe | 2014-05-30 | 1 | -0/+1 |
* | blk-mq: blk_mq_tag_to_rq should handle flush request | Shaohua Li | 2014-05-30 | 1 | -1/+1 |
* | block: add queue flag for disabling SG merging | Jens Axboe | 2014-05-29 | 1 | -0/+1 |
* | blk-mq: remove alloc_hctx and free_hctx methods | Christoph Hellwig | 2014-05-28 | 1 | -10/+0 |
* | blk-mq: merge blk_mq_alloc_reserved_request into blk_mq_alloc_request | Christoph Hellwig | 2014-05-28 | 1 | -2/+2 |
* | blk-mq: add helper to insert requests from irq context | Christoph Hellwig | 2014-05-28 | 1 | -0/+2 |
* | blk-mq: remove stale comment for blk_mq_complete_request() | Jens Axboe | 2014-05-28 | 1 | -5/+0 |
* | blk-mq: allow non-softirq completions | Jens Axboe | 2014-05-27 | 1 | -0/+4 |
* | blk-mq: pass in suggested NUMA node to ->alloc_hctx() | Jens Axboe | 2014-05-27 | 1 | -2/+2 |
* | blk-mq: export blk_mq_tag_busy_iter | Sam Bradshaw | 2014-05-23 | 1 | -0/+1 |
* | blk-mq: allow the hctx cpu hotplug notifier to return errors | Jens Axboe | 2014-05-21 | 1 | -1/+1 |
* | blk-mq: allow changing of queue depth through sysfs | Jens Axboe | 2014-05-20 | 1 | -1/+1 |
* | Merge branch 'for-3.16/blk-mq-tagging' into for-3.16/core | Jens Axboe | 2014-05-19 | 1 | -0/+7 |
|\ |
|
| * | blk-mq: improve support for shared tags maps | Jens Axboe | 2014-05-13 | 1 | -0/+7 |
* | | blk-mq: switch ctx pending map to the sparser blk_align_bitmap | Jens Axboe | 2014-05-19 | 1 | -2/+8 |
|/ |
|
* | blk-mq: implement new and more efficient tagging scheme | Jens Axboe | 2014-05-09 | 1 | -2/+4 |
* | blk-mq: add basic round-robin of what CPU to queue workqueue work on | Jens Axboe | 2014-05-07 | 1 | -0/+4 |
* | blk-mq: respect rq_affinity | Christoph Hellwig | 2014-04-25 | 1 | -1/+0 |
* | blk-mq: add blk_mq_requeue_request | Christoph Hellwig | 2014-04-16 | 1 | -0/+2 |
* | blk-mq: add blk_mq_start_hw_queues | Christoph Hellwig | 2014-04-16 | 1 | -0/+1 |
* | blk-mq: add blk_mq_delay_queue | Christoph Hellwig | 2014-04-16 | 1 | -1/+3 |
* | blk-mq: add async parameter to blk_mq_start_stopped_hw_queues | Christoph Hellwig | 2014-04-16 | 1 | -1/+1 |
* | blk-mq: allow drivers to hook into I/O completion | Christoph Hellwig | 2014-04-16 | 1 | -7/+2 |
* | blk-mq: split out tag initialization, support shared tags | Christoph Hellwig | 2014-04-15 | 1 | -18/+16 |
* | blk-mq: add ->init_request and ->exit_request methods | Christoph Hellwig | 2014-04-15 | 1 | -2/+12 |
* | blk-mq: ensure that hardware queues are always run on the mapped CPUs | Jens Axboe | 2014-04-09 | 1 | -0/+1 |
* | Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2014-04-01 | 1 | -2/+3 |
|\ |
|
| * | blk-mq: merge blk_mq_insert_request and blk_mq_run_request | Christoph Hellwig | 2014-03-21 | 1 | -2/+1 |
| * | blk-mq: fix wrong usage of hctx->state vs hctx->flags | Jens Axboe | 2014-03-19 | 1 | -1/+1 |
| * | blk-mq: allow blk_mq_init_commands() to return failure | Jens Axboe | 2014-03-14 | 1 | -1/+2 |
* | | blk-mq: support partial I/O completions | Christoph Hellwig | 2014-02-21 | 1 | -1/+7 |
* | | blk-mq: merge blk_mq_insert_request and blk_mq_run_request | Christoph Hellwig | 2014-02-21 | 1 | -2/+1 |
|/ |
|
* | blk-mq: rework flush sequencing logic | Christoph Hellwig | 2014-02-10 | 1 | -4/+1 |
* | blk-mq: rework I/O completions | Christoph Hellwig | 2014-02-10 | 1 | -0/+4 |
* | blk-mq: support at_head inserations for blk_execute_rq | Christoph Hellwig | 2014-02-07 | 1 | -1/+2 |
* | blk-mq: Don't reserve a tag for flush request | Shaohua Li | 2014-01-30 | 1 | -0/+3 |
* | blk-mq: for_each_* macro correctness | Jose Alonso | 2014-01-28 | 1 | -6/+6 |
* | block: blk-mq: don't export blk_mq_free_queue() | Ming Lei | 2013-12-31 | 1 | -1/+0 |
* | blk-mq: fix for flush deadlock | Christoph Hellwig | 2013-10-28 | 1 | -1/+1 |
* | blk-mq: add blk_mq_stop_hw_queues | Christoph Hellwig | 2013-10-25 | 1 | -0/+1 |
* | blk-mq: new multi-queue block IO queueing mechanism | Jens Axboe | 2013-10-25 | 1 | -0/+182 |