index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
blk-mq.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
block: improve logic around when to sort a plug list
Jens Axboe
2018-11-29
1
-5
/
+18
*
|
blk-mq: Add a NULL check in blk_mq_free_map_and_requests()
Dan Carpenter
2018-11-29
1
-1
/
+1
*
|
blk-mq: fix failure to decrement plug count on single rq removal
Jens Axboe
2018-11-28
1
-1
/
+3
*
|
block: sum requests in the plug structure
Jens Axboe
2018-11-26
1
-11
/
+5
*
|
blk-mq: Simplify request completion state
Keith Busch
2018-11-26
1
-3
/
+1
*
|
blk-mq: Return true if request was completed
Keith Busch
2018-11-26
1
-2
/
+3
*
|
blk-mq: never redirect polled IO completions
Jens Axboe
2018-11-26
1
-1
/
+6
*
|
blk-mq: ensure mq_ops ->poll() is entered at least once
Jens Axboe
2018-11-26
1
-2
/
+2
*
|
block: make blk_poll() take a parameter on whether to spin or not
Jens Axboe
2018-11-26
1
-3
/
+3
*
|
blk-mq: remove 'tag' parameter from mq_ops->poll()
Jens Axboe
2018-11-26
1
-1
/
+1
*
|
blk-mq: when polling for IO, look for any completion
Jens Axboe
2018-11-26
1
-35
/
+36
*
|
blk-mq: not embed .mq_kobj and ctx->kobj into queue instance
Ming Lei
2018-11-21
1
-7
/
+32
*
|
block: Remove bio->bi_ioc
Damien Le Moal
2018-11-20
1
-2
/
+2
*
|
block: have ->poll_fn() return number of entries polled
Jens Axboe
2018-11-19
1
-9
/
+9
*
|
block: avoid ordered task state change for polled IO
Jens Axboe
2018-11-19
1
-2
/
+2
*
|
block: add queue_is_mq() helper
Jens Axboe
2018-11-16
1
-1
/
+1
*
|
block: remove the lock argument to blk_alloc_queue_node
Christoph Hellwig
2018-11-15
1
-1
/
+1
*
|
block: remove the unused lock argument to rq_qos_throttle
Christoph Hellwig
2018-11-15
1
-1
/
+1
*
|
block: use atomic bitops for ->queue_flags
Christoph Hellwig
2018-11-15
1
-1
/
+1
*
|
block: remove deadline __deadline manipulation helpers
Christoph Hellwig
2018-11-15
1
-2
/
+2
*
|
block: remove req->timeout_list
Christoph Hellwig
2018-11-09
1
-1
/
+0
*
|
blk-mq: provide a helper to check if a queue is busy
Jens Axboe
2018-11-08
1
-0
/
+26
*
|
blk-mq-tag: change busy_iter_fn to return whether to continue or not
Jens Axboe
2018-11-08
1
-5
/
+11
*
|
blk-mq: improve plug list sorting
Jens Axboe
2018-11-07
1
-5
/
+12
*
|
blk-mq: cleanup and improve list insertion
Jens Axboe
2018-11-07
1
-11
/
+14
*
|
blk-mq: cache request hardware queue mapping
Jens Axboe
2018-11-07
1
-13
/
+9
*
|
blk-mq: separate number of hardware queues from nr_cpu_ids
Jens Axboe
2018-11-07
1
-7
/
+21
*
|
blk-mq: support multiple hctx maps
Jens Axboe
2018-11-07
1
-31
/
+61
*
|
blk-mq: allow software queue to map to multiple hardware queues
Jens Axboe
2018-11-07
1
-6
/
+16
*
|
blk-mq: pass in request/bio flags to queue mapping
Jens Axboe
2018-11-07
1
-22
/
+28
*
|
blk-mq: abstract out queue map
Jens Axboe
2018-11-07
1
-16
/
+18
*
|
blk-mq: kill q->mq_map
Jens Axboe
2018-11-07
1
-9
/
+4
*
|
block: kill request ->cpu member
Jens Axboe
2018-11-07
1
-1
/
+6
*
|
block: get rid of q->softirq_done_fn()
Jens Axboe
2018-11-07
1
-9
/
+8
*
|
block: get rid of blk_queued_rq()
Jens Axboe
2018-11-07
1
-1
/
+1
*
|
block: remove request_list code
Jens Axboe
2018-11-07
1
-4
/
+0
*
|
block: get rid of MQ scheduler ops union
Jens Axboe
2018-11-07
1
-6
/
+6
*
|
blk-mq: remove legacy check in queue blk_freeze_queue()
Jens Axboe
2018-11-07
1
-2
/
+0
*
|
blk-mq: remove the request_list usage
Jens Axboe
2018-11-07
1
-5
/
+0
|
/
*
blk-mq: place trace_block_getrq() in correct place
Xiaoguang Wang
2018-10-25
1
-2
/
+2
*
blk-mq: provide helper for setting up an SQ queue and tag set
Jens Axboe
2018-10-16
1
-0
/
+33
*
blk-mq: fallback to previous nr_hw_queues when updating fails
Jianchao Wang
2018-10-13
1
-3
/
+24
*
blk-mq: realloc hctx when hw queue is mapped to another node
Jianchao Wang
2018-10-13
1
-26
/
+56
*
blk-mq: change gfp flags to GFP_NOIO in blk_mq_realloc_hw_ctxs
Jianchao Wang
2018-10-13
1
-7
/
+10
*
blk-mq: adjust debugfs and sysfs register when updating nr_hw_queues
Jianchao Wang
2018-10-13
1
-27
/
+12
*
blk-mq: complete req in softirq context in case of single queue
Ming Lei
2018-10-08
1
-0
/
+14
*
Merge tag 'v4.19-rc6' into for-4.20/block
Jens Axboe
2018-10-01
1
-2
/
+2
|
\
|
*
blk-mq: I/O and timer unplugs are inverted in blktrace
Ilya Dryomov
2018-09-27
1
-2
/
+2
*
|
block: move call of scheduler's ->completed_request() hook
Omar Sandoval
2018-09-28
1
-2
/
+3
*
|
blk-mq: Enable support for runtime power management
Bart Van Assche
2018-09-26
1
-0
/
+2
[prev]
[next]