aboutsummaryrefslogtreecommitdiff
path: root/kernel/src/filesystem/mount_table.tests.cpp
AgeCommit message (Expand)AuthorFilesLines
4 daysRename mount_table method from find_exact_mount to find_mountMarcel Braun1-5/+5
9 daysAdd is_mount_root flag to dentry and use in find_mount_root_dentryMarcel Braun1-5/+5
9 daysRemove find_longest_prefix_mountMarcel Braun1-37/+0
9 daysremove mount_path from mount struct (retrieve path from m_mount_dentry)Lukas Oesch1-23/+37
2026-05-05add mount table find_exact_mount tests, remove todoLukas Oesch1-2/+19
2026-05-05refactoring and extend testsLukas Oesch1-4/+4
2026-05-05fix bht buildLukas Oesch1-5/+5
2026-04-23chore: banish relative includesFelix Morgner1-5/+5
2026-04-11fix mount table testsLukas Oesch1-4/+3
2026-04-11add mount_table testsLukas Oesch1-0/+164