]> git.baikalelectronics.ru Git - kernel.git/commit
block: relax check on sg gap
authorMing Lei <ming.lei@canonical.com>
Sat, 17 Dec 2016 10:49:09 +0000 (18:49 +0800)
committerJens Axboe <axboe@fb.com>
Thu, 12 Jan 2017 03:47:08 +0000 (20:47 -0700)
commit245f6a3cffd291dc6945958d07502506aa62b75c
treeab5cc3c0aa17fa8b988ed7dfefe888000fac0be3
parent54bccccf3818c636182fb8c139cd7a16cf0eaf12
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>
include/linux/blkdev.h