aboutsummaryrefslogtreecommitdiff
path: root/kernel/devices/src/storage/storage_management.cpp
AgeCommit message (Expand)AuthorFilesLines
2026-03-17Clean up project folder structuremarcel.braun1-85/+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-12/+13
2026-03-17improve constness, expose controllers and devicesLukas Oesch1-0/+6
2026-03-17move m_devices from ram_disk_controller to storage_controller, store point to...Lukas Oesch1-5/+5
2026-03-17Simplify device lookup in storage controllers by removing redundant major numbermarcel.braun1-1/+1
2026-03-17rename files to snake_case (temp_device part1 -> renamed to device later, due...Lukas Oesch1-0/+78