summaryrefslogtreecommitdiff
path: root/block/blk-mq.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-23blk-mq: fix IO hang from sbitmap wakeup raceMing Lei1-0/+16
2021-05-22blk-mq: Swap two calls in blk_mq_exit_queue()Bart Van Assche1-2/+4
2021-02-13blk-mq: don't hold q->sysfs_lock in blk_mq_map_swqueueMing Lei1-7/+0
2020-12-30block: factor out requeue handling from dispatch codeJohannes Thumshirn1-11/+18
2020-09-03blk-mq: order adding requests to hctx->dispatch and checking SCHED_RESTARTMing Lei1-0/+9
2019-10-05block: fix null pointer dereference in blk_mq_rq_timed_out()Yufen Yu1-1/+4
2019-10-01blk-mq: move cancel of requeue_work to the front of blk_exit_queuezhengbin1-2/+0
2019-10-01blk-mq: change gfp flags to GFP_NOIO in blk_mq_realloc_hw_ctxsJianchao Wang1-7/+10
2019-09-16blk-mq: free hw queue's resource in hctx's release handlerMing Lei1-6/+2
2019-06-15blk-mq: move cancel of requeue_work into blk_mq_releaseMing Lei1-0/+2
2019-05-16bfq: update internal depth state when queue depth changesJens Axboe1-0/+2
2019-05-08block: use blk_free_flush_queue() to free hctx->fq in blk_mq_init_hctxShenghui Wang1-1/+1
2019-03-23blk-mq: insert rq with DONTPREP to hctx dispatch list when requeueJianchao Wang1-2/+10
2018-12-08blk-mq: punt failed direct issue to dispatch listJens Axboe1-28/+5
2018-12-08blk-mq: fix corruption with direct issueJens Axboe1-1/+25
2018-09-27blk-mq: I/O and timer unplugs are inverted in blktraceIlya Dryomov1-2/+2
2018-08-22Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+88
2018-08-21blk-mq: sync the update nr_hw_queues with blk_mq_queue_tag_busy_iterJianchao Wang1-0/+4
2018-08-21blk-mq: init hctx sched after update ctx and hctx mappingJianchao Wang1-8/+84
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds1-60/+113
2018-08-09blk-mq: count the hctx as active before allocating tagJianchao Wang1-2/+6
2018-07-27Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+1
2018-07-24blk-mq: export setting request completion stateKeith Busch1-3/+1
2018-07-23blk-mq: fail the request in case issue failureMing Lei1-2/+6
2018-07-18blk-mq: issue directly if hw queue isn't busy in case of 'none'Ming Lei1-1/+22
2018-07-09block: remove external dependency on wbt_flagsJosef Bacik1-5/+4
2018-07-09blk-rq-qos: refactor out common elements of blk-wbtJosef Bacik1-6/+6
2018-07-09blk-mq: dequeue request one by one from sw queue if hctx is busyMing Lei1-1/+32
2018-07-09blk-mq: use list_splice_tail_init() to insert requestsMing Lei1-7/+7
2018-07-09blk-mq: fix typo in a function commentMinwoo Im1-1/+1
2018-07-09blk-mq: code clean-up by adding an API to clear set->mq_mapMinwoo Im1-3/+1
2018-07-09blk-mq: remove synchronize_rcu() from blk_mq_del_queue_tag_set()Ming Lei1-8/+2
2018-07-09blk-mq: introduce new lock for protecting hctx->dispatch_waitMing Lei1-9/+17
2018-07-09blk-mq: don't pass **hctx to blk_mq_mark_tag_wait()Ming Lei1-12/+11
2018-07-09blk-mq: cleanup blk_mq_get_driver_tag()Ming Lei1-12/+7
2018-06-30Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+12
2018-06-29blk-mq: don't queue more if we get a busy returnJens Axboe1-0/+12
2018-06-24Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2018-06-23blk-mq: Fix timeout handling in case the timeout handler returns BLK_EH_DONEBart Van Assche1-1/+0
2018-06-16Merge tag 'for-linus-20180616' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+6
2018-06-14blk-mq: don't time out requests again that are in the timeout handlerChristoph Hellwig1-0/+5
2018-06-13treewide: kzalloc_node() -> kcalloc_node()Kees Cook1-8/+8
2018-06-11blk-mq: reinit q->tag_set_list entry only after grace periodRoman Pen1-2/+1
2018-06-04blk-mq: return when hctx is stopped in blk_mq_run_work_fnJianchao Wang1-1/+1
2018-06-01block: split the blk-mq case from elevator_initChristoph Hellwig1-1/+1
2018-06-01block: move sysfs_lock into elevator_initChristoph Hellwig1-1/+1
2018-05-29blk-mq: simplify blk_mq_rq_timed_outChristoph Hellwig1-14/+8
2018-05-29block: remove BLK_EH_HANDLEDChristoph Hellwig1-4/+0
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig1-1/+1
2018-05-29blk-mq: Remove generation seqeunceKeith Busch1-183/+75