1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:27:44 +00:00
serenity/Kernel/Storage
kleines Filmröllchen 4314c25cf2 Kernel: Require lock rank for Spinlock construction
All users which relied on the default constructor use a None lock rank
for now. This will make it easier to in the future remove LockRank and
actually annotate the ranks by searching for None.
2022-08-19 20:26:47 -07:00
..
ATA Kernel: Require lock rank for Spinlock construction 2022-08-19 20:26:47 -07:00
NVMe Kernel: Require lock rank for Spinlock construction 2022-08-19 20:26:47 -07:00
Ramdisk Kernel/Storage: Remove InterfaceType enum 2022-08-14 01:09:03 +01:00
DiskPartition.cpp Kernel/Storage: Don't hardcode a maximum of 16 partitions per drive 2022-08-14 01:09:03 +01:00
DiskPartition.h Kernel/Storage: Don't hardcode a maximum of 16 partitions per drive 2022-08-14 01:09:03 +01:00
StorageController.cpp Kernel/Storage: Add LUN address to each StorageDevice 2022-07-15 12:29:23 +02:00
StorageController.h Kernel/Storage: Add LUN address to each StorageDevice 2022-07-15 12:29:23 +02:00
StorageDevice.cpp Kernel/Storage: Remove InterfaceType enum 2022-08-14 01:09:03 +01:00
StorageDevice.h Kernel/Storage: Remove InterfaceType enum 2022-08-14 01:09:03 +01:00
StorageManagement.cpp Kernel/Storage: Don't hardcode a maximum of 16 partitions per drive 2022-08-14 01:09:03 +01:00
StorageManagement.h Kernel/Storage: Don't hardcode a maximum of 16 partitions per drive 2022-08-14 01:09:03 +01:00