linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] further iomap large atomic writes changes
@ 2025-03-20 12:02 John Garry
  2025-03-20 12:02 ` [PATCH 1/3] iomap: inline iomap_dio_bio_opflags() John Garry
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: John Garry @ 2025-03-20 12:02 UTC (permalink / raw)
  To: brauner, djwong, hch
  Cc: linux-fsdevel, dchinner, linux-xfs, linux-kernel, ojaswin,
	ritesh.list, martin.petersen, tytso, linux-ext4, John Garry

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

-- 
2.31.1


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2025-03-27 10:46 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-20 12:02 [PATCH 0/3] further iomap large atomic writes changes John Garry
2025-03-20 12:02 ` [PATCH 1/3] iomap: inline iomap_dio_bio_opflags() John Garry
2025-03-20 12:02 ` [PATCH 2/3] iomap: comment on atomic write checks in iomap_dio_bio_iter() John Garry
2025-03-20 14:09   ` Christoph Hellwig
2025-03-20 19:32   ` Ritesh Harjani
2025-03-20 12:02 ` [PATCH 3/3] iomap: rework IOMAP atomic flags John Garry
2025-03-20 14:10   ` Christoph Hellwig
2025-03-20 19:29   ` Ritesh Harjani
2025-03-22 19:47   ` Ritesh Harjani
2025-03-23  6:38     ` Christoph Hellwig
2025-03-23 13:07       ` John Garry
2025-03-23 13:42       ` Ritesh Harjani
2025-03-26 15:50         ` John Garry
2025-03-27 10:46         ` Christoph Hellwig
2025-03-20 14:16 ` [PATCH 0/3] further iomap large atomic writes changes Christian Brauner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).