aboutsummaryrefslogtreecommitdiff
path: root/kernel/src/filesystem/ext2
AgeCommit message (Expand)AuthorFilesLines
8 daysread block_group_descriptorsLukas Oesch1-0/+13
8 daysfix build, refactoringLukas Oesch1-13/+14
8 daysread ext2 superblock and check the magic numberLukas Oesch1-29/+37
2026-03-31move device into kapiLukas Oesch1-2/+2
2026-03-30Rename ext2 filesystem filesmarcel.braun3-35/+35
2026-03-30Move everything in kernel into kernel namespacemarcel.braun2-4/+4
2026-03-30Fix linter warningsmarcel.braun1-22/+22
2026-03-29Save WIP add some definitions and helper functionsmarcel.braun1-0/+33
2026-03-29Move block device offset and size-to-blocks calculation to block_device_utilsmarcel.braun1-0/+2
2026-03-29remove redundant ext2_file classLukas Oesch1-20/+0
2026-03-26mock filesystem correctly for tests with /devLukas Oesch1-2/+7
2026-03-26Add test for resolve_pathmarcel.braun1-1/+4
2026-03-26Small refactoring use shared pointermarcel.braun1-1/+2
2026-03-26Refactor filesystemmarcel.braun1-6/+2
2026-03-26simplify architecture againLukas Oesch1-5/+10
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 open(...Lukas Oesch2-2/+35
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