ladybird/Kernel/Storage
Liav A 25bb293629 Kernel: Make Device::after_inserting to return ErrorOr<void>
Instead of just returning nothing, let's return Error or nothing.
This would help later on with error propagation in case of failure
during this method.

This also makes us more paranoid about failure in this method, so when
initializing a DisplayConnector we safely tear down the internal members
of the object. This applies the same for a StorageDevice object, but its
after_inserting method is much smaller compared to the DisplayConnector
overriden method.
2023-01-07 11:45:08 -07:00
..
ATA Kernel: Add dmesgln_pci logging for Kernel::PCI 2023-01-05 01:44:19 +01:00
NVMe Kernel: Add dmesgln_pci logging for Kernel::PCI 2023-01-05 01:44:19 +01:00
DiskPartition.cpp Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
DiskPartition.h Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
StorageController.cpp Kernel/Storage: Introduce new boot device addressing modes 2022-08-30 00:50:15 +01:00
StorageController.h Kernel/Storage: Introduce new boot device addressing modes 2022-08-30 00:50:15 +01:00
StorageDevice.cpp Kernel: Make Device::after_inserting to return ErrorOr<void> 2023-01-07 11:45:08 -07:00
StorageDevice.h Kernel: Make Device::after_inserting to return ErrorOr<void> 2023-01-07 11:45:08 -07:00
StorageManagement.cpp Kernel: Remove unused includes 2023-01-02 11:06:15 -05:00
StorageManagement.h Kernel/Storage: Remove the ramdisk implementation 2022-10-03 11:12:35 +02:00