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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-14
add tests to mount filesystems backed by a file
Lukas Oesch
2
-3
/
+66
2026-04-13
Back filesystem by inode and not device
Marcel Braun
16
-122
/
+117
2026-04-13
Rename and refactor
Marcel Braun
1
-6
/
+7
2026-04-12
Add fs syscall handler
Marcel Braun
3
-5
/
+65
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
add dentry tests
Lukas Oesch
4
-5
/
+158
2026-04-11
extend tests with another filesystem
Lukas Oesch
1
-3
/
+25
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
1
-40
/
+29
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
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
2026-04-11
temporary implementation of inode kind
Lukas Oesch
2
-13
/
+31
2026-04-11
implement read_inode
Lukas Oesch
6
-19
/
+45
2026-04-11
remove todos
Lukas Oesch
1
-5
/
+0
2026-04-11
read block_group_descriptors
Lukas Oesch
2
-0
/
+16
2026-04-11
fix build, refactoring
Lukas Oesch
9
-19
/
+32
2026-04-11
read ext2 superblock and check the magic number
Lukas Oesch
2
-30
/
+47
2026-04-11
automatically detect the mounted file system type by trial-and-error
Lukas Oesch
4
-11
/
+30
2026-04-10
kernel: let arch initialize the ACPI manager
Felix Morgner
2
-13
/
+0
[next]