git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74c4505
)
blk-mq: add BLK_MQ_F_DEFER_ISSUE support flag
author
Jens Axboe
<axboe@fb.com>
Wed, 29 Oct 2014 17:18:26 +0000
(11:18 -0600)
committer
Jens Axboe
<axboe@fb.com>
Wed, 29 Oct 2014 17:18:26 +0000
(11:18 -0600)
Drivers can now tell blk-mq if they take advantage of the deferred
issue through 'last' or not. If they do, don't do queue-direct
for sync IO. This is a preparation patch for the nvme conversion.
Signed-off-by: Jens Axboe <axboe@fb.com>
No differences found