Hi Linus, Please pull this branch with changes for iomap for 6.4-rc1. The only changes for this cycle are the addition of tracepoints to the iomap directio code so that Ritesh (who is working on porting ext2 to iomap) can observe the io flows more easily. Dave will be sending you a pull request for xfs code for this cycle. As usual, I did a test-merge with the main upstream branch as of a few minutes ago, and didn't see any conflicts. Please let me know if you encounter any problems. --D The following changes since commit 09a9639e56c01c7a00d6c0ca63f4c7c41abe075d: Linux 6.3-rc6 (2023-04-09 11:15:57 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/iomap-6.4-merge-1 for you to fetch changes up to 3fd41721cd5c30af37c860e6201c98db0a568fd2: iomap: Add DIO tracepoints (2023-04-21 08:54:47 -0700) ---------------------------------------------------------------- New code for 6.4: * Remove an unused symbol. * Add tracepoints for the directio code. Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> ---------------------------------------------------------------- Ritesh Harjani (IBM) (3): fs.h: Add TRACE_IOCB_STRINGS for use in trace points iomap: Remove IOMAP_DIO_NOSYNC unused dio flag iomap: Add DIO tracepoints 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(-)