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
/
mount_table.cpp
Age
Commit message (
Collapse
)
Author
Files
Lines
8 days
add todos
Lukas Oesch
1
-0
/
+1
9 days
refactoring, simplify code
Lukas Oesch
1
-41
/
+10
9 days
Add is_mount_root flag to dentry and use in find_mount_root_dentry
Marcel Braun
1
-3
/
+6
9 days
Remove find_longest_prefix_mount
Marcel Braun
1
-24
/
+0
9 days
remove mount_path from mount struct (retrieve path from m_mount_dentry)
Lukas Oesch
1
-2
/
+5
2026-05-05
refactoring mount_table lookup
Lukas Oesch
1
-0
/
+8
2026-05-05
relative path support
Lukas Oesch
1
-2
/
+2
2026-04-23
chore: banish relative includes
Felix Morgner
1
-3
/
+3
2026-04-11
implement unmount, improve error codes
Lukas Oesch
1
-1
/
+68
2026-04-11
add descriptions, some refactoring
Lukas Oesch
1
-1
/
+1
2026-03-30
Move everything in kernel into kernel namespace
marcel.braun
1
-2
/
+2
2026-03-28
fix vfs mount with /dev & /a and rootfs & devfs
Lukas Oesch
1
-10
/
+19
2026-03-26
implement a rootfs to handle / mounts correctly
Lukas Oesch
1
-10
/
+4
2026-03-26
refactoring, add root_mount into the root_table
Lukas Oesch
1
-0
/
+7
2026-03-26
implement == and <=> operator in shared_ptr
Lukas Oesch
1
-2
/
+1
2026-03-26
small refactoring
Lukas Oesch
1
-3
/
+3
2026-03-26
Add mount_table
marcel.braun
1
-0
/
+29