1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 23:04:58 +00:00
serenity/Kernel/Storage
Liav A 1462211ccf Kernel: Allow WorkQueue items allocation failures propagation
In most cases it's safe to abort the requested operation and go forward,
however, in some places it's not clear yet how to handle these failures,
therefore, we use the MUST() wrapper to force a kernel panic for now.
2022-04-20 19:47:18 +02:00
..
ATA Kernel: Allow WorkQueue items allocation failures propagation 2022-04-20 19:47:18 +02:00
NVMe Kernel: Allow WorkQueue items allocation failures propagation 2022-04-20 19:47:18 +02:00
Partition Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Ramdisk Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
StorageController.h Kernel: Remove the kmalloc_eternal heap :^) 2021-12-28 21:02:38 +01:00
StorageDevice.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
StorageDevice.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
StorageManagement.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
StorageManagement.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00