Skip to content

zloop: advertise a volatile write cache#589

Open
blktests-ci[bot] wants to merge 2 commits intolinus-master_basefrom
series/1057263=>linus-master
Open

zloop: advertise a volatile write cache#589
blktests-ci[bot] wants to merge 2 commits intolinus-master_basefrom
series/1057263=>linus-master

Conversation

@blktests-ci
Copy link

@blktests-ci blktests-ci bot commented Feb 24, 2026

Pull request for series with
subject: zloop: advertise a volatile write cache
version: 1
url: https://patchwork.kernel.org/project/linux-block/list/?series=1057263

@blktests-ci
Copy link
Author

blktests-ci bot commented Feb 24, 2026

Upstream branch: 6de23f8
series: https://patchwork.kernel.org/project/linux-block/list/?series=1057263
version: 1

@blktests-ci
Copy link
Author

blktests-ci bot commented Feb 24, 2026

Upstream branch: 6de23f8
series: https://patchwork.kernel.org/project/linux-block/list/?series=1057263
version: 1

@blktests-ci blktests-ci bot force-pushed the series/1057263=>linus-master branch from 4a1f8b6 to b79c99e Compare February 24, 2026 20:35
@blktests-ci blktests-ci bot force-pushed the linus-master_base branch from c90f83b to c475e20 Compare February 25, 2026 11:14
Christoph Hellwig added 2 commits February 25, 2026 20:19
Zloop is file system backed and thus needs to sync the underlying file
system to persist data.  Set BLK_FEAT_WRITE_CACHE so that the block
layer actually send flush commands, and fix the flush implementation
as sync_filesystem requires s_umount to be held and the code currently
misses that.

Fixes: eb0570c ("block: new zoned loop block device driver")
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Damien Le Moal <dlemoal@kernel.org>
Zloop uses a command option parser for all control commands,
but most options are only valid for adding a new device.  Check
for incorrectly specified options in the remove handler.

Fixes: eb0570c ("block: new zoned loop block device driver")
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Damien Le Moal <dlemoal@kernel.org>
@blktests-ci
Copy link
Author

blktests-ci bot commented Feb 25, 2026

Upstream branch: 7dff99b
series: https://patchwork.kernel.org/project/linux-block/list/?series=1057263
version: 1

@blktests-ci blktests-ci bot force-pushed the series/1057263=>linus-master branch from b79c99e to 6d9e54d Compare February 25, 2026 11: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