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
/
device_inode.cpp
Age
Commit message (
Collapse
)
Author
Files
Lines
2026-05-05
refactor inode kind
Lukas Oesch
1
-3
/
+6
2026-04-23
chore: banish relative includes
Felix Morgner
1
-5
/
+5
2026-04-23
chore: organize includes
Felix Morgner
1
-3
/
+3
2026-04-11
refactoring
Lukas Oesch
1
-3
/
+1
2026-03-31
move device into kapi
Lukas Oesch
1
-3
/
+3
2026-03-30
Move everything in kernel into kernel namespace
marcel.braun
1
-2
/
+2
2026-03-29
Move block device offset and size-to-blocks calculation to block_device_utils
marcel.braun
1
-73
/
+3
2026-03-26
first draft of an devfs implementation
Lukas Oesch
1
-0
/
+5
2026-03-26
simplify architecture again
Lukas Oesch
1
-6
/
+94
2026-03-26
use enable_shared_from_this instead of self invocation method
Lukas Oesch
1
-7
/
+2
2026-03-26
refactor file and inode architecture again
Lukas Oesch
1
-2
/
+12
2026-03-26
first try to simplify the architecture (remove redundant inode_file and ↵
Lukas Oesch
1
-28
/
+4
open() methods), add ext2_file placeholder struct
2026-03-26
remove inode metadata
Lukas Oesch
1
-2
/
+48
2026-03-26
prepare files for new inode structure
Lukas Oesch
1
-0
/
+6