banan-os/kernel/kernel/Storage
Bananymous c7b134ba4b Kernel: Fix NVMe controller namespace numbering
namespace numbers were incrementing globally instead of per controller.
This led to two single namespace controllers creating nvme0n1 and
nvme1n2
2024-08-18 20:51:10 +03:00
..
ATA Kernel: Rewrite the whole scheduler and re-architecture SMP handling 2024-07-22 00:33:50 +03:00
NVMe Kernel: Fix NVMe controller namespace numbering 2024-08-18 20:51:10 +03:00
DiskCache.cpp Kernel: Remove now obsolete CriticalScope 2024-03-01 15:51:02 +02:00
Partition.cpp Kernel: root command line option can be specified as an UUID 2024-08-14 13:23:27 +03:00
StorageDevice.cpp Kernel: Optimize disk reads to read multiple sectors at once 2024-05-27 15:52:34 +03:00