aboutsummaryrefslogtreecommitdiff
path: root/kernel/src
AgeCommit message (Expand)AuthorFilesLines
2026-04-19check that after mount the old file isn't available anymoreLukas Oesch1-0/+3
2026-04-19add todo to support sparse filesLukas Oesch1-1/+3
2026-04-16Merge branch 'syscall-interface' into 'develop-BA-FS26'Marcel Braun12-92/+152
2026-04-16Merge branch 'fmorgner/develop-BA-FS26/acpi-refactor' into develop-BA-FS26Felix Morgner1-25/+23
2026-04-16acpi: introduce XSDT typeFelix Morgner1-23/+21
2026-04-16acpi: derive basic table from table headerFelix Morgner1-1/+1
2026-04-16acpi: introduce VLA tableFelix Morgner1-6/+6
2026-04-15kernel: improve bht speed using memory mappingFelix Morgner2-42/+70
2026-04-14add tests to mount filesystems backed by a fileLukas Oesch2-3/+66
2026-04-13Back filesystem by inode and not deviceMarcel Braun10-85/+82
2026-04-12Add fs syscall handlerMarcel Braun1-4/+4
2026-04-12RenameMarcel Braun1-4/+4
2026-04-11add ext2 inode and filesystem testsLukas Oesch4-26/+365
2026-04-11add open_file_description tests with real imageLukas Oesch1-0/+54
2026-04-11add vfs tests with real ext2 imagesLukas Oesch6-12/+285
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 boot...Lukas Oesch4-3/+109
2026-04-11add deinit functions for singletons in testsLukas Oesch5-72/+63
2026-04-11add rootfs filesystem testsLukas Oesch1-0/+45
2026-04-11add devfs and rootfs inode testsLukas Oesch2-0/+137
2026-04-11fix testLukas Oesch1-1/+1
2026-04-11add file_descriptor_table testsLukas Oesch2-0/+160
2026-04-11add open_file_description testsLukas Oesch3-4/+70
2026-04-11fix mount table testsLukas Oesch1-4/+3
2026-04-11add mount_table testsLukas Oesch1-0/+164
2026-04-11add mount testsLukas Oesch1-0/+49
2026-04-11add test_support filesystemLukas Oesch1-0/+17
2026-04-11use separate test inodeLukas Oesch2-4/+26
2026-04-11remove todosLukas Oesch1-1/+5
2026-04-11fix is_block_device check, add device_inode and non-block device testsLukas Oesch3-3/+142
2026-04-11add non block device for testsLukas Oesch1-0/+20
2026-04-11add block_device testsLukas Oesch4-6/+54
2026-04-11add block_device_utils testsLukas Oesch2-1/+190
2026-04-11clean up includesLukas Oesch1-1/+0
2026-04-11add test block_deviceLukas Oesch1-0/+58
2026-04-11add dentry testsLukas Oesch2-2/+143
2026-04-11extend tests with another filesystemLukas Oesch1-3/+25
2026-04-11implement unmount, improve error codesLukas Oesch8-32/+121
2026-04-11add test with multiple correct formatted ext2 file systemsLukas Oesch1-40/+29
2026-04-11add descriptions, some refactoringLukas Oesch6-16/+24
2026-04-11refactoringLukas Oesch4-7/+2
2026-04-11Add test for reading fileMarcel Braun1-0/+9
2026-04-11Implement read data in ext2 inodeMarcel Braun2-3/+35
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 Oesch2-1/+49
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