summaryrefslogtreecommitdiff
path: root/block/blk-mq.c
AgeCommit message (Expand)Author
2019-02-12block: add a poll_fn callback to struct request_queueChristoph Hellwig
2018-10-13blk-mq: I/O and timer unplugs are inverted in blktraceIlya Dryomov
2018-06-26blk-mq: reinit q->tag_set_list entry only after grace periodRoman Pen
2018-06-21blk-mq: fix sysfs inflight counterOmar Sandoval
2018-04-26blk-mq: turn WARN_ON in __blk_mq_run_hw_queue into printkMing Lei
2018-04-12blk-mq: fix kernel oops in blk_mq_tag_idle()Ming Lei
2018-04-12blk-mq: fix race between updating nr_hw_queues and switching io schedMing Lei
2018-04-12blk-mq: avoid to map CPU into stale hw queueMing Lei
2018-03-08blk-mq: don't call io sched's .requeue_request when requeueing rq to ->dispatchMing Lei
2018-03-03block: drain queue before waiting for q_usage_counter becoming zeroMing Lei
2017-09-11block: directly insert blk-mq request from blk_insert_cloned_request()Jens Axboe
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-08-18block: Fix two comments that refer to .queue_rq() return valuesBart Van Assche
2017-08-15blk-mq: Fix queue usage on failed request allocationKeith Busch
2017-08-09block: Make blk_mq_delay_kick_requeue_list() rerun the queue at a quiet timeBart Van Assche
2017-08-09blk-mq: enable checking two part inflight counts at the same timeJens Axboe
2017-08-09blk-mq: provide internal in-flight variantJens Axboe
2017-08-02blk-mq: don't leak preempt counter/q_usage_counter when allocating rq failedMing Lei
2017-08-01blk-mq: add warning to __blk_mq_run_hw_queue() for ints disabledJens Axboe
2017-07-29blk-mq: blk_mq_requeue_work() doesn't need to save IRQ flagsJens Axboe
2017-07-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-07-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-07-03bio-integrity: fold bio_integrity_enabled to bio_integrity_prepDmitry Monakhov
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-06-28blk-mq: Create hctx for each present CPUChristoph Hellwig
2017-06-27blk-mq: don't bounce by defaultChristoph Hellwig
2017-06-27block: don't bother with bounce limits for make_request driversChristoph Hellwig
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2017-06-22Merge commit '8e8320c9315c' into for-4.13/blockJens Axboe
2017-06-22blk-mq: remove double set queue_numweiping
2017-06-21blk-mq: Make it safe to quiesce and unquiesce from an interrupt handlerBart Van Assche
2017-06-21blk-mq: fix performance regression with shared tagsJens Axboe
2017-06-20blk-mq: Warn when attempting to run a hardware queue that is not mappedBart Van Assche
2017-06-20blk-mq: Document locking assumptionsBart Van Assche
2017-06-20blk-mq: Initialize .rq_flags in blk_mq_rq_ctx_init()Bart Van Assche
2017-06-20block: Make request operation type argument declarations consistentBart Van Assche
2017-06-20blk-mq: Reduce blk_mq_hw_ctx sizeBart Van Assche
2017-06-20block: return on congested block deviceGoldwyn Rodrigues
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-06-18Revert "blk-mq: don't use sync workqueue flushing from drivers"Ming Lei
2017-06-18blk-mq: clarify dispatch may not be drained/blocked by stopping queueMing Lei
2017-06-18blk-mq: don't stop queue for quiescingMing Lei
2017-06-18blk-mq: update comments on blk_mq_quiesce_queue()Ming Lei
2017-06-18blk-mq: use QUEUE_FLAG_QUIESCED to quiesce queueMing Lei
2017-06-18blk-mq: introduce blk_mq_unquiesce_queueMing Lei
2017-06-18blk: remove bio_set arg from blk_queue_split()NeilBrown
2017-06-18blk-mq: remove __blk_mq_alloc_requestChristoph Hellwig
2017-06-18blk-mq-sched: unify request prepare methodsChristoph Hellwig
2017-06-18blk-mq: refactor blk_mq_sched_assign_iocChristoph Hellwig