aboutsummaryrefslogtreecommitdiff
path: root/kernel/src/filesystem/ext2
AgeCommit message (Collapse)AuthorFilesLines
2026-03-26use enable_shared_from_this instead of self invocation methodLukas Oesch1-9/+2
2026-03-26refactor file and inode architecture againLukas Oesch1-5/+10
2026-03-26improve architecture again -> use same architecture for devices and ext2_filesLukas Oesch1-3/+5
2026-03-26first try to simplify the architecture (remove redundant inode_file and ↵Lukas Oesch2-2/+35
open() methods), add ext2_file placeholder struct
2026-03-26remove inode metadataLukas Oesch1-2/+1
2026-03-26prepare files for new inode structureLukas Oesch1-0/+6
2026-03-17Clean up project folder structuremarcel.braun1-0/+33