Message ID | 20230310105431.64271-1-faithilikerun@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Add zoned storage emulation to virtio-blk driver | expand |
On Fri, Mar 10, 2023 at 06:54:27PM +0800, Sam Li wrote: > This patch adds zoned storage emulation to the virtio-blk driver. > > The patch implements the virtio-blk ZBD support standardization that is > recently accepted by virtio-spec. The link to related commit is at > > https://github.com/oasis-tcs/virtio-spec/commit/b4e8efa0fa6c8d844328090ad15db65af8d7d981 > > The Linux zoned device code that implemented by Dmitry Fomichev has been > released at the latest Linux version v6.3-rc1. > > Aside: adding zoned=on alike options to virtio-blk device will be > considered as following-ups in future. > > v6: > - update headers to v6.3-rc1 Hi Sam, I had some minor comments but overall this looks good. Looking forward to merging it soon! Thanks, Stefan
Stefan Hajnoczi <stefanha@redhat.com> 于2023年3月17日周五 03:46写道: > > On Fri, Mar 10, 2023 at 06:54:27PM +0800, Sam Li wrote: > > This patch adds zoned storage emulation to the virtio-blk driver. > > > > The patch implements the virtio-blk ZBD support standardization that is > > recently accepted by virtio-spec. The link to related commit is at > > > > https://github.com/oasis-tcs/virtio-spec/commit/b4e8efa0fa6c8d844328090ad15db65af8d7d981 > > > > The Linux zoned device code that implemented by Dmitry Fomichev has been > > released at the latest Linux version v6.3-rc1. > > > > Aside: adding zoned=on alike options to virtio-blk device will be > > considered as following-ups in future. > > > > v6: > > - update headers to v6.3-rc1 > > Hi Sam, > I had some minor comments but overall this looks good. Looking forward > to merging it soon! That's great to hear. I'll address them in the next revision. Please let me know if any further issues arise. Thanks, Sam