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.

The last 2 patches are improvements of zoned block device support,
with the last patch being the most important.

Damien Le Moal (4):
  f2fs-tools: Fix various compilation warnings
  f2fs-tools: Add f2fs_io to .gitignore
  f2fs-tools: Improve zoned model check
  f2fs-tools: Fix multi-device format with zoned devices

 .gitignore          |  1 +
 include/f2fs_fs.h   |  8 ++++----
 lib/libf2fs.c       | 10 +++++++---
 lib/libf2fs_zoned.c | 47 ++++++++++++++++++++++++++++++++-------------
 tools/f2fstat.c     |  2 +-
 5 files changed, 47 insertions(+), 21 deletions(-)

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
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

Reply via email to