ladybird/Kernel/Storage
Liav A 1dbd32488f Kernel/SysFS: Add /sys/devices/storage directory
This change in fact does the following:
1. Use support for symlinks between /sys/dev/block/ storage device
identifier nodes and devices in /sys/devices/storage/{LUN}.
2. Add basic nodes in a /sys/devices/storage/{LUN} directory, to let
userspace to know about the device and its details.
2022-07-15 12:29:23 +02:00
..
ATA Kernel/Storage: Add LUN address to each StorageDevice 2022-07-15 12:29:23 +02:00
NVMe Kernel/Storage: Add LUN address to each StorageDevice 2022-07-15 12:29:23 +02:00
Partition Kernel/Storage: Migrate the partition code to use the ErrorOr container 2022-04-28 22:13:54 +02:00
Ramdisk Kernel/Storage: Add LUN address to each StorageDevice 2022-07-15 12:29:23 +02: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/SysFS: Add /sys/devices/storage directory 2022-07-15 12:29:23 +02:00
StorageDevice.h Kernel/SysFS: Add /sys/devices/storage directory 2022-07-15 12:29:23 +02:00
StorageManagement.cpp Kernel/Storage: Add LUN address to each StorageDevice 2022-07-15 12:29:23 +02:00
StorageManagement.h Kernel/Storage: Add LUN address to each StorageDevice 2022-07-15 12:29:23 +02:00