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 (
Expand
)
Author
Files
Lines
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 open(...
Lukas Oesch
6
-80
/
+43
2026-03-26
remove inode metadata
Lukas Oesch
5
-92
/
+56
2026-03-26
prepare files for new inode structure
Lukas Oesch
2
-0
/
+12
2026-03-18
fix clang-tidy warnings
Lukas Oesch
1
-1
/
+0
2026-03-17
Fix include order
marcel.braun
1
-1
/
+1
2026-03-17
Clean up project folder structure
marcel.braun
10
-0
/
+613
[prev]