Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Add EXT4 filesystem support #42

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

[WIP] Add EXT4 filesystem support #42

wants to merge 5 commits into from

Conversation

heatd
Copy link
Owner

@heatd heatd commented Sep 10, 2022

Write support is still missing
Support for ext3 hashtree directory stuff is still missing
Journaling is missing (and will probably remain missing)

@heatd heatd added the enhancement New feature or request label Sep 10, 2022
@heatd heatd self-assigned this Sep 10, 2022
@heatd heatd force-pushed the master branch 4 times, most recently from 5c1ad17 to ddd53f2 Compare September 16, 2022 02:12
System mostly boots now.

Signed-off-by: Pedro Falcato <[email protected]>
Also adds an optimized x86_64 routine, plus a benchmark.

Signed-off-by: Pedro Falcato <[email protected]>
Signed-off-by: Pedro Falcato <[email protected]>
Moves everything into its own file, and gets rid of the horrible
ext4_ll. ext4.cpp now takes care of basic implementations of the VFS
ops.

Signed-off-by: Pedro Falcato <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant