All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/5] ext4: Minor fixes and improvements for atomic write series
@ 2025-05-19 18:19 Ritesh Harjani (IBM)
  2025-05-19 18:19 ` [PATCH v1 1/5] ext4: Unwritten to written conversion requires EXT4_EX_NOCACHE Ritesh Harjani (IBM)
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Ritesh Harjani (IBM) @ 2025-05-19 18:19 UTC (permalink / raw)
  To: linux-ext4
  Cc: Theodore Ts'o, Jan Kara, John Garry, djwong, Ojaswin Mujoo,
	linux-fsdevel, Ritesh Harjani (IBM)

Some minor fixes and improvements on top of ext4's dev branch [1] for atomic
write patch series.

[1]: https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git/log/?h=dev

Patch-1: Is the fix needed after rebase on top of extent status cleanup.
Patch-2: warning fix for cocci
Patch-{3..5}: Minor improvements / simplifications.

Ritesh Harjani (IBM) (5):
  ext4: Unwritten to written conversion requires EXT4_EX_NOCACHE
  ext4: Simplify last in leaf check in ext4_map_query_blocks
  ext4: Rename and document EXT4_EX_FILTER to EXT4_EX_QUERY_FILTER
  ext4: Simplify flags in ext4_map_query_blocks()
  ext4: Add a WARN_ON_ONCE for querying LAST_IN_LEAF instead

 fs/ext4/ext4.h    | 8 +++++++-
 fs/ext4/extents.c | 6 ++++--
 fs/ext4/inode.c   | 9 +++------
 3 files changed, 14 insertions(+), 9 deletions(-)

--
2.49.0


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

end of thread, other threads:[~2025-05-21 12:21 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-19 18:19 [PATCH v1 0/5] ext4: Minor fixes and improvements for atomic write series Ritesh Harjani (IBM)
2025-05-19 18:19 ` [PATCH v1 1/5] ext4: Unwritten to written conversion requires EXT4_EX_NOCACHE Ritesh Harjani (IBM)
2025-05-20 14:36   ` Ojaswin Mujoo
2025-05-19 18:19 ` [PATCH v1 2/5] ext4: Simplify last in leaf check in ext4_map_query_blocks Ritesh Harjani (IBM)
2025-05-20 14:36   ` Ojaswin Mujoo
2025-05-19 18:19 ` [PATCH v1 3/5] ext4: Rename and document EXT4_EX_FILTER to EXT4_EX_QUERY_FILTER Ritesh Harjani (IBM)
2025-05-19 18:19 ` [PATCH v1 4/5] ext4: Simplify flags in ext4_map_query_blocks() Ritesh Harjani (IBM)
2025-05-19 18:19 ` [PATCH v1 5/5] ext4: Add a WARN_ON_ONCE for querying LAST_IN_LEAF instead Ritesh Harjani (IBM)
2025-05-20 14:37   ` Ojaswin Mujoo
2025-05-21 12:20 ` [PATCH v1 0/5] ext4: Minor fixes and improvements for atomic write series Theodore Ts'o

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.