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
Age
Commit message (
Collapse
)
Author
Files
Lines
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
4
-15
/
+24
8 days
read ext2 superblock and check the magic number
Lukas Oesch
1
-29
/
+37
8 days
automatically detect the mounted file system type by trial-and-error
Lukas Oesch
2
-8
/
+26
2026-03-31
move device into kapi
Lukas Oesch
5
-11
/
+11
2026-03-30
Rename ram_disk and storage files
marcel.braun
2
-4
/
+4
2026-03-30
Rename rootfs filesystem files
marcel.braun
4
-40
/
+40
2026-03-30
Rename devfs filesystem files
marcel.braun
4
-31
/
+31
2026-03-30
Rename ext2 filesystem files
marcel.braun
4
-37
/
+37
2026-03-30
Move everything in kernel into kernel namespace
marcel.braun
15
-30
/
+30
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
2
-73
/
+5
2026-03-29
remove redundant ext2_file class
Lukas Oesch
1
-20
/
+0
2026-03-28
set flag (currently not needed)
Lukas Oesch
1
-0
/
+1
2026-03-28
fix vfs mount with /dev & /a and rootfs & devfs
Lukas Oesch
5
-85
/
+82
2026-03-26
fix resolve_path -> first traverse rootfs before jumping into the mounted ↵
Lukas Oesch
1
-10
/
+2
root filesystem
2026-03-26
mock filesystem correctly for tests with /dev
Lukas Oesch
1
-2
/
+7
2026-03-26
mount /dev in the rootfs
Lukas Oesch
2
-2
/
+24
2026-03-26
first draft of an devfs implementation
Lukas Oesch
4
-36
/
+98
2026-03-26
currently do not support stacked mounts
Lukas Oesch
1
-1
/
+3
2026-03-26
implement a rootfs to handle / mounts correctly
Lukas Oesch
6
-39
/
+90
2026-03-26
refactoring, add root_mount into the root_table
Lukas Oesch
2
-22
/
+38
2026-03-26
implement == and <=> operator in shared_ptr
Lukas Oesch
1
-2
/
+1
2026-03-26
small refactoring
Lukas Oesch
2
-29
/
+13
2026-03-26
Refactor mounting of new filesystems and path resolving in vfs
marcel.braun
1
-23
/
+30
2026-03-26
Add root_dentry to filesystem
marcel.braun
1
-0
/
+11
2026-03-26
Refactor mount_table entry (mount) to use dentry as key instead of path
marcel.braun
1
-4
/
+5
2026-03-26
Add mount_table
marcel.braun
1
-0
/
+29
2026-03-26
Add test for resolve_path
marcel.braun
1
-1
/
+4
2026-03-26
Implement resolve_path
marcel.braun
2
-7
/
+57
2026-03-26
Refactor move init logic into member function
marcel.braun
1
-4
/
+11
2026-03-26
Small refactoring use shared pointer
marcel.braun
1
-1
/
+2
2026-03-26
Refactor filesystem
marcel.braun
2
-6
/
+13
2026-03-26
Add dentry structure
marcel.braun
2
-10
/
+28
2026-03-26
Rename custody to dentry and add children
marcel.braun
3
-38
/
+38
2026-03-26
implement device names with kstd::string
Lukas Oesch
1
-1
/
+1
2026-03-26
refactoring, node cannot be null
Lukas Oesch
1
-6
/
+1
2026-03-26
simplify architecture again
Lukas Oesch
7
-204
/
+113
2026-03-26
use enable_shared_from_this instead of self invocation method
Lukas Oesch
3
-17
/
+5
2026-03-26
refactor file and inode architecture again
Lukas Oesch
6
-26
/
+74
2026-03-26
fix build
Lukas Oesch
1
-1
/
+1
2026-03-26
use kstd::shared_ptr instead of std::optional for open_file_descriptions
Lukas Oesch
2
-12
/
+20
2026-03-26
implement first draft of a do_mount function
Lukas Oesch
1
-4
/
+45
2026-03-26
small refactoring
Lukas Oesch
1
-4
/
+3
2026-03-26
improve architecture again -> use same architecture for devices and ext2_files
Lukas Oesch
2
-3
/
+36
2026-03-26
first try to simplify the architecture (remove redundant inode_file and ↵
Lukas Oesch
6
-80
/
+43
open() methods), add ext2_file placeholder struct
[next]