ladybird/Kernel/Storage
Andreas Kling 673592dea8 Kernel: Stop using *LockRefPtr for FileSystem pointers
There was only one permanent storage location for these: as a member
in the Mount class.

That member is never modified after Mount initialization, so we don't
need to worry about races there.
2023-04-04 10:33:42 +02:00
..
ATA Kernel: Refactor AHCIController to propagate more errors 2023-03-16 09:55:15 +01:00
NVMe Kernel: Propagate errors in StorageController reset() and shutdown() 2023-03-16 09:55:15 +01:00
SD Kernel: Add support for SD host controllers on the PCI bus 2023-04-02 12:43:17 -06:00
DiskPartition.cpp
DiskPartition.h
StorageController.cpp
StorageController.h Kernel: Propagate errors in StorageController reset() and shutdown() 2023-03-16 09:55:15 +01:00
StorageDevice.cpp Revert "Revert "Kernel/Storage: Remove the ramdisk implementation"" 2023-03-25 16:50:36 +00:00
StorageDevice.h Revert "Revert "Kernel/Storage: Remove the ramdisk implementation"" 2023-03-25 16:50:36 +00:00
StorageManagement.cpp Kernel: Stop using *LockRefPtr for FileSystem pointers 2023-04-04 10:33:42 +02:00
StorageManagement.h Kernel: Stop using *LockRefPtr for FileSystem pointers 2023-04-04 10:33:42 +02:00