index
:
pub/teachos/kernel.git
develop
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 (
Expand
)
Author
Files
Lines
3 days
small refactoring
Lukas Oesch
1
-1
/
+1
2026-05-25
Increase reference count of source_mount when one of its files is mounted som...
Marcel Braun
1
-1
/
+15
2026-05-16
refactoring
Lukas Oesch
1
-6
/
+5
2026-05-16
Mount can only be unmounted if no references are present, increment reference...
Lukas Oesch
1
-1
/
+4
2026-05-16
refactor find_mount_iterator to avoid code duplication
Lukas Oesch
1
-8
/
+9
2026-05-16
Rename mount_table method from find_exact_mount to find_mount
Marcel Braun
1
-2
/
+2
2026-05-16
Remove unneeded functionality part 2
Marcel Braun
1
-4
/
+0
2026-05-16
add todo
Lukas Oesch
1
-0
/
+1
2026-05-13
add todos
Lukas Oesch
1
-0
/
+1
2026-05-12
refactoring, simplify code
Lukas Oesch
1
-41
/
+10
2026-05-11
Add is_mount_root flag to dentry and use in find_mount_root_dentry
Marcel Braun
1
-3
/
+6
2026-05-11
Remove find_longest_prefix_mount
Marcel Braun
1
-24
/
+0
2026-05-11
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