Hi folks, The iomap-5.9-merge branch of the xfs-linux repository at: git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git has just been rebased to remove email virus scanner debris from a patch commit log. Patches often get missed, so please check if your outstanding patches were in this update. If they have not been in this update, please resubmit them to linux-xfs@xxxxxxxxxxxxxxx so they can be picked up in the next update. The new head of the iomap-5.9-merge branch is commit: 60263d5889e6 iomap: fall back to buffered writes for invalidation failures New Commits: Andreas Gruenbacher (1): [856473cd5d17] iomap: Make sure iomap_end is called after iomap_begin Christoph Hellwig (2): [80e543ae24db] xfs: use ENOTBLK for direct I/O to buffered I/O fallback [60263d5889e6] iomap: fall back to buffered writes for invalidation failures Dave Chinner (1): [54752de928c4] iomap: Only invalidate page cache pages on direct IO writes Code Diffstat: fs/ext4/file.c | 2 ++ fs/gfs2/file.c | 3 ++- fs/iomap/apply.c | 13 +++++++++---- fs/iomap/direct-io.c | 37 +++++++++++++++++++++---------------- fs/iomap/trace.h | 1 + fs/xfs/xfs_file.c | 8 ++++---- fs/zonefs/super.c | 7 +++++-- 7 files changed, 44 insertions(+), 27 deletions(-)