mbox series

[0/3] further iomap large atomic writes changes

Message ID 20250320120250.4087011-1-john.g.garry@oracle.com (mailing list archive)
Headers show
Series further iomap large atomic writes changes | expand

Message

John Garry March 20, 2025, 12:02 p.m. UTC
These iomap changes are spun-off the XFS large atomic writes series at
https://lore.kernel.org/linux-xfs/86a64256-497a-453b-bbba-a5ac6b4cb056@oracle.com/T/#ma99c763221de9d49ea2ccfca9ff9b8d71c8b2677

The XFS parts there are not ready yet, but it is worth having the iomap
changes queued in advance.

Some much earlier changes from that same series were already queued in the
vfs tree, and these patches rework those changes - specifically the
first patch in this series does.

The most other significant change is the patch to rework how the bio flags
are set in the DIO patch.

The baseline is c7be0d72d551 (vfs/vfs-6.15.iomap) Merge patch series
"iomap preliminaries for large atomic write for xfs with CoW"

John Garry (3):
  iomap: inline iomap_dio_bio_opflags()
  iomap: comment on atomic write checks in iomap_dio_bio_iter()
  iomap: rework IOMAP atomic flags

 .../filesystems/iomap/operations.rst          |  35 ++---
 fs/ext4/inode.c                               |   6 +-
 fs/iomap/direct-io.c                          | 125 ++++++++----------
 fs/iomap/trace.h                              |   2 +-
 fs/xfs/xfs_iomap.c                            |   4 +
 include/linux/iomap.h                         |  12 +-
 6 files changed, 91 insertions(+), 93 deletions(-)

Comments

Christian Brauner March 20, 2025, 2:16 p.m. UTC | #1
On Thu, 20 Mar 2025 12:02:47 +0000, John Garry wrote:
> These iomap changes are spun-off the XFS large atomic writes series at
> https://lore.kernel.org/linux-xfs/86a64256-497a-453b-bbba-a5ac6b4cb056@oracle.com/T/#ma99c763221de9d49ea2ccfca9ff9b8d71c8b2677
> 
> The XFS parts there are not ready yet, but it is worth having the iomap
> changes queued in advance.
> 
> Some much earlier changes from that same series were already queued in the
> vfs tree, and these patches rework those changes - specifically the
> first patch in this series does.
> 
> [...]

Applied to the vfs-6.15.iomap branch of the vfs/vfs.git tree.
Patches in the vfs-6.15.iomap branch should appear in linux-next soon.

Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.

It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.

Note that commit hashes shown below are subject to change due to rebase,
trailer updates or similar. If in doubt, please check the listed branch.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs-6.15.iomap

[1/3] iomap: inline iomap_dio_bio_opflags()
      https://git.kernel.org/vfs/vfs/c/d279c80e0bac
[2/3] iomap: comment on atomic write checks in iomap_dio_bio_iter()
      https://git.kernel.org/vfs/vfs/c/aacd436e40b0
[3/3] iomap: rework IOMAP atomic flags
      https://git.kernel.org/vfs/vfs/c/370a6de7651b