aboutsummaryrefslogtreecommitdiff
path: root/kernel/src/filesystem/ext2
AgeCommit message (Expand)AuthorFilesLines
2026-04-19add todo to support sparse filesLukas Oesch1-1/+3
2026-04-13Back filesystem by inode and not deviceMarcel Braun4-23/+31
2026-04-11add ext2 inode and filesystem testsLukas Oesch3-26/+303
2026-04-11implement unmount, improve error codesLukas Oesch1-8/+4
2026-04-11add descriptions, some refactoringLukas Oesch2-3/+11
2026-04-11refactoringLukas Oesch1-2/+0
2026-04-11Implement read data in ext2 inodeMarcel Braun1-3/+30
2026-04-11Add file system pointer to ext2 inodeMarcel Braun2-3/+11
2026-04-11refactoring map_inode_block_index_to_global_block_numberLukas Oesch1-53/+48
2026-04-11implement map_inode_block_index_to_global_block_number and lookupLukas Oesch1-24/+96
2026-04-11first lookup draftLukas Oesch1-1/+47
2026-04-11temporary implementation of inode kindLukas Oesch1-12/+29
2026-04-11implement read_inodeLukas Oesch1-8/+27
2026-04-11read block_group_descriptorsLukas Oesch1-0/+13
2026-04-11fix build, refactoringLukas Oesch1-13/+14
2026-04-11read 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