aboutsummaryrefslogtreecommitdiff
path: root/kernel/src/filesystem/ext2/inode.tests.cpp
AgeCommit message (Expand)AuthorFilesLines
7 daysincrease buffer size to really test the singly indirect block pointerLukas Oesch1-1/+1
7 daysadd inode sparse files testsLukas Oesch1-8/+93
8 daysAdd tests for ext2 inode get_size()Marcel Braun1-2/+88
2026-05-05refactoring and extend testsLukas Oesch1-13/+13
2026-05-05add is_symbolic_link method in ext2 inodeLukas Oesch1-0/+24
2026-05-05refactor inode kindLukas Oesch1-11/+26
2026-04-23chore: banish relative includesFelix Morgner1-10/+10
2026-04-13Back filesystem by inode and not deviceMarcel Braun1-3/+10
2026-04-11add ext2 inode and filesystem testsLukas Oesch1-0/+159