Skip to content

Conversation

@blktests-ci
Copy link

@blktests-ci blktests-ci bot commented Nov 11, 2025

Pull request for series with
subject: Refactor blk_zone_wplug_handle_write()
version: 2
url: https://patchwork.kernel.org/project/linux-block/list/?series=1022251

@blktests-ci
Copy link
Author

blktests-ci bot commented Nov 11, 2025

Upstream branch: e9a6fb0
series: https://patchwork.kernel.org/project/linux-block/list/?series=1022251
version: 2

@blktests-ci
Copy link
Author

blktests-ci bot commented Nov 12, 2025

Upstream branch: e9a6fb0
series: https://patchwork.kernel.org/project/linux-block/list/?series=1022251
version: 2

@blktests-ci blktests-ci bot force-pushed the series/1022251=>linus-master branch from a52677a to 483e19f Compare November 12, 2025 08:32
@blktests-ci
Copy link
Author

blktests-ci bot commented Nov 12, 2025

Upstream branch: e9a6fb0
series: https://patchwork.kernel.org/project/linux-block/list/?series=1022251
version: 2

@blktests-ci blktests-ci bot force-pushed the series/1022251=>linus-master branch from 483e19f to c047c2c Compare November 12, 2025 08:50
@blktests-ci blktests-ci bot force-pushed the linus-master_base branch from f699346 to 83d3e2f Compare November 14, 2025 03:26
@blktests-ci
Copy link
Author

blktests-ci bot commented Nov 14, 2025

Upstream branch: 6da43bb
series: https://patchwork.kernel.org/project/linux-block/list/?series=1022251
version: 2

@blktests-ci blktests-ci bot force-pushed the series/1022251=>linus-master branch from c047c2c to 8ae7b7c Compare November 14, 2025 03:31
@blktests-ci blktests-ci bot force-pushed the linus-master_base branch from 83d3e2f to 00d5e5c Compare November 16, 2025 07:35
@blktests-ci
Copy link
Author

blktests-ci bot commented Nov 16, 2025

Upstream branch: f824272
series: https://patchwork.kernel.org/project/linux-block/list/?series=1022251
version: 2

@blktests-ci blktests-ci bot force-pushed the series/1022251=>linus-master branch from 8ae7b7c to 93b74da Compare November 16, 2025 07:40
@blktests-ci blktests-ci bot force-pushed the linus-master_base branch from 00d5e5c to d782508 Compare November 17, 2025 00:45
@blktests-ci
Copy link
Author

blktests-ci bot commented Nov 17, 2025

Upstream branch: f824272
series: https://patchwork.kernel.org/project/linux-block/list/?series=1022251
version: 2

@blktests-ci blktests-ci bot force-pushed the series/1022251=>linus-master branch from 93b74da to 94b8505 Compare November 17, 2025 00:50
@blktests-ci blktests-ci bot force-pushed the linus-master_base branch from d782508 to 6099a4d Compare November 17, 2025 23:44
@blktests-ci
Copy link
Author

blktests-ci bot commented Nov 17, 2025

Upstream branch: e7c375b
series: https://patchwork.kernel.org/project/linux-block/list/?series=1022251
version: 2

@blktests-ci blktests-ci bot force-pushed the series/1022251=>linus-master branch from 94b8505 to c3b99fa Compare November 17, 2025 23:50
@blktests-ci blktests-ci bot force-pushed the linus-master_base branch from 6099a4d to 5121c4d Compare November 18, 2025 02:19
@blktests-ci
Copy link
Author

blktests-ci bot commented Nov 18, 2025

Upstream branch: e7c375b
series: https://patchwork.kernel.org/project/linux-block/list/?series=1022251
version: 2

@blktests-ci blktests-ci bot force-pushed the series/1022251=>linus-master branch from c3b99fa to 498e606 Compare November 18, 2025 02:24
@blktests-ci blktests-ci bot force-pushed the linus-master_base branch from 5121c4d to 4458758 Compare November 19, 2025 00:24
@blktests-ci
Copy link
Author

blktests-ci bot commented Nov 19, 2025

Upstream branch: 8b69055
series: https://patchwork.kernel.org/project/linux-block/list/?series=1022251
version: 2

@blktests-ci blktests-ci bot force-pushed the series/1022251=>linus-master branch from 498e606 to a14d091 Compare November 19, 2025 00:37
@blktests-ci blktests-ci bot force-pushed the linus-master_base branch from 4458758 to 6f43942 Compare November 21, 2025 09:45
@blktests-ci
Copy link
Author

blktests-ci bot commented Nov 21, 2025

Upstream branch: fd95357
series: https://patchwork.kernel.org/project/linux-block/list/?series=1022251
version: 2

Remove a superfluous parenthesis that was introduced by commit fa85556
("blk-zoned: Improve the queue reference count strategy documentation").

Reviewed-by: Chaitanya Kulkarni <[email protected]>
Reviewed-by: Damien Le Moal <[email protected]>
Cc: Christoph Hellwig <[email protected]>
Signed-off-by: Bart Van Assche <[email protected]>
Document that all callers hold this lock because the code in
disk_zone_wplug_schedule_bio_work() depends on this.

Reviewed-by: Chaitanya Kulkarni <[email protected]>
Reviewed-by: Damien Le Moal <[email protected]>
Cc: Christoph Hellwig <[email protected]>
Signed-off-by: Bart Van Assche <[email protected]>
Move the following code into the only caller of disk_zone_wplug_add_bio():
 - The code for clearing the REQ_NOWAIT flag.
 - The code that sets the BLK_ZONE_WPLUG_PLUGGED flag.
 - The disk_zone_wplug_schedule_bio_work() call.

This patch moves all code that is related to REQ_NOWAIT or to bio
scheduling into a single function. Additionally, the 'schedule_bio_work'
variable is removed. No functionality has been changed.

Cc: Damien Le Moal <[email protected]>
Cc: Christoph Hellwig <[email protected]>
Signed-off-by: Bart Van Assche <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Reviewed-by: Damien Le Moal <[email protected]>
@blktests-ci blktests-ci bot force-pushed the series/1022251=>linus-master branch from a14d091 to 992f6fb Compare November 21, 2025 09:59
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.

2 participants