aboutsummaryrefslogtreecommitdiff
path: root/kernel/filesystem/src/ext2
AgeCommit message (Collapse)AuthorFilesLines
2026-03-17use kstd::vector instead of std::array and replace plain-pointers with ↵Lukas Oesch1-1/+4
kstd::shared_ptr
2026-03-17add first draft of inode metadataLukas Oesch1-2/+12
2026-03-17implement first inode draft, fix make_device_node, implement first draft of ↵Lukas Oesch1-0/+4
resolve_path (currently with temp m_device_nodes in vfs -> has later to be deleted again, just for tests)
2026-03-17move m_devices from ram_disk_controller to storage_controller, store point ↵Lukas Oesch1-3/+3
to devices
2026-03-17Add basic structure for ext2_filesystem, filesystem and mountmarcel.braun1-0/+16