summaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c
AgeCommit message (Expand)Author
2019-03-23blk-mq: insert rq with DONTPREP to hctx dispatch list when requeueJianchao Wang
2018-12-08blk-mq: punt failed direct issue to dispatch listJens Axboe
2018-12-08blk-mq: fix corruption with direct issueJens Axboe
2018-09-27blk-mq: I/O and timer unplugs are inverted in blktraceIlya Dryomov
2018-08-22Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-08-21blk-mq: sync the update nr_hw_queues with blk_mq_queue_tag_busy_iterJianchao Wang
2018-08-21blk-mq: init hctx sched after update ctx and hctx mappingJianchao Wang
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-08-09blk-mq: count the hctx as active before allocating tagJianchao Wang
2018-07-27Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-07-24blk-mq: export setting request completion stateKeith Busch
2018-07-22blk-mq: fail the request in case issue failureMing Lei
2018-07-17blk-mq: issue directly if hw queue isn't busy in case of 'none'Ming Lei
2018-07-09block: remove external dependency on wbt_flagsJosef Bacik
2018-07-09blk-rq-qos: refactor out common elements of blk-wbtJosef Bacik
2018-07-09blk-mq: dequeue request one by one from sw queue if hctx is busyMing Lei
2018-07-09blk-mq: use list_splice_tail_init() to insert requestsMing Lei
2018-07-09blk-mq: fix typo in a function commentMinwoo Im
2018-07-09blk-mq: code clean-up by adding an API to clear set->mq_mapMinwoo Im
2018-07-09blk-mq: remove synchronize_rcu() from blk_mq_del_queue_tag_set()Ming Lei
2018-07-09blk-mq: introduce new lock for protecting hctx->dispatch_waitMing Lei
2018-07-09blk-mq: don't pass **hctx to blk_mq_mark_tag_wait()Ming Lei
2018-07-09blk-mq: cleanup blk_mq_get_driver_tag()Ming Lei
2018-06-30Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-06-29blk-mq: don't queue more if we get a busy returnJens Axboe
2018-06-24Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-06-23blk-mq: Fix timeout handling in case the timeout handler returns BLK_EH_DONEBart Van Assche
2018-06-17Merge tag 'for-linus-20180616' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-06-14blk-mq: don't time out requests again that are in the timeout handlerChristoph Hellwig
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook
2018-06-11blk-mq: reinit q->tag_set_list entry only after grace periodRoman Pen
2018-06-04blk-mq: return when hctx is stopped in blk_mq_run_work_fnJianchao Wang
2018-06-01block: split the blk-mq case from elevator_initChristoph Hellwig
2018-06-01block: move sysfs_lock into elevator_initChristoph Hellwig
2018-05-29blk-mq: simplify blk_mq_rq_timed_outChristoph Hellwig
2018-05-29block: remove BLK_EH_HANDLEDChristoph Hellwig
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig
2018-05-29blk-mq: Remove generation seqeunceKeith Busch
2018-05-29blk-mq: Fix timeout and state orderKeith Busch
2018-05-22blk-mq: remove wrong 'unlikely' checkhuhai
2018-05-18blk-mq: clear hctx->dispatch_from when mappings changehuhai
2018-05-16blk-mq: remove redundant insert case in blk_mq_make_request()huhai
2018-05-10blk-mq: don't call into depth limiting for reserved tagsJens Axboe
2018-05-09block: consolidate struct request timestamp fieldsOmar Sandoval
2018-05-09block: move blk_stat_add() to __blk_mq_end_request()Omar Sandoval
2018-05-09block: get rid of struct blk_issue_statOmar Sandoval
2018-05-09block: pass struct request instead of struct blk_issue_stat to wbtOmar Sandoval
2018-04-26blk-mq: fix sysfs inflight counterOmar Sandoval
2018-04-26blk-mq: count allocated but not started requests in iostats inflightOmar Sandoval
2018-04-25Revert "blk-mq: remove code for dealing with remapping queue"Ming Lei