aboutsummaryrefslogtreecommitdiff
path: root/kernel/src/filesystem
AgeCommit message (Expand)AuthorFilesLines
5 daysRenameMarcel Braun1-4/+4
6 daysadd ext2 inode and filesystem testsLukas Oesch3-26/+303
6 daysadd open_file_description tests with real imageLukas Oesch1-0/+54
6 daysadd vfs tests with real ext2 imagesLukas Oesch1-0/+166
6 daysadd test for devfs edge caseLukas Oesch1-0/+9
6 daysadd devfs filesystem tests, and storage_boot_module_fixture to mock real boot...Lukas Oesch1-0/+63
6 daysadd deinit functions for singletons in testsLukas Oesch3-62/+33
6 daysadd rootfs filesystem testsLukas Oesch1-0/+45
6 daysadd devfs and rootfs inode testsLukas Oesch2-0/+137
6 daysfix testLukas Oesch1-1/+1
6 daysadd file_descriptor_table testsLukas Oesch2-0/+160
6 daysadd open_file_description testsLukas Oesch2-0/+66
6 daysfix mount table testsLukas Oesch1-4/+3
6 daysadd mount_table testsLukas Oesch1-0/+164
6 daysadd mount testsLukas Oesch1-0/+49
6 daysuse separate test inodeLukas Oesch1-4/+4
6 daysremove todosLukas Oesch1-1/+5
6 daysfix is_block_device check, add device_inode and non-block device testsLukas Oesch1-0/+108
6 daysclean up includesLukas Oesch1-1/+0
6 daysadd dentry testsLukas Oesch2-2/+143
6 daysimplement unmount, improve error codesLukas Oesch7-32/+118
6 daysadd descriptions, some refactoringLukas Oesch6-16/+24
6 daysrefactoringLukas Oesch3-5/+2
6 daysImplement read data in ext2 inodeMarcel Braun2-3/+35
6 daysAdd file system pointer to ext2 inodeMarcel Braun2-3/+11
6 daysrefactoring map_inode_block_index_to_global_block_numberLukas Oesch1-53/+48
6 daysimplement map_inode_block_index_to_global_block_number and lookupLukas Oesch1-24/+96
6 daysfirst lookup draftLukas Oesch1-1/+47
6 daystemporary implementation of inode kindLukas Oesch1-12/+29
6 daysimplement read_inodeLukas Oesch1-8/+27
6 daysread block_group_descriptorsLukas Oesch1-0/+13
6 daysfix build, refactoringLukas Oesch4-15/+24
6 daysread ext2 superblock and check the magic numberLukas Oesch1-29/+37
6 daysautomatically detect the mounted file system type by trial-and-errorLukas Oesch2-8/+26
2026-03-31move device into kapiLukas Oesch5-11/+11
2026-03-30Rename ram_disk and storage filesmarcel.braun2-4/+4
2026-03-30Rename rootfs filesystem filesmarcel.braun4-40/+40
2026-03-30Rename devfs filesystem filesmarcel.braun4-31/+31
2026-03-30Rename ext2 filesystem filesmarcel.braun4-37/+37
2026-03-30Move everything in kernel into kernel namespacemarcel.braun15-30/+30
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.braun2-73/+5
2026-03-29remove redundant ext2_file classLukas Oesch1-20/+0
2026-03-28set flag (currently not needed)Lukas Oesch1-0/+1
2026-03-28fix vfs mount with /dev & /a and rootfs & devfsLukas Oesch5-85/+82
2026-03-26fix resolve_path -> first traverse rootfs before jumping into the mounted roo...Lukas Oesch1-10/+2
2026-03-26mock filesystem correctly for tests with /devLukas Oesch1-2/+7
2026-03-26mount /dev in the rootfsLukas Oesch2-2/+24
2026-03-26first draft of an devfs implementationLukas Oesch4-36/+98