aboutsummaryrefslogtreecommitdiff
path: root/block/blk-mq.c
AgeCommit message (Expand)Author
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
2018-04-16blk-mq: start request gstate with gen 1Jianchao Wang
2018-04-10blk-mq: remove code for dealing with remapping queueMing Lei
2018-04-10blk-mq: don't check queue mapped in __blk_mq_delay_run_hw_queue()Ming Lei
2018-04-10blk-mq: remove blk_mq_delay_queue()Ming Lei
2018-04-10blk-mq: introduce blk_mq_hw_queue_first_cpu() to figure out first cpuMing Lei
2018-04-10blk-mq: avoid to write intermediate result to hctx->next_cpuMing Lei
2018-04-10blk-mq: make sure that correct hctx->next_cpu is setMing Lei
2018-04-10blk-mq: order getting budget and driver tagMing Lei
2018-03-08block: Protect queue flag changes with the queue lockBart Van Assche
2018-03-08block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()Bart Van Assche
2018-03-08block: Use the queue_flag_*() functions instead of open-coding theseBart Van Assche
2018-02-28block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche
2018-02-28block: clear ctx pending bit under ctx lockOmar Sandoval
2018-02-24blk-mq: don't call io sched's .requeue_request when requeueing rq to ->dispatchMing Lei
2018-02-13blk: optimization for classic pollingNitesh Shetty
2018-01-30blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-01-19blk-mq: Avoid that blk_mq_delay_run_hw_queue() introduces unintended delaysBart Van Assche
2018-01-19blk-mq: Rename blk_mq_request_direct_issue() into blk_mq_request_issue_direct...Bart Van Assche
2018-01-17blk-mq: don't dispatch request in blk_mq_request_direct_issue if queue is busyMing Lei
2018-01-17blk-mq-sched: remove unused 'can_block' arg from blk_mq_sched_insert_requestMike Snitzer
2018-01-17blk-mq: improve DM's blk-mq IO merging via blk_insert_cloned_request feedbackMing Lei
2018-01-17blk-mq: factor out a few helpers from __blk_mq_try_issue_directlyMike Snitzer
2018-01-17blk-mq: turn WARN_ON in __blk_mq_run_hw_queue into printkMing Lei
2018-01-17blk-mq: make sure hctx->next_cpu is set correctlyMing Lei