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 will send around for review an amended zonefs patch with the recent api breakage fixed. The new head of the iomap-for-next branch is commit: 68494b8e248f iomap: move the iomap_dio_rw ->end_io callback into a structure New Commits: Andreas Gruenbacher (1): [791ee52eb10b] iomap: Fix trivial typo Christoph Hellwig (9): [31c20dede460] list.h: add list_pop and list_pop_entry helpers [a12c4b4602f1] iomap: copy the xfs writeback code to iomap.c [4b45a4b5c1f5] iomap: add tracing for the address space operations [6f0af1def491] iomap: warn on inline maps in iomap_writepage_map [84be4599c1a6] xfs: set IOMAP_F_NEW more carefully [f61be89fed56] iomap: zero newly allocated mapped blocks [3d2d71b4fdff] xfs: initialize iomap->flags in xfs_bmbt_to_iomap [1c1daa47a0ae] xfs: refactor the ioend merging code [68494b8e248f] iomap: move the iomap_dio_rw ->end_io callback into a structure Matthew Bobrowski (1): [db10bd824bc0] iomap: split size and error for iomap_dio_rw ->end_io Randy Dunlap (1): [32e3cf9f41c7] tracing: fix iomap.h build warnings Code Diffstat: fs/iomap/buffered-io.c | 575 ++++++++++++++++++++++++++++++++++++++++++- fs/iomap/direct-io.c | 24 +- fs/xfs/xfs_aops.c | 70 +++--- fs/xfs/xfs_file.c | 14 +- fs/xfs/xfs_iomap.c | 35 ++- fs/xfs/xfs_iomap.h | 2 +- fs/xfs/xfs_pnfs.c | 2 +- include/linux/iomap.h | 53 +++- include/linux/list.h | 33 +++ include/trace/events/iomap.h | 87 +++++++ 10 files changed, 824 insertions(+), 71 deletions(-) create mode 100644 include/trace/events/iomap.h