On Mon, 07 Apr 2025 16:52:20 +0900, Damien Le Moal wrote: > This patch series implements the new "zloop" zoned block device driver > which allows creating zoned block devices using one regular file per > zone as backing storage. This driver is an alternative to the RUST > rublk driver which provide a similar functionality using ublk > (See https://github.com/ublk-org/rublk.git). However, zloop is far > simpler to use (a single shell command to setup and teardown a device) > and does not have any user space dependencies. These characteristics > make zloop a better solution for integration in test environments (such > as xfstests) using small VMs. > > [...] Applied, thanks! [1/2] block: new zoned loop block device driver commit: eb0570c7df23c2f32fe899fcdaf8fca9a5ecd51e [2/2] Documentation: Document the new zoned loop block device driver commit: 9e4f11c1228cc8ebf236cfa51d44abafec80f326 Best regards, -- Jens Axboe