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