block: save page offset gaps in cloned bio - #1150
Open
blktests-ci[bot] wants to merge 1 commit into
Open
Conversation
Author
|
Upstream branch: 8d3ae59 |
Author
|
Upstream branch: 8d3ae59 |
blktests-ci
Bot
force-pushed
the
series/1147324=>linus-master
branch
from
August 18, 2026 15:51
03ea2f7 to
7f679da
Compare
blktests-ci
Bot
force-pushed
the
linus-master_base
branch
from
August 19, 2026 05:25
60442a3 to
3df366e
Compare
Author
|
Upstream branch: bd5f485 |
blktests-ci
Bot
force-pushed
the
series/1147324=>linus-master
branch
from
August 19, 2026 05:37
7f679da to
5f77b81
Compare
Author
|
Upstream branch: bd5f485 |
blktests-ci
Bot
force-pushed
the
series/1147324=>linus-master
branch
from
August 19, 2026 16:05
5f77b81 to
4ff1505
Compare
Author
|
Upstream branch: bd5f485 |
The cloned bio needs to inherit the accumulated gaps between vectors so that we can know if this bio can subscribe to the iova coalescing optimization. When cloning for a split, the gap only applies to the front bio since that's as far as has been processed. The remaining bio can reset its gaps to 0 since it advanced past the checked vectors, and will start its accounting from there on the next split check. Fixes: 2f6b256 ("block: accumulate memory segment gaps per bio") Reported-by: Eric Auger <eauger@redhat.com> Tested-by: Eric Auger <eric.auger@redhat.com> Signed-off-by: Keith Busch <kbusch@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>
blktests-ci
Bot
force-pushed
the
series/1147324=>linus-master
branch
from
August 19, 2026 16:53
4ff1505 to
c926047
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull request for series with
subject: block: save page offset gaps in cloned bio
version: 1
url: https://patchwork.kernel.org/project/linux-block/list/?series=1147324