Linus, The following changes since commit b2d229d4ddb17db541098b83524d901257e93845: Linux 5.18-rc3 (2022-04-17 13:57:31 -0700) are available in the Git repository at: ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/dlemoal/zonefs tags/zonefs-5.18-rc5 for you to fetch changes up to 1da18a296f5ba4f99429e62a7cf4fdbefa598902: zonefs: Fix management of open zones (2022-04-21 08:39:20 +0900) ---------------------------------------------------------------- zonefs fixes for 5.18-rc5 Two fixes for rc5: * Fix inode initialization to make sure that the inode flags are all cleared. * Use zone reset operation instead of close to make sure that the zone of an empty sequential file in never in an active state after closing the file. ---------------------------------------------------------------- Damien Le Moal (2): zonefs: Clear inode information flags on inode creation zonefs: Fix management of open zones fs/zonefs/super.c | 46 +++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 41 insertions(+), 5 deletions(-)