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
Age
Commit message (
Expand
)
Author
Files
Lines
8 days
implement map_inode_block_index_to_global_block_number and lookup
Lukas Oesch
1
-24
/
+96
8 days
first lookup draft
Lukas Oesch
1
-1
/
+47
8 days
temporary implementation of inode kind
Lukas Oesch
1
-12
/
+29
8 days
implement read_inode
Lukas Oesch
1
-8
/
+27
8 days
read block_group_descriptors
Lukas Oesch
1
-0
/
+13
8 days
fix build, refactoring
Lukas Oesch
1
-13
/
+14
8 days
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
3
-35
/
+35
2026-03-30
Move everything in kernel into kernel namespace
marcel.braun
2
-4
/
+4
2026-03-30
Fix linter warnings
marcel.braun
1
-22
/
+22
2026-03-29
Save WIP add some definitions and helper functions
marcel.braun
1
-0
/
+33
2026-03-29
Move block device offset and size-to-blocks calculation to block_device_utils
marcel.braun
1
-0
/
+2
2026-03-29
remove redundant ext2_file class
Lukas Oesch
1
-20
/
+0
2026-03-26
mock filesystem correctly for tests with /dev
Lukas Oesch
1
-2
/
+7
2026-03-26
Add test for resolve_path
marcel.braun
1
-1
/
+4
2026-03-26
Small refactoring use shared pointer
marcel.braun
1
-1
/
+2
2026-03-26
Refactor filesystem
marcel.braun
1
-6
/
+2
2026-03-26
simplify architecture again
Lukas Oesch
1
-5
/
+10
2026-03-26
use enable_shared_from_this instead of self invocation method
Lukas Oesch
1
-9
/
+2
2026-03-26
refactor file and inode architecture again
Lukas Oesch
1
-5
/
+10
2026-03-26
improve architecture again -> use same architecture for devices and ext2_files
Lukas Oesch
1
-3
/
+5
2026-03-26
first try to simplify the architecture (remove redundant inode_file and open(...
Lukas Oesch
2
-2
/
+35
2026-03-26
remove inode metadata
Lukas Oesch
1
-2
/
+1
2026-03-26
prepare files for new inode structure
Lukas Oesch
1
-0
/
+6
2026-03-17
Clean up project folder structure
marcel.braun
1
-0
/
+33