summaryrefslogtreecommitdiff
path: root/block/blk-mq.c
AgeCommit message (Expand)Author
2017-11-15block/blk-mq.c: use kmalloc_array_node()Johannes Thumshirn
2017-11-10blk-mq: fixup some comment typos and lengthsJens Axboe
2017-11-10blk-mq: improve tag waiting setup for non-shared tagsJens Axboe
2017-11-10blk-mq: only run the hardware queue if IO is pendingJens Axboe
2017-11-10block, nvme: Introduce blk_mq_req_flags_tBart Van Assche
2017-11-10block, scsi: Make SCSI quiesce and resume work reliablyBart Van Assche
2017-11-10block: Introduce BLK_MQ_REQ_PREEMPTBart Van Assche
2017-11-10block: Make q_usage_counter also track legacy requestsMing Lei
2017-11-10blk-mq: fix issue with shared tag queue re-runningJens Axboe
2017-11-10blk-mq: put driver tag if dispatch budget can't be gotMing Lei
2017-11-04blk-mq: don't allocate driver tag upfront for flush rqMing Lei
2017-11-04blk-mq: move blk_mq_put_driver_tag*() into blk-mq.hMing Lei
2017-11-04block: pass 'run_queue' to blk_mq_request_bypass_insertMing Lei
2017-11-04blk-mq: put the driver tag of nxt rq before first one is requeuedJianchao Wang
2017-11-04blk-mq: don't handle failure in .get_budgetMing Lei
2017-11-03blk-mq: Make blk_mq_get_request() error path less confusingBart Van Assche
2017-11-03blk-mq: fix nr_requests wrong value when modify it from sysfsweiping zhang
2017-11-03block: add a poll_fn callback to struct request_queueChristoph Hellwig
2017-11-01blk-mq: don't restart queue when .get_budget returns BLK_STS_RESOURCEMing Lei
2017-11-01blk-mq-sched: improve dispatching from sw queueMing Lei
2017-11-01blk-mq: introduce .get_budget and .put_budget in blk_mq_opsMing Lei
2017-10-10block: set request_list for requestShaohua Li
2017-10-04blk-mq: document the need to have STARTED and COMPLETED share a byteJens Axboe
2017-10-04blk-mq: attempt to fix atomic flag memory orderingPeter Zijlstra
2017-10-03blk-mq: wire up completion notifier for laptop modeJens Axboe
2017-09-30blk-mq: remove unused function hctx_allow_mergesweiping zhang
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