Age | Commit message (Expand) | Author |
---|---|---|
2023-06-02 | Kernel: Move the Storage directory to be a new directory under Devices | Liav A |
2023-03-06 | Kernel: Stop using NonnullLockRefPtrVector | Andreas Kling |
2022-09-20 | Kernel: Convert NVMe code includes to absolute paths | Liav A |
2022-08-30 | Kernel/Storage: Introduce new boot device addressing modes | Liav A |
2022-08-20 | Kernel: Make self-contained locking smart pointers their own classes | Andreas Kling |
2022-07-15 | Kernel/Storage: Add LUN address to each StorageDevice | Liav A |
2022-01-18 | Kernel: Add UNMAP_AFTER_INIT to NVMe member functions | Pankaj Raghav |
2022-01-12 | Kernel: Move NonnullRefPtrVector<NVMeQueue>s instead of copying them | Idan Horowitz |
2022-01-12 | Kernel: Convert NVMeNameSpace::try_create() to KString | Idan Horowitz |
2022-01-01 | Kernel/NVMe: Add initial NVMe driver support | Pankaj Raghav |