aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Collapse)AuthorFilesLines
2026-04-19check that after mount the old file isn't available anymoreLukas Oesch1-0/+3
2026-04-19move m_inodes member into subclassLukas Oesch2-1/+3
2026-04-19add todo to support sparse filesLukas Oesch1-1/+3
2026-04-16Merge branch 'syscall-interface' into 'develop-BA-FS26'Marcel Braun21-129/+378
Add fs syscall handler See merge request teachos/kernel!23
2026-04-16Merge branch 'fmorgner/develop-BA-FS26/acpi-refactor' into develop-BA-FS26Felix Morgner3-29/+27
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 Morgner3-10/+10
2026-04-15kernel: improve bht speed using memory mappingFelix Morgner4-55/+98
2026-04-14add kapi filesystem testsLukas Oesch2-0/+130
2026-04-14add tests to mount filesystems backed by a fileLukas Oesch2-3/+66
2026-04-13Back filesystem by inode and not deviceMarcel Braun16-122/+117
2026-04-13Rename and refactorMarcel Braun1-6/+7
2026-04-13kstd: move formatting implementation to kstdFelix Morgner1-188/+10
2026-04-13kstd/format: hook up vformat_toFelix Morgner1-189/+192
2026-04-12Add fs syscall handlerMarcel Braun3-5/+65
2026-04-12Add commentMarcel Braun1-0/+1
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-11add dentry testsLukas Oesch4-5/+158
2026-04-11extend tests with another filesystemLukas Oesch1-3/+25
2026-04-11implement unmount, improve error codesLukas Oesch15-44/+187
2026-04-11add test with multiple correct formatted ext2 file systemsLukas Oesch1-40/+29
increase QEMU memory
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-11Add file system pointer to ext2 inodeMarcel Braun3-4/+15