Linus, The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56: Linux 5.19-rc1 (2022-06-05 17:18:54 -0700) are available in the Git repository at: ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/dlemoal/zonefs tags/zonefs-5.19-rc2 for you to fetch changes up to c1c1204c0d0c1dccc1310b9277fb2bd8b663d8fe: zonefs: fix zonefs_iomap_begin() for reads (2022-06-08 19:13:55 +0900) ---------------------------------------------------------------- zonefs fixes for 5.19-rc2 * Fix handling of the explicit-open mount option, and in particular the conditions under which this option can be ignored. * Fix a problem with zonefs iomap_begin method, causing a hang in iomap_readahead() when a readahead request reaches the end of a file. ---------------------------------------------------------------- Damien Le Moal (3): zonefs: fix handling of explicit_open option on mount zonefs: Do not ignore explicit_open with active zone limit zonefs: fix zonefs_iomap_begin() for reads fs/zonefs/super.c | 111 ++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 74 insertions(+), 37 deletions(-)