aboutsummaryrefslogtreecommitdiff
path: root/kernel/src/filesystem/ext2/inode.tests.cpp
AgeCommit message (Expand)AuthorFilesLines
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