Files
linux/drivers
Shaohua Li f3b51a03be MD: make bio mergeable
commit 9c573de328 upstream.

blk_queue_split marks bio unmergeable, which makes sense for normal bio.
But if dispatching the bio to underlayer disk, the blk_queue_split
checks are invalid, hence it's possible the bio becomes mergeable.

In the reported bug, this bug causes trim against raid0 performance slash
https://bugzilla.kernel.org/show_bug.cgi?id=117051

Reported-and-tested-by: Park Ju Hyung <qkrwngud825@gmail.com>
Fixes: 6ac45aeb6bca(block: avoid to merge splitted bio)
Cc: Ming Lei <ming.lei@canonical.com>
Cc: Neil Brown <neilb@suse.de>
Reviewed-by: Jens Axboe <axboe@fb.com>
Signed-off-by: Shaohua Li <shli@fb.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-05-11 11:21:13 +02:00
..
2016-05-04 14:48:54 -07:00
2015-10-29 09:02:16 +09:00
2016-05-11 11:21:13 +02:00
2015-11-08 16:24:43 -05:00
2016-05-11 11:21:12 +02:00
2016-03-09 15:34:50 -08:00
2016-04-20 15:41:56 +09:00