index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-mq-sched.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
blk-mq-debugfs: allow schedulers to register debugfs attributes
Omar Sandoval
2017-05-04
1
-8
/
+16
*
blk-mq-sched: remove hack that bypasses scheduler for reserved requests
Jens Axboe
2017-05-02
1
-5
/
+1
*
blk-mq-sched: alloate reserved tags out of normal pool
Jens Axboe
2017-04-27
1
-1
/
+5
*
blk-mq: Remove blk_mq_sched_move_to_dispatch()
Bart Van Assche
2017-04-20
1
-16
/
+0
*
blk-mq-sched: provide hooks for initializing hardware queue data
Omar Sandoval
2017-04-07
1
-38
/
+43
*
blk-mq: Restart a single queue if tag sets are shared
Bart Van Assche
2017-04-07
1
-10
/
+53
*
blk-mq-sched: fix crash in switch error path
Omar Sandoval
2017-04-07
1
-2
/
+11
*
blk-mq-sched: set up scheduler tags when bringing up new queues
Omar Sandoval
2017-04-07
1
-0
/
+22
*
blk-mq-sched: refactor scheduler initialization
Omar Sandoval
2017-04-07
1
-38
/
+44
*
blk-mq: use the right hctx when getting a driver tag fails
Omar Sandoval
2017-04-07
1
-4
/
+5
*
blk-mq: move update of tags->rqs to __blk_mq_alloc_request()
Omar Sandoval
2017-03-02
1
-2
/
+0
*
blk-mq: make blk_mq_alloc_request_hctx() allocate a scheduler request
Omar Sandoval
2017-03-02
1
-6
/
+5
*
blk-mq-sched: Allocate sched reserved tags as specified in the original queue...
Sagi Grimberg
2017-03-02
1
-1
/
+2
*
blk-mq-sched: separate mark hctx and queue restart operations
Omar Sandoval
2017-02-23
1
-12
/
+8
*
block: get rid of blk-mq default scheduler choice Kconfig entries
Jens Axboe
2017-02-22
1
-9
/
+0
*
blk-mq-sched: ask scheduler for work, if we failed dispatching leftovers
Jens Axboe
2017-02-17
1
-3
/
+12
*
blk-mq-sched: don't add flushes to the head of requeue queue
Jens Axboe
2017-02-17
1
-1
/
+1
*
blk-mq: pass bio to blk_mq_sched_get_rq_priv
Paolo Valente
2017-02-10
1
-3
/
+5
*
block: enumify ELEVATOR_*_MERGE
Christoph Hellwig
2017-02-08
1
-18
/
+17
*
block: free merged request in the caller
Jens Axboe
2017-02-03
1
-3
/
+6
*
blk-mq-sched: bypass the scheduler for flushes entirely
Omar Sandoval
2017-02-02
1
-2
/
+23
*
block: cleanup remaining manual checks for PREFLUSH|FUA
Jens Axboe
2017-01-27
1
-1
/
+1
*
blk-mq-sched: add flush insertion into blk_mq_sched_insert_request()
Jens Axboe
2017-01-27
1
-0
/
+58
*
block: add a op_is_flush helper
Christoph Hellwig
2017-01-27
1
-3
/
+2
*
blk-mq-sched: change ->dispatch_requests() to ->dispatch_request()
Jens Axboe
2017-01-27
1
-8
/
+15
*
blk-mq-sched: fix starvation for multiple hardware queues and shared tags
Jens Axboe
2017-01-27
1
-0
/
+28
*
blk-mq-sched: check for successful allocation before assigning tag
Jens Axboe
2017-01-26
1
-1
/
+2
*
blk-mq: don't lose flags passed in to blk_mq_alloc_request()
Jens Axboe
2017-01-26
1
-1
/
+1
*
blk-mq-sched: allow setting of default IO scheduler
Jens Axboe
2017-01-17
1
-0
/
+20
*
blk-mq-sched: add framework for MQ capable IO schedulers
Jens Axboe
2017-01-17
1
-0
/
+368