The patch series cleans up zbd.c code, improving code readability. Patches 1 to 11 do not introduce any functional change. Patch 12 fixes a problem with the zbd test script. Changes from v1: * Renamed zbd_verify_file_sizes() to zbd_zone_align_file_sizes() in patch 5 * Change function names as suggested by Niklas in patches 10 and 11 * Added Niklas Reviewed-by tag * Added patch 12 Damien Le Moal (11): fio: Improve documentation of ignore_zone_limits option zbd: define local functions as static zbd: move and cleanup code zbd: remove is_zone_open() helper zbd: introduce zbd_zone_align_file_sizes() helper zbd: fix code style issues zbd: simplify zbd_close_zone() zbd: simplify zbd_open_zone() zbd: rename zbd_zone_idx() and zbd_zone_nr() zbd: rename get_zone() zbd: introduce zbd_offset_to_zone() helper Shin'ichiro Kawasaki (1): t/zbd: Avoid inappropriate blkzone command call in zone_cap_bs HOWTO | 6 + fio.1 | 6 +- t/zbd/functions | 6 +- zbd.c | 963 ++++++++++++++++++++++++++---------------------- 4 files changed, 531 insertions(+), 450 deletions(-) -- 2.31.1