aboutsummaryrefslogtreecommitdiff
path: root/kernel/filesystem/src/ext2
AgeCommit message (Expand)AuthorFilesLines
2026-03-17Clean up project folder structuremarcel.braun1-33/+0
2026-03-17use const & wherever applicableLukas Oesch1-1/+1
2026-03-17use kstd::vector instead of std::array and replace plain-pointers with kstd::...Lukas Oesch1-1/+4
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 r...Lukas Oesch1-0/+4
2026-03-17move m_devices from ram_disk_controller to storage_controller, store point to...Lukas Oesch1-3/+3
2026-03-17Add basic structure for ext2_filesystem, filesystem and mountmarcel.braun1-0/+16