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. This branch contains only the three iomap patches needed to support unaligned directio overwites without locking. The new head of the iomap-for-next branch is commit: 213f627104da iomap: add a IOMAP_DIO_OVERWRITE_ONLY flag New Commits: Christoph Hellwig (3): [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 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 | 5 ++--- fs/zonefs/super.c | 4 ++-- include/linux/iomap.h | 18 ++++++++++++++++-- 7 files changed, 43 insertions(+), 29 deletions(-)