aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2026-04-12RenameMarcel Braun1-4/+4
2026-04-11add ext2 inode and filesystem testsLukas Oesch7-26/+406
2026-04-11add open_file_description tests with real imageLukas Oesch1-0/+54
2026-04-11add vfs tests with real ext2 imagesLukas Oesch9-19/+330
2026-04-11add test for devfs edge caseLukas Oesch1-0/+9
2026-04-11add devfs filesystem tests, and storage_boot_module_fixture to mock real ↵Lukas Oesch7-5/+136
boot modules
2026-04-11add deinit functions for singletons in testsLukas Oesch11-84/+116
2026-04-11add rootfs filesystem testsLukas Oesch2-0/+46
2026-04-11add devfs and rootfs inode testsLukas Oesch3-0/+139
2026-04-11fix testLukas Oesch1-1/+1
2026-04-11add file_descriptor_table testsLukas Oesch4-0/+167
2026-04-11add open_file_description testsLukas Oesch5-4/+77
2026-04-11fix mount table testsLukas Oesch1-4/+3
2026-04-11add mount_table testsLukas Oesch2-0/+165
2026-04-11add mount testsLukas Oesch2-0/+50
2026-04-11add test_support filesystemLukas Oesch3-0/+40
2026-04-11use separate test inodeLukas Oesch4-4/+46
2026-04-11remove todosLukas Oesch2-2/+5
2026-04-11fix is_block_device check, add device_inode and non-block device testsLukas Oesch4-3/+143
2026-04-11add non block device for testsLukas Oesch3-0/+44
2026-04-11add block_device testsLukas Oesch6-7/+56
2026-04-11add block_device_utils testsLukas Oesch3-1/+191
2026-04-11clean up includesLukas Oesch1-1/+0
2026-04-11add test block_deviceLukas Oesch3-0/+90
2026-04-11implement vector resizeLukas Oesch1-0/+39
2026-04-11add gdb and ms-vscode.hexeditor to devcontainerLukas Oesch1-3/+4
2026-04-11add dentry testsLukas Oesch4-5/+158
2026-04-11add notes about the content of the test imagesLukas Oesch1-0/+82
2026-04-11extend tests with another filesystemLukas Oesch3-3/+29
2026-04-11add test imagesLukas Oesch3-0/+8
2026-04-11track *.img with git lfsLukas Oesch1-0/+1
2026-04-11implement unmount, improve error codesLukas Oesch15-44/+187
2026-04-11add test with multiple correct formatted ext2 file systemsLukas Oesch2-41/+30
increase QEMU memory
2026-04-11fix build when modules folder is missingLukas Oesch1-1/+9
2026-04-11add descriptions, some refactoringLukas Oesch25-21/+500
2026-04-11refactoringLukas Oesch5-8/+3
2026-04-11Add test for reading fileMarcel Braun1-0/+9
2026-04-11Implement read data in ext2 inodeMarcel Braun4-5/+39
2026-04-11Clean up boot modulesMarcel Braun2-2/+0
2026-04-11Add file system pointer to ext2 inodeMarcel Braun3-4/+15
2026-04-11refactoring map_inode_block_index_to_global_block_numberLukas Oesch2-53/+49
2026-04-11implement map_inode_block_index_to_global_block_number and lookupLukas Oesch2-24/+98
2026-04-11fix linked_directory_entry structLukas Oesch1-2/+1
2026-04-11first lookup draftLukas Oesch2-1/+49
2026-04-11temporary implementation of inode kindLukas Oesch2-13/+31
2026-04-11implement read_inodeLukas Oesch6-19/+45
2026-04-11remove todosLukas Oesch1-5/+0
2026-04-11read block_group_descriptorsLukas Oesch2-0/+16
2026-04-11fix build, refactoringLukas Oesch9-19/+32
2026-04-11read ext2 superblock and check the magic numberLukas Oesch2-30/+47