Skip to content

Releases: westerndigitalcorporation/zonefs-tools

Version 1.6.0

31 Jan 07:29
Compare
Choose a tag to compare

This release removes the build dependency on autoconf-archive and significantly improves the test suite.

Version 1.5.2

25 Jun 08:46
Compare
Choose a tag to compare

This release improves configuration and build.

Version 1.5.1

22 May 00:35
Compare
Choose a tag to compare

This release improves RPM package builds.

Version 1.5.0

23 Mar 08:03
Compare
Choose a tag to compare

This new release fixes some problems with mkzonefs and improves the test suite.
In more details:

  • mkzonefs:
    • Improved zone reset handling, forcing an all zone reset, always.
    • Use O_EXCL mode flag to open a device file to avoid formatting a device in use.
    • Fix make install directive
    • Add the new make rpm directive
  • Test suite:
    • New zio tool to execute IO operations of various types using various flags
    • Fix stale data access when running tests
    • zonefs-tests-nullblk.sh improvements (new options)
    • Add test cases related to using zonefs files as swap files
    • Various other minor improvements.

Version 1.4.0

20 Jan 02:50
Compare
Choose a tag to compare

This new releases adds the --version command line argument to mkzonefs and improves zonefs tests.