Hi folks, The iomap-for-next branch of the xfs-linux repository at: git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git has just been updated. 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. I've been testing the xfs dio changes for a couple of weeks now, but forgot to push them out until Christoph prompted me yesterday. Note that Naohiro Aota's btrfs patchset to add zoned block support will perform some slight refactoring of fs/iomap/directio.c to add support for REQ_OP_ZONE_APPEND. I don't know if they're planning to push that for 5.12, but AFAICT it should have minimal impact to everyone else. The new head of the iomap-for-next branch is commit: ed1128c2d0c8 xfs: reduce exclusive locking on unaligned dio New Commits: Christoph Hellwig (9): [5724be5de88f] iomap: rename the flags variable in __iomap_dio_rw [2f63296578ca] iomap: pass a flags argument to iomap_dio_rw [213f627104da] iomap: add a IOMAP_DIO_OVERWRITE_ONLY flag [f50b8f475a2c] xfs: factor out a xfs_ilock_iocb helper [354be7e3b2ba] xfs: make xfs_file_aio_write_checks IOCB_NOWAIT-aware [ee1b218b0956] xfs: cleanup the read/write helper naming [670654b004b0] xfs: remove the buffered I/O fallback assert [3e40b13c3b57] xfs: simplify the read/write tracepoints [896f72d067a5] xfs: improve the reflink_bounce_dio_write tracepoint Dave Chinner (2): [caa89dbc4303] xfs: split the unaligned DIO write code out [ed1128c2d0c8] xfs: reduce exclusive locking on unaligned dio Code Diffstat: fs/btrfs/file.c | 7 +- fs/ext4/file.c | 5 +- fs/gfs2/file.c | 7 +- fs/iomap/direct-io.c | 26 ++-- fs/xfs/xfs_file.c | 351 ++++++++++++++++++++++++++++---------------------- fs/xfs/xfs_iomap.c | 29 +++-- fs/xfs/xfs_trace.h | 22 ++-- fs/zonefs/super.c | 4 +- include/linux/iomap.h | 18 ++- 9 files changed, 269 insertions(+), 200 deletions(-)