Re: [PATCH v15 3/8] block: add block layer APIs resembling Linux ZonedBlockDevice ioctls

2023-02-28 Thread Sam Li
Kevin Wolf 于2023年2月28日周二 19:54写道: > > Am 27.02.2023 um 20:14 hat Stefan Hajnoczi geschrieben: > > On Mon, Feb 27, 2023 at 07:20:14PM +0100, Kevin Wolf wrote: > > > Am 29.01.2023 um 11:28 hat Sam Li geschrieben: > > > > Add zoned device option to host_device BlockDriver. It will be > > > > present

Re: [PATCH v15 3/8] block: add block layer APIs resembling Linux ZonedBlockDevice ioctls

2023-02-28 Thread Kevin Wolf
Am 27.02.2023 um 20:14 hat Stefan Hajnoczi geschrieben: > On Mon, Feb 27, 2023 at 07:20:14PM +0100, Kevin Wolf wrote: > > Am 29.01.2023 um 11:28 hat Sam Li geschrieben: > > > Add zoned device option to host_device BlockDriver. It will be presented > > > only > > > for zoned host block devices. By

Re: [PATCH v15 3/8] block: add block layer APIs resembling Linux ZonedBlockDevice ioctls

2023-02-27 Thread Stefan Hajnoczi
On Mon, Feb 27, 2023 at 07:20:14PM +0100, Kevin Wolf wrote: > Am 29.01.2023 um 11:28 hat Sam Li geschrieben: > > Add zoned device option to host_device BlockDriver. It will be presented > > only > > for zoned host block devices. By adding zone management operations to the > > host_block_device Blo

Re: [PATCH v15 3/8] block: add block layer APIs resembling Linux ZonedBlockDevice ioctls

2023-02-27 Thread Kevin Wolf
Am 29.01.2023 um 11:28 hat Sam Li geschrieben: > Add zoned device option to host_device BlockDriver. It will be presented only > for zoned host block devices. By adding zone management operations to the > host_block_device BlockDriver, users can use the new block layer APIs > including Report Zone

Re: [PATCH v15 3/8] block: add block layer APIs resembling Linux ZonedBlockDevice ioctls

2023-02-06 Thread Sam Li
Stefan Hajnoczi 于2023年2月6日周一 20:04写道: > > )(_On Sun, 29 Jan 2023 at 05:30, Sam Li wrote: > > > > Add zoned device option to host_device BlockDriver. It will be presented > > only > > for zoned host block devices. By adding zone management operations to the > > host_block_device BlockDriver, user

Re: [PATCH v15 3/8] block: add block layer APIs resembling Linux ZonedBlockDevice ioctls

2023-02-06 Thread Stefan Hajnoczi
)(_On Sun, 29 Jan 2023 at 05:30, Sam Li wrote: > > Add zoned device option to host_device BlockDriver. It will be presented only > for zoned host block devices. By adding zone management operations to the > host_block_device BlockDriver, users can use the new block layer APIs > including Report Zo

[PATCH v15 3/8] block: add block layer APIs resembling Linux ZonedBlockDevice ioctls

2023-01-29 Thread Sam Li
Add zoned device option to host_device BlockDriver. It will be presented only for zoned host block devices. By adding zone management operations to the host_block_device BlockDriver, users can use the new block layer APIs including Report Zone and four zone management operations (open, close, finis