ladybird/Kernel/Storage
Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
We now use AK::Error and AK::ErrorOr<T> in both kernel and userspace!
This was a slightly tedious refactoring that took a long time, so it's
not unlikely that some bugs crept in.

Nevertheless, it does pass basic functionality testing, and it's just
real nice to finally see the same pattern in all contexts. :^)
2021-11-08 01:10:53 +01:00
..
Partition Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 2021-11-08 01:10:53 +01:00
AHCI.h
AHCIController.cpp Kernel/Storage: Unify all ATA devices 2021-10-09 01:39:55 +02:00
AHCIController.h Kernel/Storage: Unify all ATA devices 2021-10-09 01:39:55 +02:00
AHCIPort.cpp Kernel/Storage: Unify all ATA devices 2021-10-09 01:39:55 +02:00
AHCIPort.h Kernel/Storage: Unify all ATA devices 2021-10-09 01:39:55 +02:00
AHCIPortHandler.cpp
AHCIPortHandler.h Kernel/Storage: Unify all ATA devices 2021-10-09 01:39:55 +02:00
ATA.h
ATAController.h Kernel/Storage: Unify all ATA devices 2021-10-09 01:39:55 +02:00
ATADevice.cpp Kernel/Storage: Unify all ATA devices 2021-10-09 01:39:55 +02:00
ATADevice.h Kernel/Storage: Unify all ATA devices 2021-10-09 01:39:55 +02:00
ATADiskDevice.cpp Kernel/Storage: Unify all ATA devices 2021-10-09 01:39:55 +02:00
ATADiskDevice.h Kernel/Storage: Unify all ATA devices 2021-10-09 01:39:55 +02:00
ATAPIDiscDevice.cpp Kernel/Storage: Unify all ATA devices 2021-10-09 01:39:55 +02:00
ATAPIDiscDevice.h Kernel/Storage: Unify all ATA devices 2021-10-09 01:39:55 +02:00
BMIDEChannel.cpp
BMIDEChannel.h
IDEChannel.cpp Kernel/Storage: Unify all ATA devices 2021-10-09 01:39:55 +02:00
IDEChannel.h Kernel: Declare copy-ability of IOAddressGroup 2021-10-10 21:03:27 +01:00
IDEController.cpp Kernel/Storage: Unify all ATA devices 2021-10-09 01:39:55 +02:00
IDEController.h Kernel/Storage: Unify all ATA devices 2021-10-09 01:39:55 +02:00
RamdiskController.cpp Kernel/Storage: Unify all ATA devices 2021-10-09 01:39:55 +02:00
RamdiskController.h Kernel/Storage: Unify all ATA devices 2021-10-09 01:39:55 +02:00
RamdiskDevice.cpp Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 2021-11-08 01:10:53 +01:00
RamdiskDevice.h Kernel/Storage: Unify all ATA devices 2021-10-09 01:39:55 +02:00
StorageController.h Kernel/Storage: Unify all ATA devices 2021-10-09 01:39:55 +02:00
StorageDevice.cpp Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 2021-11-08 01:10:53 +01:00
StorageDevice.h Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 2021-11-08 01:10:53 +01:00
StorageManagement.cpp Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 2021-11-08 01:10:53 +01:00
StorageManagement.h Kernel: Remove AK::String usage from Storage/StorageManagement.cpp 2021-10-03 13:36:10 +02:00