aboutsummaryrefslogtreecommitdiff
path: root/kernel/filesystem/src/inode_file.cpp
AgeCommit message (Collapse)AuthorFilesLines
2026-03-17Clean up project folder structuremarcel.braun1-35/+0
2026-03-17use const & wherever applicableLukas Oesch1-1/+1
2026-03-17use kstd::vector instead of std::array and replace plain-pointers with ↵Lukas Oesch1-1/+3
kstd::shared_ptr
2026-03-17Add inode_file and inode structuremarcel.braun1-0/+33