Skip to content

block: remove zero_fill_bio_iter#836

Open
blktests-ci[bot] wants to merge 5 commits into
linus-master_basefrom
series/1095121=>linus-master
Open

block: remove zero_fill_bio_iter#836
blktests-ci[bot] wants to merge 5 commits into
linus-master_basefrom
series/1095121=>linus-master

Conversation

@blktests-ci
Copy link
Copy Markdown

@blktests-ci blktests-ci Bot commented May 15, 2026

Pull request for series with
subject: block: remove zero_fill_bio_iter
version: 1
url: https://patchwork.kernel.org/project/linux-block/list/?series=1095121

@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented May 15, 2026

Upstream branch: aa54b1d
series: https://patchwork.kernel.org/project/linux-block/list/?series=1095121
version: 1

@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented May 15, 2026

Upstream branch: 70eda68
series: https://patchwork.kernel.org/project/linux-block/list/?series=1095121
version: 1

@blktests-ci blktests-ci Bot force-pushed the series/1095121=>linus-master branch from 512d26a to eec6946 Compare May 15, 2026 08:13
@blktests-ci blktests-ci Bot force-pushed the linus-master_base branch from ca57796 to c1feb59 Compare May 21, 2026 02:54
@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented May 21, 2026

Upstream branch: 8bc67e4
series: https://patchwork.kernel.org/project/linux-block/list/?series=1095121
version: 1

@blktests-ci blktests-ci Bot force-pushed the series/1095121=>linus-master branch from eec6946 to d581c86 Compare May 21, 2026 03:09
@blktests-ci blktests-ci Bot force-pushed the linus-master_base branch from c1feb59 to ea833a1 Compare May 22, 2026 01:53
@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented May 22, 2026

Upstream branch: 6779b50
series: https://patchwork.kernel.org/project/linux-block/list/?series=1095121
version: 1

@blktests-ci blktests-ci Bot force-pushed the series/1095121=>linus-master branch from d581c86 to 8d66e51 Compare May 22, 2026 02:08
@blktests-ci blktests-ci Bot force-pushed the linus-master_base branch from ea833a1 to 7af85d1 Compare May 23, 2026 06:11
@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented May 23, 2026

Upstream branch: 79bd2dd
series: https://patchwork.kernel.org/project/linux-block/list/?series=1095121
version: 1

@blktests-ci blktests-ci Bot force-pushed the series/1095121=>linus-master branch from 8d66e51 to 34194fc Compare May 23, 2026 06:39
@blktests-ci blktests-ci Bot force-pushed the linus-master_base branch from 7af85d1 to de94ac7 Compare May 23, 2026 17:08
@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented May 23, 2026

Upstream branch: eed108e
series: https://patchwork.kernel.org/project/linux-block/list/?series=1095121
version: 1

@blktests-ci blktests-ci Bot force-pushed the series/1095121=>linus-master branch from 34194fc to 8fe429c Compare May 23, 2026 17:42
@blktests-ci blktests-ci Bot force-pushed the linus-master_base branch from de94ac7 to 86d8d37 Compare May 26, 2026 15:38
@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented May 26, 2026

Upstream branch: e8c2f9f
series: https://patchwork.kernel.org/project/linux-block/list/?series=1095121
version: 1

@blktests-ci blktests-ci Bot force-pushed the series/1095121=>linus-master branch from 8fe429c to add28f8 Compare May 26, 2026 16:14
@blktests-ci blktests-ci Bot force-pushed the linus-master_base branch from 86d8d37 to 9805659 Compare May 28, 2026 13:24
@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented May 28, 2026

Upstream branch: eb3f4b7
series: https://patchwork.kernel.org/project/linux-block/list/?series=1095121
version: 1

@blktests-ci blktests-ci Bot force-pushed the series/1095121=>linus-master branch from add28f8 to f40bda2 Compare May 28, 2026 15:02
@blktests-ci blktests-ci Bot force-pushed the linus-master_base branch from 9805659 to 3f4a345 Compare May 29, 2026 11:12
@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented May 29, 2026

Upstream branch: 8fde5d1
series: https://patchwork.kernel.org/project/linux-block/list/?series=1095121
version: 1

@blktests-ci blktests-ci Bot force-pushed the series/1095121=>linus-master branch from f40bda2 to 87f916e Compare May 29, 2026 11:55
@blktests-ci blktests-ci Bot force-pushed the linus-master_base branch from 3f4a345 to c6dc343 Compare June 1, 2026 08:58
@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented Jun 1, 2026

Upstream branch: e43ffb6
series: https://patchwork.kernel.org/project/linux-block/list/?series=1095121
version: 1

@blktests-ci blktests-ci Bot force-pushed the series/1095121=>linus-master branch from 87f916e to ec773b2 Compare June 1, 2026 09:45
@blktests-ci blktests-ci Bot force-pushed the linus-master_base branch from c6dc343 to fc36596 Compare June 3, 2026 13:56
Christoph Hellwig added 5 commits June 3, 2026 15:19
Only used to implement zero_fill_bio, so directly implement that.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Only used by bio_copy_data, so implement that directly.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Only used in built-in code.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Only used in core block code, so unexport and move the prototype to
blk.h.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Only used in built-in code.

Signed-off-by: Christoph Hellwig <hch@lst.de>
@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented Jun 3, 2026

Upstream branch: ba3e43a
series: https://patchwork.kernel.org/project/linux-block/list/?series=1095121
version: 1

@blktests-ci blktests-ci Bot force-pushed the series/1095121=>linus-master branch from ec773b2 to 4c24542 Compare June 3, 2026 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants