aboutsummaryrefslogtreecommitdiff
path: root/kernel/src/filesystem/vfs.cpp
AgeCommit message (Collapse)AuthorFilesLines
2026-03-26Refactor mounting of new filesystems and path resolving in vfsmarcel.braun1-23/+30
2026-03-26Implement resolve_pathmarcel.braun1-5/+41
2026-03-26Refactor move init logic into member functionmarcel.braun1-4/+11
2026-03-26Add dentry structuremarcel.braun1-10/+11
2026-03-26Rename custody to dentry and add childrenmarcel.braun1-8/+8
2026-03-26implement device names with kstd::stringLukas Oesch1-1/+1
2026-03-26refactoring, node cannot be nullLukas Oesch1-6/+1
2026-03-26simplify architecture againLukas Oesch1-4/+2
2026-03-26use enable_shared_from_this instead of self invocation methodLukas Oesch1-1/+1
2026-03-26refactor file and inode architecture againLukas Oesch1-2/+3
2026-03-26fix buildLukas Oesch1-1/+1
2026-03-26use kstd::shared_ptr instead of std::optional for open_file_descriptionsLukas Oesch1-4/+4
2026-03-26implement first draft of a do_mount functionLukas Oesch1-4/+45
2026-03-26small refactoringLukas Oesch1-4/+3
2026-03-26first try to simplify the architecture (remove redundant inode_file and ↵Lukas Oesch1-10/+4
open() methods), add ext2_file placeholder struct
2026-03-26remove inode metadataLukas Oesch1-2/+4
2026-03-18fix clang-tidy warningsLukas Oesch1-1/+0
2026-03-17Fix include ordermarcel.braun1-1/+1
2026-03-17Clean up project folder structuremarcel.braun1-0/+123