summaryrefslogtreecommitdiff
path: root/Kernel/Storage/NVMe/NVMeNameSpace.cpp
AgeCommit message (Expand)Author
2023-06-02Kernel: Move the Storage directory to be a new directory under DevicesLiav A
2023-03-06Kernel: Stop using NonnullLockRefPtrVectorAndreas Kling
2022-09-20Kernel: Convert NVMe code includes to absolute pathsLiav A
2022-08-30Kernel/Storage: Introduce new boot device addressing modesLiav A
2022-08-20Kernel: Make self-contained locking smart pointers their own classesAndreas Kling
2022-07-15Kernel/Storage: Add LUN address to each StorageDeviceLiav A
2022-01-18Kernel: Add UNMAP_AFTER_INIT to NVMe member functionsPankaj Raghav
2022-01-12Kernel: Move NonnullRefPtrVector<NVMeQueue>s instead of copying themIdan Horowitz
2022-01-12Kernel: Convert NVMeNameSpace::try_create() to KStringIdan Horowitz
2022-01-01Kernel/NVMe: Add initial NVMe driver supportPankaj Raghav