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 push removes an unused symbol and adds some tracepoints for directio, so in my judgement it's low-risk to add them even though the merge window is probably opening on Sunday. As a result, I intend to send Linus a pull request later in the merge window to let the bots have a chance to compile-test this thoroughly. The new head of the iomap-for-next branch is commit: 3fd41721cd5c iomap: Add DIO tracepoints 3 new commits: Ritesh Harjani (IBM) (3): [f6c73a11133e] fs.h: Add TRACE_IOCB_STRINGS for use in trace points [d3bff1fc50d4] iomap: Remove IOMAP_DIO_NOSYNC unused dio flag [3fd41721cd5c] iomap: Add DIO tracepoints Code Diffstat: fs/iomap/direct-io.c | 9 ++++-- fs/iomap/trace.c | 1 + fs/iomap/trace.h | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++ include/linux/fs.h | 14 +++++++++ include/linux/iomap.h | 6 ---- 5 files changed, 100 insertions(+), 8 deletions(-)