index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
blk-mq-sched.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-01
blk-mq: save queue mapping result into ctx directly
Jianchao Wang
1
-1
/
+1
2018-12-17
blk-mq: fix dispatch from sw queue
Ming Lei
1
-3
/
+8
2018-12-17
block: mq-deadline: Fix write completion handling
Damien Le Moal
1
-1
/
+2
2018-12-16
blk-mq: issue directly with bypass 'false' in blk_mq_sched_insert_requests
Jianchao Wang
1
-5
/
+3
2018-11-20
block: fix attempt to assign NULL io_context
Jens Axboe
1
-1
/
+8
2018-11-19
block: Remove bio->bi_ioc
Damien Le Moal
1
-2
/
+2
2018-11-15
block: remove the queue_lock indirection
Christoph Hellwig
1
-2
/
+2
2018-11-07
blk-mq: cleanup and improve list insertion
Jens Axboe
1
-7
/
+1
2018-11-07
blk-mq: cache request hardware queue mapping
Jens Axboe
1
-4
/
+2
2018-11-07
blk-mq: allow software queue to map to multiple hardware queues
Jens Axboe
1
-1
/
+1
2018-11-07
blk-mq: pass in request/bio flags to queue mapping
Jens Axboe
1
-4
/
+12
2018-11-07
block: get rid of MQ scheduler ops union
Jens Axboe
1
-17
/
+16
2018-08-21
blk-mq: init hctx sched after update ctx and hctx mapping
Jianchao Wang
1
-44
/
+0
2018-07-17
blk-mq: issue directly if hw queue isn't busy in case of 'none'
Ming Lei
1
-1
/
+12
2018-07-09
blk-mq: dequeue request one by one from sw queue if hctx is busy
Ming Lei
1
-9
/
+2
2018-07-09
blk-mq: only attempt to merge bio if there is rq in sw queue
Ming Lei
1
-1
/
+2
2018-07-09
blk-mq: remove synchronize_rcu() from blk_mq_del_queue_tag_set()
Ming Lei
1
-80
/
+5
2018-06-02
blk-mq: update nr_requests when switching to 'none' scheduler
Ming Lei
1
-0
/
+1
2018-06-01
block: move sysfs_lock into elevator_init
Christoph Hellwig
1
-11
/
+0
2018-06-01
block: remove the always unused name argument to elevator_init
Christoph Hellwig
1
-1
/
+1
2018-05-30
blk-mq: abstract out blk-mq-sched rq list iteration bio merge helper
Jens Axboe
1
-10
/
+24
2018-02-01
blk-mq-sched: Enable merging discard bio into request
Keith Busch
1
-0
/
+2
2018-01-17
blk-mq-sched: remove unused 'can_block' arg from blk_mq_sched_insert_request
Mike Snitzer
1
-1
/
+1
2018-01-05
blk-mq: remove confusing comment of blk_mq_sched_dispatch_requests
Liu Bo
1
-1
/
+0
2017-11-10
blk-mq: only run the hardware queue if IO is pending
Jens Axboe
1
-6
/
+1
2017-11-10
Revert "blk-mq: don't handle TAG_SHARED in restart"
Jens Axboe
1
-4
/
+74
2017-11-04
blk-mq: don't allocate driver tag upfront for flush rq
Ming Lei
1
-37
/
+5
2017-11-04
blk-mq-sched: decide how to handle flush rq via RQF_FLUSH_SEQ
Ming Lei
1
-13
/
+16
2017-11-04
blk-mq: don't handle failure in .get_budget
Ming Lei
1
-12
/
+2
2017-11-01
blk-mq: don't restart queue when .get_budget returns BLK_STS_RESOURCE
Ming Lei
1
-25
/
+20
2017-11-01
blk-mq: don't handle TAG_SHARED in restart
Ming Lei
1
-74
/
+4
2017-11-01
blk-mq-sched: improve dispatching from sw queue
Ming Lei
1
-3
/
+71
2017-11-01
blk-mq: introduce .get_budget and .put_budget in blk_mq_ops
Ming Lei
1
-10
/
+45
2017-11-01
blk-mq-sched: move actual dispatching into one helper
Ming Lei
1
-19
/
+24
2017-11-01
blk-mq-sched: dispatch from scheduler IFF progress is made in ->dispatch
Ming Lei
1
-6
/
+6
2017-07-03
blk-mq-sched: fix performance regression of mq-deadline
Ming Lei
1
-3
/
+5
2017-06-22
Merge commit '8e8320c9315c' into for-4.13/block
Jens Axboe
1
-12
/
+46
2017-06-21
blk-mq: fix performance regression with shared tags
Jens Axboe
1
-12
/
+46
2017-06-20
blk-mq: Document locking assumptions
Bart Van Assche
1
-0
/
+2
2017-06-18
blk-mq: use QUEUE_FLAG_QUIESCED to quiesce queue
Ming Lei
1
-1
/
+2
2017-06-18
blk-mq: refactor blk_mq_sched_assign_ioc
Christoph Hellwig
1
-24
/
+4
2017-06-18
blk-mq: remove blk_mq_sched_{get,put}_rq_priv
Christoph Hellwig
1
-4
/
+6
2017-06-18
blk-mq: move blk_mq_sched_{get,put}_request to blk-mq.c
Christoph Hellwig
1
-67
/
+2
2017-05-26
blk-mq: make per-sw-queue bio merge as default .bio_merge
Ming Lei
1
-5
/
+57
2017-05-04
blk-mq-debugfs: allow schedulers to register debugfs attributes
Omar Sandoval
1
-8
/
+16
2017-05-02
blk-mq-sched: remove hack that bypasses scheduler for reserved requests
Jens Axboe
1
-5
/
+1
2017-04-27
blk-mq-sched: alloate reserved tags out of normal pool
Jens Axboe
1
-1
/
+5
2017-04-20
blk-mq: Remove blk_mq_sched_move_to_dispatch()
Bart Van Assche
1
-16
/
+0
2017-04-07
blk-mq-sched: provide hooks for initializing hardware queue data
Omar Sandoval
1
-38
/
+43
2017-04-07
blk-mq: Restart a single queue if tag sets are shared
Bart Van Assche
1
-10
/
+53
[next]