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. The new head of the iomap-for-next branch is commit: 791ee52eb10b iomap: Fix trivial typo New Commits: Andreas Gruenbacher (1): [791ee52eb10b] iomap: Fix trivial typo Christoph Hellwig (6): [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 Code Diffstat: fs/iomap/buffered-io.c | 575 ++++++++++++++++++++++++++++++++++++++++++- fs/xfs/xfs_iomap.c | 9 +- include/linux/iomap.h | 43 ++++ include/linux/list.h | 33 +++ include/trace/events/iomap.h | 85 +++++++ 5 files changed, 739 insertions(+), 6 deletions(-) create mode 100644 include/trace/events/iomap.h