summaryrefslogtreecommitdiff
path: root/block/blk-mq.c
AgeCommit message (Expand)Author
2018-11-29block: improve logic around when to sort a plug listJens Axboe
2018-11-29blk-mq: Add a NULL check in blk_mq_free_map_and_requests()Dan Carpenter
2018-11-28blk-mq: fix failure to decrement plug count on single rq removalJens Axboe
2018-11-26block: sum requests in the plug structureJens Axboe
2018-11-26blk-mq: Simplify request completion stateKeith Busch
2018-11-26blk-mq: Return true if request was completedKeith Busch
2018-11-26blk-mq: never redirect polled IO completionsJens Axboe
2018-11-26blk-mq: ensure mq_ops ->poll() is entered at least onceJens Axboe
2018-11-26block: make blk_poll() take a parameter on whether to spin or notJens Axboe
2018-11-26blk-mq: remove 'tag' parameter from mq_ops->poll()Jens Axboe
2018-11-26blk-mq: when polling for IO, look for any completionJens Axboe
2018-11-21blk-mq: not embed .mq_kobj and ctx->kobj into queue instanceMing Lei
2018-11-19block: Remove bio->bi_iocDamien Le Moal
2018-11-19block: have ->poll_fn() return number of entries polledJens Axboe
2018-11-19block: avoid ordered task state change for polled IOJens Axboe
2018-11-16block: add queue_is_mq() helperJens Axboe
2018-11-15block: remove the lock argument to blk_alloc_queue_nodeChristoph Hellwig
2018-11-15block: remove the unused lock argument to rq_qos_throttleChristoph Hellwig
2018-11-15block: use atomic bitops for ->queue_flagsChristoph Hellwig
2018-11-15block: remove deadline __deadline manipulation helpersChristoph Hellwig
2018-11-09block: remove req->timeout_listChristoph Hellwig
2018-11-08blk-mq: provide a helper to check if a queue is busyJens Axboe
2018-11-08blk-mq-tag: change busy_iter_fn to return whether to continue or notJens Axboe
2018-11-07blk-mq: improve plug list sortingJens Axboe
2018-11-07blk-mq: cleanup and improve list insertionJens Axboe
2018-11-07blk-mq: cache request hardware queue mappingJens Axboe
2018-11-07blk-mq: separate number of hardware queues from nr_cpu_idsJens Axboe
2018-11-07blk-mq: support multiple hctx mapsJens Axboe
2018-11-07blk-mq: allow software queue to map to multiple hardware queuesJens Axboe
2018-11-07blk-mq: pass in request/bio flags to queue mappingJens Axboe
2018-11-07blk-mq: abstract out queue mapJens Axboe
2018-11-07blk-mq: kill q->mq_mapJens Axboe
2018-11-07block: kill request ->cpu memberJens Axboe
2018-11-07block: get rid of q->softirq_done_fn()Jens Axboe
2018-11-07block: get rid of blk_queued_rq()Jens Axboe
2018-11-07block: remove request_list codeJens Axboe
2018-11-07block: get rid of MQ scheduler ops unionJens Axboe
2018-11-07blk-mq: remove legacy check in queue blk_freeze_queue()Jens Axboe
2018-11-07blk-mq: remove the request_list usageJens Axboe
2018-10-25blk-mq: place trace_block_getrq() in correct placeXiaoguang Wang
2018-10-15blk-mq: provide helper for setting up an SQ queue and tag setJens Axboe
2018-10-13blk-mq: fallback to previous nr_hw_queues when updating failsJianchao Wang
2018-10-13blk-mq: realloc hctx when hw queue is mapped to another nodeJianchao Wang
2018-10-13blk-mq: change gfp flags to GFP_NOIO in blk_mq_realloc_hw_ctxsJianchao Wang
2018-10-13blk-mq: adjust debugfs and sysfs register when updating nr_hw_queuesJianchao Wang
2018-10-08blk-mq: complete req in softirq context in case of single queueMing Lei
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe
2018-09-27block: move call of scheduler's ->completed_request() hookOmar Sandoval
2018-09-27blk-mq: I/O and timer unplugs are inverted in blktraceIlya Dryomov
2018-09-26blk-mq: Enable support for runtime power managementBart Van Assche