Linus, The following changes since commit 4c5fd3b791a06021084b42d5610400f846d206b5: zonefs: fix documentation typos etc. (2020-02-21 18:09:26 +0900) are available in the Git repository at: ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/dlemoal/zonefs.git/ tags/zonefs-5.6-rc4 for you to fetch changes up to 0dda2ddb7ded1395189e95d43106469687c07795: zonefs: select FS_IOMAP (2020-02-26 16:58:15 +0900) ---------------------------------------------------------------- zonefs fixes for 5.6-rc4 Two fixes in this pull request: * Revert the initial decision to silently ignore IOCB_NOWAIT for asynchronous direct IOs to sequential zone files. Instead, return an error to the user to signal that the feature is not supported (from Christoph) * A fix to zonefs Kconfig to select FS_IOMAP to avoid build failures if no other file system already selected this option (from Johannes). Signed-off-by: Damien Le Moal <damien.lemoal@xxxxxxx> ---------------------------------------------------------------- Christoph Hellwig (1): zonefs: fix IOCB_NOWAIT handling Johannes Thumshirn (1): zonefs: select FS_IOMAP fs/zonefs/Kconfig | 1 + fs/zonefs/super.c | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-)