index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
blk-mq-sched.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Drop leftover references to RQF_SORTED
Jean Delvare
2021-03-01
1
-5
/
+1
*
block: get rid of the trace rq insert wrapper
Chaitanya Kulkarni
2021-02-22
1
-6
/
+0
*
block: remove the request_queue to argument request based tracepoints
Christoph Hellwig
2020-12-04
1
-1
/
+1
*
blk-mq: get rid of the dead flush handle code path
Yufen Yu
2020-10-09
1
-6
/
+0
*
block: move blk_mq_sched_try_merge to blk-merge.c
Christoph Hellwig
2020-10-06
1
-32
/
+0
*
block: Remove unused blk_mq_sched_free_hctx_data()
Baolin Wang
2020-09-07
1
-15
/
+0
*
blk-mq: Facilitate a shared sbitmap per tagset
John Garry
2020-09-03
1
-3
/
+5
*
blk-mq: Pass flags for tag init/free
John Garry
2020-09-03
1
-3
/
+8
*
blk-mq: use BLK_MQ_NO_TAG for no tag
Xianting Tian
2020-09-01
1
-1
/
+1
*
block: Remove blk_mq_attempt_merge() function
Baolin Wang
2020-09-01
1
-28
/
+16
*
block: Add a new helper to attempt to merge a bio
Baolin Wang
2020-09-01
1
-3
/
+3
*
block: Move blk_mq_bio_list_merge() into blk-merge.c
Baolin Wang
2020-09-01
1
-45
/
+1
*
blk-mq: order adding requests to hctx->dispatch and checking SCHED_RESTART
Ming Lei
2020-08-17
1
-0
/
+9
*
block: blk-mq-sched: delete duplicated word
Randy Dunlap
2020-07-31
1
-1
/
+1
*
blk-mq: Remove unnecessary local variable
Baolin Wang
2020-07-10
1
-3
/
+1
*
blk-mq: support batching dispatch in case of io
Ming Lei
2020-06-30
1
-7
/
+82
*
blk-mq: pass obtained budget count to blk_mq_dispatch_rq_list
Ming Lei
2020-06-30
1
-4
/
+4
*
blk-mq: pass hctx to blk_mq_dispatch_rq_list
Ming Lei
2020-06-30
1
-8
/
+6
*
blk-mq: pass request queue into get/put budget callback
Ming Lei
2020-06-30
1
-4
/
+4
*
blk-mq: make function '__blk_mq_sched_dispatch_requests' static
Zheng Bin
2020-04-29
1
-1
/
+1
*
block: Limit number of items taken from the I/O scheduler in one go
Salman Qazi
2020-04-24
1
-13
/
+51
*
blk-mq: Rerun dispatching in the case of budget contention
Douglas Anderson
2020-04-20
1
-0
/
+18
*
blk-mq: insert flush request to the front of dispatch queue
Ming Lei
2020-03-12
1
-0
/
+22
*
blk-mq: insert passthrough request into hctx->dispatch directly
Ming Lei
2020-02-24
1
-7
/
+15
*
blk-mq: move lockdep_assert_held() into elevator_exit
Ming Lei
2019-09-26
1
-2
/
+0
*
blk-mq: remove blk_mq_put_ctx()
Bart Van Assche
2019-07-02
1
-4
/
+1
*
block: remove the bi_phys_segments field in struct bio
Christoph Hellwig
2019-06-20
1
-11
/
+15
*
blk-mq: remove WARN_ON(!q->elevator) from blk_mq_sched_free_requests
Ming Lei
2019-06-13
1
-1
/
+0
*
block: free sched's request pool in blk_cleanup_queue
Ming Lei
2019-06-06
1
-3
/
+27
*
blk-mq: grab .q_usage_counter when queuing request from plug code path
Ming Lei
2019-05-04
1
-1
/
+11
*
block: add SPDX tags to block layer files missing licensing information
Christoph Hellwig
2019-04-30
1
-0
/
+1
*
block: Revert v5.0 blk_mq_request_issue_directly() changes
Bart Van Assche
2019-04-05
1
-3
/
+5
*
blk-mq: save queue mapping result into ctx directly
Jianchao Wang
2019-02-01
1
-1
/
+1
*
blk-mq: fix dispatch from sw queue
Ming Lei
2018-12-17
1
-3
/
+8
*
block: mq-deadline: Fix write completion handling
Damien Le Moal
2018-12-17
1
-1
/
+2
*
blk-mq: issue directly with bypass 'false' in blk_mq_sched_insert_requests
Jianchao Wang
2018-12-16
1
-5
/
+3
*
block: fix attempt to assign NULL io_context
Jens Axboe
2018-11-20
1
-1
/
+8
*
block: Remove bio->bi_ioc
Damien Le Moal
2018-11-19
1
-2
/
+2
*
block: remove the queue_lock indirection
Christoph Hellwig
2018-11-15
1
-2
/
+2
*
blk-mq: cleanup and improve list insertion
Jens Axboe
2018-11-07
1
-7
/
+1
*
blk-mq: cache request hardware queue mapping
Jens Axboe
2018-11-07
1
-4
/
+2
*
blk-mq: allow software queue to map to multiple hardware queues
Jens Axboe
2018-11-07
1
-1
/
+1
*
blk-mq: pass in request/bio flags to queue mapping
Jens Axboe
2018-11-07
1
-4
/
+12
*
block: get rid of MQ scheduler ops union
Jens Axboe
2018-11-07
1
-17
/
+16
*
blk-mq: init hctx sched after update ctx and hctx mapping
Jianchao Wang
2018-08-21
1
-44
/
+0
*
blk-mq: issue directly if hw queue isn't busy in case of 'none'
Ming Lei
2018-07-17
1
-1
/
+12
*
blk-mq: dequeue request one by one from sw queue if hctx is busy
Ming Lei
2018-07-09
1
-9
/
+2
*
blk-mq: only attempt to merge bio if there is rq in sw queue
Ming Lei
2018-07-09
1
-1
/
+2
*
blk-mq: remove synchronize_rcu() from blk_mq_del_queue_tag_set()
Ming Lei
2018-07-09
1
-80
/
+5
*
blk-mq: update nr_requests when switching to 'none' scheduler
Ming Lei
2018-06-02
1
-0
/
+1
[next]