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
/
devfs
Age
Commit message (
Collapse
)
Author
Files
Lines
2026-05-05
refactoring and extend tests
Lukas Oesch
2
-1
/
+2
2026-05-05
refactor inode kind
Lukas Oesch
1
-6
/
+5
2026-04-23
chore: banish relative includes
Felix Morgner
4
-12
/
+12
2026-04-23
chore: organize includes
Felix Morgner
1
-2
/
+2
2026-04-13
Back filesystem by inode and not device
Marcel Braun
1
-1
/
+1
2026-04-11
add test for devfs edge case
Lukas Oesch
1
-0
/
+9
2026-04-11
add devfs filesystem tests, and storage_boot_module_fixture to mock real ↵
Lukas Oesch
1
-0
/
+63
boot modules
2026-04-11
add devfs and rootfs inode tests
Lukas Oesch
1
-0
/
+54
2026-04-11
implement unmount, improve error codes
Lukas Oesch
1
-2
/
+3
2026-03-31
move device into kapi
Lukas Oesch
1
-2
/
+2
2026-03-30
Rename ram_disk and storage files
marcel.braun
1
-2
/
+2
2026-03-30
Rename devfs filesystem files
marcel.braun
3
-29
/
+29
2026-03-30
Move everything in kernel into kernel namespace
marcel.braun
2
-4
/
+4
2026-03-28
fix vfs mount with /dev & /a and rootfs & devfs
Lukas Oesch
1
-1
/
+2
2026-03-26
first draft of an devfs implementation
Lukas Oesch
2
-0
/
+79