The first 2 patches of this series are not zoned block device specific and fix compilation warnings and modify .gitignore file to handle /tools/f2fs_io/f2fs_io (note: patch 1 already applied upstream, not resending).
The last 2 patches are improvements of zoned block device support, with the last patch being the most important. Damien Le Moal (3): f2fs-tools: Improve zoned model check f2fs-tools: Fix multi-device format with zoned devices f2fs-tools: Allow using host-aware devices as regular devices include/f2fs_fs.h | 2 +- lib/libf2fs.c | 64 ++++++++++++++++++++++++++++++++++++--------- lib/libf2fs_zoned.c | 47 ++++++++++++++++++++++++--------- 3 files changed, 86 insertions(+), 27 deletions(-) Changes from v2: * Not resending patch 1 as it is applied upstream * Fixed space indentation in patch 3 -> use tabs Changes from v1: * Dropped patch 4 as further analysis shows no problems with HA drives handling * Fixed patch 3 to correctly handle zoned_model == none cases * Added comment in the last patch as suggested by Chao -- 2.20.1 _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
