All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHSET 2/6] fuse2fs: various filewide cleanups
@ 2025-05-21 22:34 Darrick J. Wong
  2025-05-21 22:42 ` [PATCH 1/3] fuse2fs: clean up open-coded ext2_inode_large -> ext2_inode casts Darrick J. Wong
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Darrick J. Wong @ 2025-05-21 22:34 UTC (permalink / raw)
  To: tytso; +Cc: linux-ext4

Hi all,

Clean up the inode reading and writing callsites and the opencoded unit
conversion code throughout the program.

If you're going to start using this code, I strongly recommend pulling
from my git trees, which are linked below.

Comments and questions are, as always, welcome.

e2fsprogs git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/e2fsprogs.git/log/?h=fuse2fs-cleanups
---
Commits in this patchset:
 * fuse2fs: clean up open-coded ext2_inode_large -> ext2_inode casts
 * fuse2fs: simplify reading and writing inodes
 * fuse2fs: implement blocksize converters
---
 misc/fuse2fs.c |  269 +++++++++++++++++++++++++++-----------------------------
 1 file changed, 132 insertions(+), 137 deletions(-)


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

end of thread, other threads:[~2025-05-23 14:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-21 22:34 [PATCHSET 2/6] fuse2fs: various filewide cleanups Darrick J. Wong
2025-05-21 22:42 ` [PATCH 1/3] fuse2fs: clean up open-coded ext2_inode_large -> ext2_inode casts Darrick J. Wong
2025-05-21 22:43 ` [PATCH 2/3] fuse2fs: simplify reading and writing inodes Darrick J. Wong
2025-05-21 22:43 ` [PATCH 3/3] fuse2fs: implement blocksize converters Darrick J. Wong
2025-05-23 14:28 ` [PATCHSET 2/6] fuse2fs: various filewide cleanups 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.