aboutsummaryrefslogtreecommitdiff
path: root/kernel/src/filesystem/dentry.cpp
AgeCommit message (Collapse)AuthorFilesLines
4 dayssmall refactoringLukas Oesch1-0/+1
9 daysAdd is_mount_root flag to dentry and use in find_mount_root_dentryMarcel Braun1-2/+2
9 daysAdd method that returns the next ancestor with mount flag setMarcel Braun1-0/+10
9 daysRemove unused includeMarcel Braun1-1/+0
9 daysRename get_full_path to get_absolute_pathMarcel Braun1-1/+1
9 daysRefactor dentryMarcel Braun1-22/+18
9 daysRefactor get_full_path remove recursionMarcel Braun1-9/+25
2026-05-05Disable recursion-warningMarcel Braun1-2/+2
2026-05-05refactoringLukas Oesch1-0/+17
2026-04-23chore: banish relative includesFelix Morgner1-3/+3
2026-04-23chore: organize includesFelix Morgner1-2/+2
2026-04-11add dentry testsLukas Oesch1-2/+7
2026-03-30Move everything in kernel into kernel namespacemarcel.braun1-2/+2
2026-03-26Implement resolve_pathmarcel.braun1-2/+16
2026-03-26Add dentry structuremarcel.braun1-0/+17
2026-03-26Rename custody to dentry and add childrenmarcel.braun1-0/+30