1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 16:38:10 +00:00
serenity/Kernel/Storage
Brian Gianforcaro 47cdcc9f67 Kernel: Zero initialize all members in NVMeController
Found by PVS-Studio.
2022-03-18 00:51:16 -07:00
..
ATA Kernel: Use default constructors/destructors 2022-03-17 00:51:36 -07:00
NVMe Kernel: Zero initialize all members in NVMeController 2022-03-18 00:51:16 -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