index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
blk-mq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
blk-mq: abstract out blk_mq_dispatch_rq_list() helper
Jens Axboe
2016-12-09
1
-38
/
+47
*
blk-mq: add blk_mq_start_stopped_hw_queue()
Jens Axboe
2016-12-09
1
-7
/
+12
*
blk-mq: blk_account_io_start() takes a bool
Jens Axboe
2016-12-05
1
-1
/
+1
*
blk-mq: Drop explicit timeout sync in hotplug
Gabriel Krisman Bertazi
2016-11-29
1
-8
/
+1
*
blk-mq: make the polling code adaptive
Jens Axboe
2016-11-17
1
-3
/
+64
*
blk-mq: implement hybrid poll mode for sync O_DIRECT
Jens Axboe
2016-11-17
1
-0
/
+50
*
block: deal with stale req count of plug list
Ming Lei
2016-11-16
1
-0
/
+7
*
block: move poll code to blk-mq
Jens Axboe
2016-11-11
1
-0
/
+54
*
blk-mq: blk_mq_try_issue_directly() should lookup hardware queue
Jens Axboe
2016-11-11
1
-4
/
+4
*
block: hook up writeback throttling
Jens Axboe
2016-11-10
1
-2
/
+24
*
block: add scalable completion tracking of requests
Jens Axboe
2016-11-10
1
-0
/
+25
*
blk-mq: Always schedule hctx->next_cpu
Gabriel Krisman Bertazi
2016-11-06
1
-3
/
+1
*
blk-mq: immediately dispatch big size request
Shaohua Li
2016-11-03
1
-1
/
+6
*
blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()
Bart Van Assche
2016-11-02
1
-3
/
+7
*
blk-mq: Introduce blk_mq_quiesce_queue()
Bart Van Assche
2016-11-02
1
-7
/
+64
*
blk-mq: Remove blk_mq_cancel_requeue_work()
Bart Van Assche
2016-11-02
1
-6
/
+0
*
blk-mq: Avoid that requeueing starts stopped queues
Bart Van Assche
2016-11-02
1
-5
/
+1
*
blk-mq: Move more code into blk_mq_direct_issue_request()
Bart Van Assche
2016-11-02
1
-8
/
+10
*
blk-mq: Introduce blk_mq_queue_stopped()
Bart Van Assche
2016-11-02
1
-0
/
+20
*
blk-mq: Introduce blk_mq_hctx_stopped()
Bart Van Assche
2016-11-02
1
-6
/
+6
*
blk-mq: Do not invoke .queue_rq() for a stopped queue
Bart Van Assche
2016-11-02
1
-3
/
+3
*
block: better op and flags encoding
Christoph Hellwig
2016-10-28
1
-17
/
+11
*
block: split out request-only flags into a new namespace
Christoph Hellwig
2016-10-28
1
-10
/
+9
*
blk-mq: get rid of confusing blk_map_ctx structure
Jens Axboe
2016-10-27
1
-13
/
+5
*
blk-mq: update hardware and software queues for sleeping alloc
Jens Axboe
2016-10-27
1
-3
/
+3
*
Merge branch 'for-4.9/block-smp' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-10-09
1
-67
/
+56
|
\
|
*
blk-mq: fixup "Convert to new hotplug state machine"
Sebastian Andrzej Siewior
2016-09-23
1
-1
/
+1
|
*
blk-mq: Convert to new hotplug state machine
Sebastian Andrzej Siewior
2016-09-22
1
-44
/
+43
|
*
blk-mq/cpu-notif: Convert to new hotplug state machine
Thomas Gleixner
2016-09-22
1
-23
/
+13
*
|
Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-10-09
1
-46
/
+37
|
\
\
|
*
|
blk-mq: kill unused blk_mq_create_mq_map()
Jens Axboe
2016-09-15
1
-24
/
+0
|
*
|
blk-mq: get rid of the cpumask in struct blk_mq_tags
Christoph Hellwig
2016-09-15
1
-4
/
+21
|
*
|
blk-mq: allow the driver to pass in a queue mapping
Christoph Hellwig
2016-09-15
1
-3
/
+15
|
*
|
blk-mq: remove ->map_queue
Christoph Hellwig
2016-09-15
1
-29
/
+11
|
*
|
blk-mq: only allocate a single mq_map per tag_set
Christoph Hellwig
2016-09-15
1
-8
/
+14
|
*
|
blk-mq: don't redistribute hardware queues on a CPU hotplug event
Christoph Hellwig
2016-09-15
1
-2
/
+0
*
|
|
Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-10-07
1
-120
/
+63
|
\
\
\
|
*
|
|
blk-mq: add flag for drivers wanting blocking ->queue_rq()
Jens Axboe
2016-09-22
1
-1
/
+1
|
*
|
|
blk-mq: remove non-blocking pass in blk_mq_map_request
Christoph Hellwig
2016-09-22
1
-13
/
+1
|
*
|
|
blk-mq: get rid of manual run of queue with __blk_mq_run_hw_queue()
Jens Axboe
2016-09-22
1
-14
/
+2
|
|
|
/
|
|
/
|
|
*
|
sbitmap: push per-cpu last_tag into sbitmap_queue
Omar Sandoval
2016-09-17
1
-1
/
+1
|
*
|
blk-mq: abstract tag allocation out into sbitmap library
Omar Sandoval
2016-09-17
1
-80
/
+32
|
*
|
blk-mq: account higher order dispatch
Jens Axboe
2016-09-16
1
-4
/
+9
|
|
/
|
*
blk-mq: introduce blk_mq_delay_kick_requeue_list()
Mike Snitzer
2016-09-14
1
-4
/
+12
|
*
blk-mq: prefetch request in blk_mq_tag_to_rq()
Jens Axboe
2016-08-29
1
-1
/
+4
|
*
blk-mq: turn hctx->run_work into a regular work struct
Jens Axboe
2016-08-29
1
-5
/
+4
*
|
blk-mq: skip unmapped queues in blk_mq_alloc_request_hctx
Christoph Hellwig
2016-09-23
1
-2
/
+14
|
/
*
blk-mq: improve warning for running a queue on the wrong CPU
Jens Axboe
2016-08-24
1
-2
/
+3
*
blk-mq: don't overwrite rq->mq_ctx
Jens Axboe
2016-08-24
1
-39
/
+16
*
block: rename bio bi_rw to bi_opf
Jens Axboe
2016-08-07
1
-5
/
+5
[next]