aboutsummaryrefslogtreecommitdiff
path: root/kernel/filesystem/src/inode.cpp
AgeCommit message (Collapse)AuthorFilesLines
2026-03-17use const & wherever applicableLukas Oesch1-2/+2
2026-03-17use kstd::vector instead of std::array and replace plain-pointers with ↵Lukas Oesch1-2/+4
kstd::shared_ptr
2026-03-17add first draft of inode metadataLukas Oesch1-2/+32
2026-03-17implement first inode draft, fix make_device_node, implement first draft of ↵Lukas Oesch1-0/+56
resolve_path (currently with temp m_device_nodes in vfs -> has later to be deleted again, just for tests)
2026-03-17Add inode_file and inode structuremarcel.braun1-0/+20