index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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
*
block: don't lose track of REQ_INTEGRITY flag
Ming Lei
2019-01-16
1
-1
/
+2
*
block: make request_to_qc_t public
Sagi Grimberg
2018-12-18
1
-8
/
+0
*
blk-mq: enable IO poll if .nr_queues of type poll > 0
Ming Lei
2018-12-17
1
-1
/
+2
*
blk-mq: change blk_mq_queue_busy() to blk_mq_queue_inflight()
Jens Axboe
2018-12-17
1
-8
/
+8
*
blk-mq: skip zero-queue maps in blk_mq_map_swqueue
Ming Lei
2018-12-17
1
-0
/
+3
*
blk-mq: fix dispatch from sw queue
Ming Lei
2018-12-17
1
-10
/
+19
*
blk-mq: fix allocation for queue mapping table
Ming Lei
2018-12-17
1
-1
/
+1
*
blk-mq: replace and kill blk_mq_request_issue_directly
Jianchao Wang
2018-12-16
1
-8
/
+1
*
blk-mq: issue directly with bypass 'false' in blk_mq_sched_insert_requests
Jianchao Wang
2018-12-16
1
-11
/
+9
*
blk-mq: refactor the code of issue request directly
Jianchao Wang
2018-12-16
1
-49
/
+54
*
block: return just one value from part_in_flight
Mikulas Patocka
2018-12-10
1
-7
/
+5
*
Merge tag 'v4.20-rc6' into for-4.21/block
Jens Axboe
2018-12-09
1
-3
/
+4
|
\
|
*
blk-mq: punt failed direct issue to dispatch list
Jens Axboe
2018-12-07
1
-28
/
+5
|
*
blk-mq: fix corruption with direct issue
Jens Axboe
2018-12-04
1
-1
/
+25
*
|
blk-mq: re-build queue map in case of kdump kernel
Ming Lei
2018-12-07
1
-2
/
+3
*
|
block: enable polling by default if a poll map is initalized
Christoph Hellwig
2018-12-04
1
-0
/
+2
*
|
block: remove ->poll_fn
Christoph Hellwig
2018-12-04
1
-5
/
+19
*
|
blk-mq: don't call ktime_get_ns() if we don't need it
Jens Axboe
2018-12-03
1
-2
/
+17
*
|
blk-mq: use plug for devices that implement ->commits_rqs()
Jens Axboe
2018-11-29
1
-1
/
+5
*
|
blk-mq: use bd->last == true for list inserts
Jens Axboe
2018-11-29
1
-8
/
+8
*
|
blk-mq: add mq_ops->commit_rqs()
Jens Axboe
2018-11-29
1
-0
/
+16
*
|
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-19
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
[next]