aboutsummaryrefslogtreecommitdiff
path: root/kernel/src/filesystem
AgeCommit message (Expand)AuthorFilesLines
2026-03-26implement first draft of a do_mount functionLukas Oesch1-4/+45
2026-03-26small refactoringLukas Oesch1-4/+3
2026-03-26improve architecture again -> use same architecture for devices and ext2_filesLukas Oesch2-3/+36
2026-03-26first try to simplify the architecture (remove redundant inode_file and open(...Lukas Oesch6-80/+43
2026-03-26remove inode metadataLukas Oesch5-92/+56
2026-03-26prepare files for new inode structureLukas Oesch2-0/+12
2026-03-18fix clang-tidy warningsLukas Oesch1-1/+0
2026-03-17Fix include ordermarcel.braun1-1/+1
2026-03-17Clean up project folder structuremarcel.braun10-0/+613