Age | Commit message (Expand) | Author |
2018-04-24 | block/mq: fix potential deadlock during cpu hotplug | Wanpeng Li |
2018-04-13 | blk-mq: fix kernel oops in blk_mq_tag_idle() | Ming Lei |
2018-04-13 | blk-mq: fix race between updating nr_hw_queues and switching io sched | Ming Lei |
2018-04-13 | blk-mq: NVMe 512B/4K+T10 DIF/DIX format returns I/O error on dd with split op | Wen Xiong |
2018-03-24 | block/mq: Cure cpu hotplug lock inversion | Peter Zijlstra |
2017-12-14 | blk-mq: initialize mq kobjects in blk_mq_init_allocated_queue() | Ming Lei |
2017-04-18 | blk-mq: Avoid memory reclaim when remapping queues | Gabriel Krisman Bertazi |
2017-03-30 | blk-mq: don't complete un-started request in timeout handler | Ming Lei |
2017-01-19 | blk-mq: Always schedule hctx->next_cpu | Gabriel Krisman Bertazi |
2017-01-06 | blk-mq: Do not invoke .queue_rq() for a stopped queue | Bart Van Assche |
2016-10-27 | blk-mq: update hardware and software queues for sleeping alloc | Jens Axboe |
2016-10-09 | Merge branch 'for-4.9/block-smp' of git://git.kernel.dk/linux-block | Linus Torvalds |
2016-10-09 | Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-block | Linus Torvalds |
2016-10-07 | Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-block | Linus Torvalds |
2016-09-23 | blk-mq: skip unmapped queues in blk_mq_alloc_request_hctx | Christoph Hellwig |
2016-09-23 | blk-mq: fixup "Convert to new hotplug state machine" | Sebastian Andrzej Siewior |
2016-09-22 | blk-mq: add flag for drivers wanting blocking ->queue_rq() | Jens Axboe |
2016-09-22 | blk-mq: remove non-blocking pass in blk_mq_map_request | Christoph Hellwig |
2016-09-22 | blk-mq: get rid of manual run of queue with __blk_mq_run_hw_queue() | Jens Axboe |
2016-09-22 | blk-mq: Convert to new hotplug state machine | Sebastian Andrzej Siewior |
2016-09-22 | blk-mq/cpu-notif: Convert to new hotplug state machine | Thomas Gleixner |
2016-09-17 | sbitmap: push per-cpu last_tag into sbitmap_queue | Omar Sandoval |
2016-09-17 | blk-mq: abstract tag allocation out into sbitmap library | Omar Sandoval |
2016-09-16 | blk-mq: account higher order dispatch | Jens Axboe |
2016-09-15 | blk-mq: kill unused blk_mq_create_mq_map() | Jens Axboe |
2016-09-15 | blk-mq: get rid of the cpumask in struct blk_mq_tags | Christoph Hellwig |
2016-09-15 | blk-mq: allow the driver to pass in a queue mapping | Christoph Hellwig |
2016-09-15 | blk-mq: remove ->map_queue | Christoph Hellwig |
2016-09-15 | blk-mq: only allocate a single mq_map per tag_set | Christoph Hellwig |
2016-09-15 | blk-mq: don't redistribute hardware queues on a CPU hotplug event | Christoph Hellwig |
2016-09-14 | blk-mq: introduce blk_mq_delay_kick_requeue_list() | Mike Snitzer |
2016-08-29 | blk-mq: prefetch request in blk_mq_tag_to_rq() | Jens Axboe |
2016-08-29 | blk-mq: turn hctx->run_work into a regular work struct | Jens Axboe |
2016-08-24 | blk-mq: improve warning for running a queue on the wrong CPU | Jens Axboe |
2016-08-24 | blk-mq: don't overwrite rq->mq_ctx | Jens Axboe |
2016-08-07 | block: rename bio bi_rw to bi_opf | Jens Axboe |
2016-08-04 | blk-mq: Allow timeouts to run while queue is freezing | Gabriel Krisman Bertazi |
2016-07-26 | Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds |
2016-07-26 | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block | Linus Torvalds |
2016-07-20 | block: ensure bios return from blk_get_request are properly initialized | Christoph Hellwig |
2016-07-05 | blk-mq: add blk_mq_alloc_request_hctx | Ming Lin |
2016-06-09 | blk-mq: actually hook up defer list when running requests | Omar Sandoval |
2016-06-07 | block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH | Mike Christie |
2016-06-07 | block: convert is_sync helpers to use REQ_OPs. | Mike Christie |
2016-06-07 | block: prepare mq request creation to use REQ_OPs | Mike Christie |
2016-06-02 | blk-mq: really fix plug list flushing for nomerge queues | Omar Sandoval |
2016-05-26 | blk-mq: clear q->mq_ops if init fail | Ming Lin |
2016-05-16 | blk-mq: fix undefined behaviour in order_to_size() | Bartlomiej Zolnierkiewicz |
2016-05-03 | block: Minor blk_account_io_start usage cleanup | Michael Callahan |
2016-03-20 | blk-mq: Use proper cpumask iterator | Thomas Gleixner |