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:
56392d2
)
drbd: drbd_al_being_io: short circuit to reduce latency
author
Lars Ellenberg
<lars.ellenberg@linbit.com>
Tue, 19 Mar 2013 17:16:49 +0000
(18:16 +0100)
committer
Jens Axboe
<axboe@kernel.dk>
Sat, 23 Mar 2013 00:14:00 +0000
(18:14 -0600)
A request hitting an already "hot" extent should proceed right away,
even if some other requests need to wait for pending transactions.
Without that short-circuit, several simultaneous make_request contexts
race for committing the transaction, possibly penalizing the innocent.
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/drbd/drbd_actlog.c
patch
|
blob
|
history
diff --cc
drivers/block/drbd/drbd_actlog.c
Simple merge