aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c
AgeCommit message (Expand)Author
2021-06-10Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2021-06-10Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2021-05-22blk-mq: Swap two calls in blk_mq_exit_queue()Bart Van Assche
2021-02-13blk-mq: don't hold q->sysfs_lock in blk_mq_map_swqueueMing Lei
2021-01-21Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2020-12-30block: factor out requeue handling from dispatch codeJohannes Thumshirn
2020-10-06Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2020-09-03blk-mq: order adding requests to hctx->dispatch and checking SCHED_RESTARTMing Lei
2019-10-10Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-10-10Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-10-10Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-10-05block: fix null pointer dereference in blk_mq_rq_timed_out()Yufen Yu
2019-10-01blk-mq: move cancel of requeue_work to the front of blk_exit_queuezhengbin
2019-10-01blk-mq: change gfp flags to GFP_NOIO in blk_mq_realloc_hw_ctxsJianchao Wang
2019-09-16blk-mq: free hw queue's resource in hctx's release handlerMing Lei
2019-07-04Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-06-15blk-mq: move cancel of requeue_work into blk_mq_releaseMing Lei
2019-05-17Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-05-17Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-05-16bfq: update internal depth state when queue depth changesJens Axboe
2019-05-08block: use blk_free_flush_queue() to free hctx->fq in blk_mq_init_hctxShenghui Wang
2019-04-12Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-03-23blk-mq: insert rq with DONTPREP to hctx dispatch list when requeueJianchao Wang
2018-12-10Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2018-12-08blk-mq: punt failed direct issue to dispatch listJens Axboe
2018-12-08blk-mq: fix corruption with direct issueJens Axboe
2018-11-28block/mq: don't complete requests via IPISebastian Andrzej Siewior
2018-11-28block/mq: do not invoke preempt_disable()Sebastian Andrzej Siewior
2018-11-28hrtimer: consolidate hrtimer_init() + hrtimer_init_sleeper() callsSebastian Andrzej Siewior
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