Linux EXT4 FS development
 help / color / mirror / Atom feed
* [PATCHSET 3/6] fuse2fs: refactor mount code
@ 2025-09-15 23:58 Darrick J. Wong
  2025-09-16  0:02 ` [PATCH 1/3] fuse2fs: split filesystem mounting into helper functions Darrick J. Wong
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Darrick J. Wong @ 2025-09-15 23:58 UTC (permalink / raw)
  To: tytso; +Cc: linux-ext4

Hi all,

Here, we hoist the mounting code out of main() into a pile of separate
helper functions to reduce the complexity of understanding the mount
code.  This isn't required for iomap, but it is necessary for the
fuseblk mode introduced in the next series.

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-refactor-mounting
---
Commits in this patchset:
 * fuse2fs: split filesystem mounting into helper functions
 * fuse2fs: make norecovery behavior consistent with the kernel
 * fuse2fs: recheck support after replaying journal
---
 misc/fuse2fs.c |  312 ++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 187 insertions(+), 125 deletions(-)


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

end of thread, other threads:[~2025-09-16  0:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-15 23:58 [PATCHSET 3/6] fuse2fs: refactor mount code Darrick J. Wong
2025-09-16  0:02 ` [PATCH 1/3] fuse2fs: split filesystem mounting into helper functions Darrick J. Wong
2025-09-16  0:02 ` [PATCH 2/3] fuse2fs: make norecovery behavior consistent with the kernel Darrick J. Wong
2025-09-16  0:02 ` [PATCH 3/3] fuse2fs: recheck support after replaying journal Darrick J. Wong

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