serenity/Kernel/Storage
Lenny Maiorani 190cf1507b Kernel: Use default constructors/destructors
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#cother-other-default-operation-rules

"The compiler is more likely to get the default semantics right and
you cannot implement these functions better than the compiler."
2022-03-17 00:51:36 -07:00
..
ATA Kernel: Use default constructors/destructors 2022-03-17 00:51:36 -07:00
NVMe Kernel: Use default constructors/destructors 2022-03-17 00:51:36 -07:00
Partition Kernel: Use default constructors/destructors 2022-03-17 00:51:36 -07:00
RamdiskController.cpp Kernel: Use default constructors/destructors 2022-03-17 00:51:36 -07:00
RamdiskController.h Kernel: Remove the kmalloc_eternal heap :^) 2021-12-28 21:02:38 +01:00
RamdiskDevice.cpp Kernel: Use default constructors/destructors 2022-03-17 00:51:36 -07:00
RamdiskDevice.h Kernel: Remove the kmalloc_eternal heap :^) 2021-12-28 21:02:38 +01:00
StorageController.h Kernel: Remove the kmalloc_eternal heap :^) 2021-12-28 21:02:38 +01:00
StorageDevice.cpp Kernel: Optimize StorageDevice read and write function 2022-01-29 17:41:06 +02:00
StorageDevice.h Kernel: Cache blocks_per_page in StorageDevice class 2022-01-29 17:41:06 +02:00
StorageManagement.cpp Kernel/PCI: Break early of controller iteration over devices in OOM case 2022-03-14 22:39:09 +01:00
StorageManagement.h Kernel/Storage: Don't try to enumerate PCI adapters if PCI is disabled 2022-03-02 18:41:54 +01:00