index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-mq-sched.c
Age
Commit message (
Expand
)
Author
2017-05-04
blk-mq-debugfs: allow schedulers to register debugfs attributes
Omar Sandoval
2017-05-02
blk-mq-sched: remove hack that bypasses scheduler for reserved requests
Jens Axboe
2017-04-27
blk-mq-sched: alloate reserved tags out of normal pool
Jens Axboe
2017-04-20
blk-mq: Remove blk_mq_sched_move_to_dispatch()
Bart Van Assche
2017-04-07
blk-mq-sched: provide hooks for initializing hardware queue data
Omar Sandoval
2017-04-07
blk-mq: Restart a single queue if tag sets are shared
Bart Van Assche
2017-04-07
blk-mq-sched: fix crash in switch error path
Omar Sandoval
2017-04-07
blk-mq-sched: set up scheduler tags when bringing up new queues
Omar Sandoval
2017-04-07
blk-mq-sched: refactor scheduler initialization
Omar Sandoval
2017-04-07
blk-mq: use the right hctx when getting a driver tag fails
Omar Sandoval
2017-03-02
blk-mq: move update of tags->rqs to __blk_mq_alloc_request()
Omar Sandoval
2017-03-02
blk-mq: make blk_mq_alloc_request_hctx() allocate a scheduler request
Omar Sandoval
2017-03-02
blk-mq-sched: Allocate sched reserved tags as specified in the original queue...
Sagi Grimberg
2017-02-23
blk-mq-sched: separate mark hctx and queue restart operations
Omar Sandoval
2017-02-22
block: get rid of blk-mq default scheduler choice Kconfig entries
Jens Axboe
2017-02-17
blk-mq-sched: ask scheduler for work, if we failed dispatching leftovers
Jens Axboe
2017-02-17
blk-mq-sched: don't add flushes to the head of requeue queue
Jens Axboe
2017-02-10
blk-mq: pass bio to blk_mq_sched_get_rq_priv
Paolo Valente
2017-02-08
block: enumify ELEVATOR_*_MERGE
Christoph Hellwig
2017-02-03
block: free merged request in the caller
Jens Axboe
2017-02-02
blk-mq-sched: bypass the scheduler for flushes entirely
Omar Sandoval
2017-01-27
block: cleanup remaining manual checks for PREFLUSH|FUA
Jens Axboe
2017-01-27
blk-mq-sched: add flush insertion into blk_mq_sched_insert_request()
Jens Axboe
2017-01-27
block: add a op_is_flush helper
Christoph Hellwig
2017-01-27
blk-mq-sched: change ->dispatch_requests() to ->dispatch_request()
Jens Axboe
2017-01-27
blk-mq-sched: fix starvation for multiple hardware queues and shared tags
Jens Axboe
2017-01-26
blk-mq-sched: check for successful allocation before assigning tag
Jens Axboe
2017-01-26
blk-mq: don't lose flags passed in to blk_mq_alloc_request()
Jens Axboe
2017-01-17
blk-mq-sched: allow setting of default IO scheduler
Jens Axboe
2017-01-17
blk-mq-sched: add framework for MQ capable IO schedulers
Jens Axboe