index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-mq-sched.c
Age
Commit message (
Expand
)
Author
2020-07-31
block: blk-mq-sched: delete duplicated word
Randy Dunlap
2020-07-10
blk-mq: Remove unnecessary local variable
Baolin Wang
2020-06-30
blk-mq: support batching dispatch in case of io
Ming Lei
2020-06-30
blk-mq: pass obtained budget count to blk_mq_dispatch_rq_list
Ming Lei
2020-06-30
blk-mq: pass hctx to blk_mq_dispatch_rq_list
Ming Lei
2020-06-30
blk-mq: pass request queue into get/put budget callback
Ming Lei
2020-04-29
blk-mq: make function '__blk_mq_sched_dispatch_requests' static
Zheng Bin
2020-04-24
block: Limit number of items taken from the I/O scheduler in one go
Salman Qazi
2020-04-20
blk-mq: Rerun dispatching in the case of budget contention
Douglas Anderson
2020-03-12
blk-mq: insert flush request to the front of dispatch queue
Ming Lei
2020-02-24
blk-mq: insert passthrough request into hctx->dispatch directly
Ming Lei
2019-09-26
blk-mq: move lockdep_assert_held() into elevator_exit
Ming Lei
2019-07-02
blk-mq: remove blk_mq_put_ctx()
Bart Van Assche
2019-06-20
block: remove the bi_phys_segments field in struct bio
Christoph Hellwig
2019-06-13
blk-mq: remove WARN_ON(!q->elevator) from blk_mq_sched_free_requests
Ming Lei
2019-06-06
block: free sched's request pool in blk_cleanup_queue
Ming Lei
2019-05-04
blk-mq: grab .q_usage_counter when queuing request from plug code path
Ming Lei
2019-04-30
block: add SPDX tags to block layer files missing licensing information
Christoph Hellwig
2019-04-05
block: Revert v5.0 blk_mq_request_issue_directly() changes
Bart Van Assche
2019-02-01
blk-mq: save queue mapping result into ctx directly
Jianchao Wang
2018-12-17
blk-mq: fix dispatch from sw queue
Ming Lei
2018-12-17
block: mq-deadline: Fix write completion handling
Damien Le Moal
2018-12-16
blk-mq: issue directly with bypass 'false' in blk_mq_sched_insert_requests
Jianchao Wang
2018-11-20
block: fix attempt to assign NULL io_context
Jens Axboe
2018-11-19
block: Remove bio->bi_ioc
Damien Le Moal
2018-11-15
block: remove the queue_lock indirection
Christoph Hellwig
2018-11-07
blk-mq: cleanup and improve list insertion
Jens Axboe
2018-11-07
blk-mq: cache request hardware queue mapping
Jens Axboe
2018-11-07
blk-mq: allow software queue to map to multiple hardware queues
Jens Axboe
2018-11-07
blk-mq: pass in request/bio flags to queue mapping
Jens Axboe
2018-11-07
block: get rid of MQ scheduler ops union
Jens Axboe
2018-08-21
blk-mq: init hctx sched after update ctx and hctx mapping
Jianchao Wang
2018-07-17
blk-mq: issue directly if hw queue isn't busy in case of 'none'
Ming Lei
2018-07-09
blk-mq: dequeue request one by one from sw queue if hctx is busy
Ming Lei
2018-07-09
blk-mq: only attempt to merge bio if there is rq in sw queue
Ming Lei
2018-07-09
blk-mq: remove synchronize_rcu() from blk_mq_del_queue_tag_set()
Ming Lei
2018-06-02
blk-mq: update nr_requests when switching to 'none' scheduler
Ming Lei
2018-06-01
block: move sysfs_lock into elevator_init
Christoph Hellwig
2018-06-01
block: remove the always unused name argument to elevator_init
Christoph Hellwig
2018-05-30
blk-mq: abstract out blk-mq-sched rq list iteration bio merge helper
Jens Axboe
2018-02-01
blk-mq-sched: Enable merging discard bio into request
Keith Busch
2018-01-17
blk-mq-sched: remove unused 'can_block' arg from blk_mq_sched_insert_request
Mike Snitzer
2018-01-05
blk-mq: remove confusing comment of blk_mq_sched_dispatch_requests
Liu Bo
2017-11-10
blk-mq: only run the hardware queue if IO is pending
Jens Axboe
2017-11-10
Revert "blk-mq: don't handle TAG_SHARED in restart"
Jens Axboe
2017-11-04
blk-mq: don't allocate driver tag upfront for flush rq
Ming Lei
2017-11-04
blk-mq-sched: decide how to handle flush rq via RQF_FLUSH_SEQ
Ming Lei
2017-11-04
blk-mq: don't handle failure in .get_budget
Ming Lei
2017-11-01
blk-mq: don't restart queue when .get_budget returns BLK_STS_RESOURCE
Ming Lei
2017-11-01
blk-mq: don't handle TAG_SHARED in restart
Ming Lei
[next]