diff options
author | Ming Lei <ming.lei@canonical.com> | 2016-12-17 18:49:09 +0800 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2017-01-11 20:47:08 -0700 |
commit | 729204ef49ec00b788ce23deb9eb922a5769f55d (patch) | |
tree | ab5cc3c0aa17fa8b988ed7dfefe888000fac0be3 /block/blk-wbt.c | |
parent | 1661f2e21c8bbf922dcb76faf2126a33ffe4cddb (diff) | |
download | linux-729204ef49ec00b788ce23deb9eb922a5769f55d.tar.bz2 |
block: relax check on sg gap
If the last bvec of the 1st bio and the 1st bvec of the next
bio are physically contigious, and the latter can be merged
to last segment of the 1st bio, we should think they don't
violate sg gap(or virt boundary) limit.
Both Vitaly and Dexuan reported lots of unmergeable small bios
are observed when running mkfs on Hyper-V virtual storage, and
performance becomes quite low. This patch fixes that performance
issue.
The same issue should exist on NVMe, since it sets virt boundary too.
Reported-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Reported-by: Dexuan Cui <decui@microsoft.com>
Tested-by: Dexuan Cui <decui@microsoft.com>
Cc: Keith Busch <keith.busch@intel.com>
Signed-off-by: Ming Lei <ming.lei@canonical.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'block/blk-wbt.c')
0 files changed, 0 insertions, 0 deletions