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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-14
add tests to mount filesystems backed by a file
Lukas Oesch
4
-4
/
+93
2026-04-13
Back filesystem by inode and not device
Marcel Braun
16
-122
/
+117
2026-04-13
Rename and refactor
Marcel Braun
3
-25
/
+27
2026-04-12
Add fs syscall handler
Marcel Braun
4
-5
/
+84
2026-04-12
Merge branch 'ext2' into 'develop-BA-FS26'
Marcel Braun
85
-182
/
+3533
2026-04-12
Add comment
Marcel Braun
1
-0
/
+1
2026-04-12
Rename
Marcel Braun
1
-4
/
+4
2026-04-11
add ext2 inode and filesystem tests
Lukas Oesch
7
-26
/
+406
2026-04-11
add open_file_description tests with real image
Lukas Oesch
1
-0
/
+54
2026-04-11
add vfs tests with real ext2 images
Lukas Oesch
9
-19
/
+330
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 boot...
Lukas Oesch
7
-5
/
+136
2026-04-11
add deinit functions for singletons in tests
Lukas Oesch
11
-84
/
+116
2026-04-11
add rootfs filesystem tests
Lukas Oesch
2
-0
/
+46
2026-04-11
add devfs and rootfs inode tests
Lukas Oesch
3
-0
/
+139
2026-04-11
fix test
Lukas Oesch
1
-1
/
+1
2026-04-11
add file_descriptor_table tests
Lukas Oesch
4
-0
/
+167
2026-04-11
add open_file_description tests
Lukas Oesch
5
-4
/
+77
2026-04-11
fix mount table tests
Lukas Oesch
1
-4
/
+3
2026-04-11
add mount_table tests
Lukas Oesch
2
-0
/
+165
2026-04-11
add mount tests
Lukas Oesch
2
-0
/
+50
2026-04-11
add test_support filesystem
Lukas Oesch
3
-0
/
+40
2026-04-11
use separate test inode
Lukas Oesch
4
-4
/
+46
2026-04-11
remove todos
Lukas Oesch
2
-2
/
+5
2026-04-11
fix is_block_device check, add device_inode and non-block device tests
Lukas Oesch
4
-3
/
+143
2026-04-11
add non block device for tests
Lukas Oesch
3
-0
/
+44
2026-04-11
add block_device tests
Lukas Oesch
6
-7
/
+56
2026-04-11
add block_device_utils tests
Lukas Oesch
3
-1
/
+191
2026-04-11
clean up includes
Lukas Oesch
1
-1
/
+0
2026-04-11
add test block_device
Lukas Oesch
3
-0
/
+90
2026-04-11
implement vector resize
Lukas Oesch
1
-0
/
+39
2026-04-11
add gdb and ms-vscode.hexeditor to devcontainer
Lukas Oesch
1
-3
/
+4
2026-04-11
add dentry tests
Lukas Oesch
4
-5
/
+158
2026-04-11
add notes about the content of the test images
Lukas Oesch
1
-0
/
+82
2026-04-11
extend tests with another filesystem
Lukas Oesch
3
-3
/
+29
2026-04-11
add test images
Lukas Oesch
3
-0
/
+8
2026-04-11
track *.img with git lfs
Lukas Oesch
1
-0
/
+1
2026-04-11
implement unmount, improve error codes
Lukas Oesch
15
-44
/
+187
2026-04-11
add test with multiple correct formatted ext2 file systems
Lukas Oesch
2
-41
/
+30
2026-04-11
fix build when modules folder is missing
Lukas Oesch
1
-1
/
+9
2026-04-11
add descriptions, some refactoring
Lukas Oesch
25
-21
/
+500
2026-04-11
refactoring
Lukas Oesch
5
-8
/
+3
2026-04-11
Add test for reading file
Marcel Braun
1
-0
/
+9
2026-04-11
Implement read data in ext2 inode
Marcel Braun
4
-5
/
+39
2026-04-11
Clean up boot modules
Marcel Braun
2
-2
/
+0
2026-04-11
Add file system pointer to ext2 inode
Marcel Braun
3
-4
/
+15
2026-04-11
refactoring map_inode_block_index_to_global_block_number
Lukas Oesch
2
-53
/
+49
2026-04-11
implement map_inode_block_index_to_global_block_number and lookup
Lukas Oesch
2
-24
/
+98
2026-04-11
fix linked_directory_entry struct
Lukas Oesch
1
-2
/
+1
2026-04-11
first lookup draft
Lukas Oesch
2
-1
/
+49
[next]