aboutsummaryrefslogtreecommitdiff
path: root/kernel/src/test_support/filesystem
AgeCommit message (Collapse)AuthorFilesLines
2026-05-05Add testing symlinks to filesystem imagesMarcel Braun3-3/+3
2026-05-05Add simple symlink testsMarcel Braun1-1/+1
2026-05-05refactor inode kindLukas Oesch1-4/+5
2026-04-23chore: banish relative includesFelix Morgner5-21/+21
2026-04-23chore: organize includesFelix Morgner1-6/+7
2026-04-16Merge branch 'syscall-interface' into 'develop-BA-FS26'Marcel Braun1-1/+1
Add fs syscall handler See merge request teachos/kernel!23
2026-04-15kernel: improve bht speed using memory mappingFelix Morgner2-42/+70
2026-04-14add tests to mount filesystems backed by a fileLukas Oesch1-1/+1
2026-04-11add ext2 inode and filesystem testsLukas Oesch1-0/+62
2026-04-11add vfs tests with real ext2 imagesLukas Oesch5-12/+119
2026-04-11add devfs filesystem tests, and storage_boot_module_fixture to mock real ↵Lukas Oesch1-0/+43
boot modules
2026-04-11add open_file_description testsLukas Oesch1-4/+4
2026-04-11add test_support filesystemLukas Oesch1-0/+17
2026-04-11use separate test inodeLukas Oesch1-0/+22