ladybird/Kernel/Storage
Andreas Kling 0cdd227e9b Kernel: Fix const-correctness issue in StorageManagement
We have to take the StorageDevice as a mutable reference, otherwise
we can't perform any interesting I/O operations on it.
2023-02-21 00:54:04 +01:00
..
ATA Kernel/PCI: Hold a reference to DeviceIdentifier in the Device class 2023-01-26 23:04:26 +01:00
NVMe Kernel: Make NVMeQueue const-correct internally 2023-02-21 00:54:04 +01:00
Ramdisk Revert "Kernel/Storage: Remove the ramdisk implementation" 2023-02-08 18:19:48 +00:00
DiskPartition.cpp
DiskPartition.h
StorageController.cpp
StorageController.h
StorageDevice.cpp Revert "Kernel/Storage: Remove the ramdisk implementation" 2023-02-08 18:19:48 +00:00
StorageDevice.h Revert "Kernel/Storage: Remove the ramdisk implementation" 2023-02-08 18:19:48 +00:00
StorageManagement.cpp Kernel: Fix const-correctness issue in StorageManagement 2023-02-21 00:54:04 +01:00
StorageManagement.h Kernel: Fix const-correctness issue in StorageManagement 2023-02-21 00:54:04 +01:00