index
:
pub/teachos/kernel.git
develop
develop-BA-FS26
main
An educational OS kernel
fmorgner
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
src
/
filesystem
/
dentry.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
4 days
Remove unneeded functionality
Marcel Braun
1
-10
/
+0
4 days
small refactoring
Lukas Oesch
1
-0
/
+1
9 days
Add is_mount_root flag to dentry and use in find_mount_root_dentry
Marcel Braun
1
-2
/
+2
9 days
Add method that returns the next ancestor with mount flag set
Marcel Braun
1
-0
/
+10
9 days
Remove unused include
Marcel Braun
1
-1
/
+0
9 days
Rename get_full_path to get_absolute_path
Marcel Braun
1
-1
/
+1
9 days
Refactor dentry
Marcel Braun
1
-22
/
+18
9 days
Refactor get_full_path remove recursion
Marcel Braun
1
-9
/
+25
2026-05-05
Disable recursion-warning
Marcel Braun
1
-2
/
+2
2026-05-05
refactoring
Lukas Oesch
1
-0
/
+17
2026-04-23
chore: banish relative includes
Felix Morgner
1
-3
/
+3
2026-04-23
chore: organize includes
Felix Morgner
1
-2
/
+2
2026-04-11
add dentry tests
Lukas Oesch
1
-2
/
+7
2026-03-30
Move everything in kernel into kernel namespace
marcel.braun
1
-2
/
+2
2026-03-26
Implement resolve_path
marcel.braun
1
-2
/
+16
2026-03-26
Add dentry structure
marcel.braun
1
-0
/
+17
2026-03-26
Rename custody to dentry and add children
marcel.braun
1
-0
/
+30