public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Some cleanups and refactoring of the inline data code
@ 2025-01-07  4:46 Julian Sun
  2025-01-07  4:46 ` [PATCH v2 1/5] ext4: Remove a redundant return statement Julian Sun
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Julian Sun @ 2025-01-07  4:46 UTC (permalink / raw)
  To: linux-ext4; +Cc: tytso, adilger.kernel, jack, Julian Sun

Here are some cleanups and refactoring of the inline data code. Please see
patches for details.

Julian Sun (5):
  ext4: Remove a redundant return statement
  ext4: Don't set EXT4_STATE_MAY_INLINE_DATA for ea inodes
  ext4: Introduce a new helper function ext4_generic_write_inline_data()
  ext4: Replace ext4_da_write_inline_data_begin() with
    ext4_generic_write_inline_data().
  ext4: Refactor out ext4_try_to_write_inline_data()

 fs/ext4/ext4.h           |  10 +-
 fs/ext4/extents_status.c |   1 -
 fs/ext4/ialloc.c         |   2 +-
 fs/ext4/inline.c         | 199 +++++++++++++--------------------------
 fs/ext4/inode.c          |   4 +-
 5 files changed, 75 insertions(+), 141 deletions(-)

-- 
2.39.5


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

end of thread, other threads:[~2025-03-18  3:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-07  4:46 [PATCH v2 0/5] Some cleanups and refactoring of the inline data code Julian Sun
2025-01-07  4:46 ` [PATCH v2 1/5] ext4: Remove a redundant return statement Julian Sun
2025-01-07  4:46 ` [PATCH v2 2/5] ext4: Don't set EXT4_STATE_MAY_INLINE_DATA for ea inodes Julian Sun
2025-01-07  4:55 ` [PATCH v2 3/5] ext4: Introduce a new helper function ext4_generic_write_inline_data() Julian Sun
2025-01-07  4:57 ` [PATCH v2 4/5] ext4: Replace ext4_da_write_inline_data_begin() with ext4_generic_write_inline_data() Julian Sun
2025-01-07 10:54   ` Jan Kara
2025-01-07  4:57 ` [PATCH v2 5/5] ext4: Refactor out ext4_try_to_write_inline_data() Julian Sun
2025-03-18  3:41 ` [PATCH v2 0/5] Some cleanups and refactoring of the inline data code Theodore Ts'o

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox