[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v4 0/3] Add zone append write for zoned device
From: |
Sam Li |
Subject: |
[PATCH v4 0/3] Add zone append write for zoned device |
Date: |
Sun, 16 Oct 2022 22:56:23 +0800 |
v4:
- fix lock related issues[Damien]
- drop all field in zone_mgmt op [Damien]
- fix state checks in zong_mgmt command [Damien]
- return start sector of wp when issuing zap req [Damien]
v3:
- only read wps when it is locked [Damien]
- allow last smaller zone case [Damien]
- add zone type and state checks in zone_mgmt command [Damien]
- fix RESET_ALL related problems
v2:
- split patch to two patches for better reviewing
- change BlockZoneWps's structure to an array of integers
- use only mutex lock on locking conditions of zone wps
- coding styles and clean-ups
v1:
- introduce zone append write
Sam Li (3):
file-posix: add the tracking of the zones write pointers
block: introduce zone append write for zoned devices
qemu-iotests: test zone append operation
block/block-backend.c | 65 ++++++++
block/file-posix.c | 229 ++++++++++++++++++++++++++++-
block/io.c | 21 +++
block/raw-format.c | 8 +
include/block/block-common.h | 14 ++
include/block/block-io.h | 3 +
include/block/block_int-common.h | 8 +
include/block/raw-aio.h | 4 +-
include/sysemu/block-backend-io.h | 9 ++
qemu-io-cmds.c | 63 ++++++++
tests/qemu-iotests/tests/zoned.out | 7 +
tests/qemu-iotests/tests/zoned.sh | 9 ++
12 files changed, 436 insertions(+), 4 deletions(-)
--
2.37.3
- [PATCH v4 0/3] Add zone append write for zoned device,
Sam Li <=