mbox series

[GIT,PULL] iomap: new code for 6.4

Message ID 20230427175543.GA59213@frogsfrogsfrogs (mailing list archive)
State Mainlined, archived
Headers show
Series [GIT,PULL] iomap: new code for 6.4 | expand

Pull-request

https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/iomap-6.4-merge-1

Message

Darrick J. Wong April 27, 2023, 5:55 p.m. UTC
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@kernel.org>

----------------------------------------------------------------
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(-)

Comments

pr-tracker-bot@kernel.org April 29, 2023, 6:19 p.m. UTC | #1
The pull request you sent on Thu, 27 Apr 2023 10:55:43 -0700:

> https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/iomap-6.4-merge-1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/bedf1495271bc2ea57903762b722f339ea680d0d

Thank you!