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
/
filesystem
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-17
use const & wherever applicable
Lukas Oesch
9
-13
/
+14
2026-03-17
use kstd::vector instead of std::array and replace plain-pointers with kstd::...
Lukas Oesch
10
-32
/
+48
2026-03-17
add todo
Lukas Oesch
1
-1
/
+2
2026-03-17
add first draft of inode metadata
Lukas Oesch
4
-1
/
+40
2026-03-17
implement first inode draft, fix make_device_node, implement first draft of r...
Lukas Oesch
3
-3
/
+31
2026-03-17
improve constness
Lukas Oesch
4
-6
/
+4
2026-03-17
implement first draft of custody
Lukas Oesch
1
-0
/
+21
2026-03-17
implement first draft of make_device_node
Lukas Oesch
1
-0
/
+2
2026-03-17
move m_devices from ram_disk_controller to storage_controller, store point to...
Lukas Oesch
2
-5
/
+5
2026-03-17
mount root filesystem
Lukas Oesch
1
-0
/
+8
2026-03-17
Add basic structure for ext2_filesystem, filesystem and mount
marcel.braun
3
-0
/
+65
2026-03-17
Create basic VFS structure
marcel.braun
1
-0
/
+21
2026-03-17
Refactor device_file
marcel.braun
1
-1
/
+1
2026-03-17
Add inode_file and inode structure
marcel.braun
2
-0
/
+39
2026-03-17
use optional instead of pointer, improve error handling (do not just panic, r...
Lukas Oesch
1
-2
/
+5
2026-03-17
small refactoring
Lukas Oesch
1
-2
/
+2
2026-03-17
implement read and write bytes from device
Lukas Oesch
2
-0
/
+32
2026-03-17
implement first draft of a file_descriptor_table and open_file_description
Lukas Oesch
3
-0
/
+71