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.cpp
Age
Commit message (
Collapse
)
Author
Files
Lines
4 days
add mount tests
Lukas Oesch
1
-0
/
+6
4 days
Mount can only be unmounted if no references are present, increment ↵
Lukas Oesch
1
-0
/
+22
references on open file and decrement on close file
9 days
fix build after rebase
Lukas Oesch
1
-1
/
+1
9 days
Rename root_dentry() to get_root_dentry()
Marcel Braun
1
-1
/
+1
9 days
remove mount_path from mount struct (retrieve path from m_mount_dentry)
Lukas Oesch
1
-6
/
+8
2026-04-23
chore: banish relative includes
Felix Morgner
1
-4
/
+4
2026-04-23
chore: organize includes
Felix Morgner
1
-4
/
+4
2026-04-11
implement unmount, improve error codes
Lukas Oesch
1
-1
/
+8
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
-2
/
+9
2026-03-26
implement a rootfs to handle / mounts correctly
Lukas Oesch
1
-4
/
+11
2026-03-26
Refactor mount_table entry (mount) to use dentry as key instead of path
marcel.braun
1
-4
/
+5
2026-03-17
Clean up project folder structure
marcel.braun
1
-0
/
+32