index
:
pub/fmorgner/teachos.git
develop
develop-BA-FS26
main
The TeachOS kernel, a greenfield, pure 64-bit, educational operating system.
fmorgner
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
src
/
filesystem
/
ext2
/
filesystem.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-13
Back filesystem by inode and not device
Marcel Braun
1
-13
/
+8
2026-04-11
add ext2 inode and filesystem tests
Lukas Oesch
1
-26
/
+12
2026-04-11
implement unmount, improve error codes
Lukas Oesch
1
-8
/
+4
2026-04-11
add descriptions, some refactoring
Lukas Oesch
1
-2
/
+10
2026-04-11
refactoring
Lukas Oesch
1
-2
/
+0
2026-04-11
Add file system pointer to ext2 inode
Marcel Braun
1
-1
/
+1
2026-04-11
refactoring map_inode_block_index_to_global_block_number
Lukas Oesch
1
-53
/
+48
2026-04-11
implement map_inode_block_index_to_global_block_number and lookup
Lukas Oesch
1
-24
/
+96
2026-04-11
first lookup draft
Lukas Oesch
1
-1
/
+47
2026-04-11
temporary implementation of inode kind
Lukas Oesch
1
-12
/
+29
2026-04-11
implement read_inode
Lukas Oesch
1
-8
/
+27
2026-04-11
read block_group_descriptors
Lukas Oesch
1
-0
/
+13
2026-04-11
fix build, refactoring
Lukas Oesch
1
-13
/
+14
2026-04-11
read ext2 superblock and check the magic number
Lukas Oesch
1
-29
/
+37
2026-03-31
move device into kapi
Lukas Oesch
1
-2
/
+2
2026-03-30
Rename ext2 filesystem files
marcel.braun
1
-0
/
+72