summaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c
Commit message (Expand)AuthorAgeFilesLines
* block: make request_to_qc_t publicSagi Grimberg2018-12-181-8/+0
* blk-mq: enable IO poll if .nr_queues of type poll > 0Ming Lei2018-12-171-1/+2
* blk-mq: change blk_mq_queue_busy() to blk_mq_queue_inflight()Jens Axboe2018-12-171-8/+8
* blk-mq: skip zero-queue maps in blk_mq_map_swqueueMing Lei2018-12-171-0/+3
* blk-mq: fix dispatch from sw queueMing Lei2018-12-171-10/+19
* blk-mq: fix allocation for queue mapping tableMing Lei2018-12-171-1/+1
* blk-mq: replace and kill blk_mq_request_issue_directlyJianchao Wang2018-12-161-8/+1
* blk-mq: issue directly with bypass 'false' in blk_mq_sched_insert_requestsJianchao Wang2018-12-161-11/+9
* blk-mq: refactor the code of issue request directlyJianchao Wang2018-12-161-49/+54
* block: return just one value from part_in_flightMikulas Patocka2018-12-101-7/+5
* Merge tag 'v4.20-rc6' into for-4.21/blockJens Axboe2018-12-091-3/+4
|\
| * blk-mq: punt failed direct issue to dispatch listJens Axboe2018-12-071-28/+5
| * blk-mq: fix corruption with direct issueJens Axboe2018-12-041-1/+25
* | blk-mq: re-build queue map in case of kdump kernelMing Lei2018-12-071-2/+3
* | block: enable polling by default if a poll map is initalizedChristoph Hellwig2018-12-041-0/+2
* | block: remove ->poll_fnChristoph Hellwig2018-12-041-5/+19
* | blk-mq: don't call ktime_get_ns() if we don't need itJens Axboe2018-12-031-2/+17
* | blk-mq: use plug for devices that implement ->commits_rqs()Jens Axboe2018-11-291-1/+5
* | blk-mq: use bd->last == true for list insertsJens Axboe2018-11-291-8/+8
* | blk-mq: add mq_ops->commit_rqs()Jens Axboe2018-11-291-0/+16
* | block: improve logic around when to sort a plug listJens Axboe2018-11-291-5/+18
* | blk-mq: Add a NULL check in blk_mq_free_map_and_requests()Dan Carpenter2018-11-291-1/+1
* | blk-mq: fix failure to decrement plug count on single rq removalJens Axboe2018-11-281-1/+3
* | block: sum requests in the plug structureJens Axboe2018-11-261-11/+5
* | blk-mq: Simplify request completion stateKeith Busch2018-11-261-3/+1
* | blk-mq: Return true if request was completedKeith Busch2018-11-261-2/+3
* | blk-mq: never redirect polled IO completionsJens Axboe2018-11-261-1/+6
* | blk-mq: ensure mq_ops ->poll() is entered at least onceJens Axboe2018-11-261-2/+2
* | block: make blk_poll() take a parameter on whether to spin or notJens Axboe2018-11-261-3/+3
* | blk-mq: remove 'tag' parameter from mq_ops->poll()Jens Axboe2018-11-261-1/+1
* | blk-mq: when polling for IO, look for any completionJens Axboe2018-11-261-35/+36
* | blk-mq: not embed .mq_kobj and ctx->kobj into queue instanceMing Lei2018-11-211-7/+32
* | block: Remove bio->bi_iocDamien Le Moal2018-11-191-2/+2
* | block: have ->poll_fn() return number of entries polledJens Axboe2018-11-191-9/+9
* | block: avoid ordered task state change for polled IOJens Axboe2018-11-191-2/+2
* | block: add queue_is_mq() helperJens Axboe2018-11-161-1/+1
* | block: remove the lock argument to blk_alloc_queue_nodeChristoph Hellwig2018-11-151-1/+1
* | block: remove the unused lock argument to rq_qos_throttleChristoph Hellwig2018-11-151-1/+1
* | block: use atomic bitops for ->queue_flagsChristoph Hellwig2018-11-151-1/+1
* | block: remove deadline __deadline manipulation helpersChristoph Hellwig2018-11-151-2/+2
* | block: remove req->timeout_listChristoph Hellwig2018-11-091-1/+0
* | blk-mq: provide a helper to check if a queue is busyJens Axboe2018-11-081-0/+26
* | blk-mq-tag: change busy_iter_fn to return whether to continue or notJens Axboe2018-11-081-5/+11
* | blk-mq: improve plug list sortingJens Axboe2018-11-071-5/+12
* | blk-mq: cleanup and improve list insertionJens Axboe2018-11-071-11/+14
* | blk-mq: cache request hardware queue mappingJens Axboe2018-11-071-13/+9
* | blk-mq: separate number of hardware queues from nr_cpu_idsJens Axboe2018-11-071-7/+21
* | blk-mq: support multiple hctx mapsJens Axboe2018-11-071-31/+61
* | blk-mq: allow software queue to map to multiple hardware queuesJens Axboe2018-11-071-6/+16
* | blk-mq: pass in request/bio flags to queue mappingJens Axboe2018-11-071-22/+28