Age | Commit message (Expand) | Author |
---|---|---|
2020-12-27 | Kernel: Introduce a new partitioning subsystem | Liav A |
2020-12-27 | Kernel: Add DiskPartitionMetadata Class | Liav A |
2020-12-27 | Kernel: Move Partition code files to the Storage folder | Liav A |
2020-12-27 | Kernel: Add a method to determine the desired permissions of a Device | Liav A |
2020-12-25 | AK: Remove custom %b format string specifier | Andreas Kling |
2020-12-21 | Kernel: Introduce the StorageManagement class | Liav A |
2020-12-21 | Kernel: Change the indexing of storage devices in IDEController class | Liav A |
2020-12-21 | Kernel: Add a method to gather the devices count of a Storage controller | Liav A |
2020-12-21 | Kernel: Add a method to check the type of a StorageController | Liav A |
2020-12-21 | Kernel: Allow to initialize an IDE device on the secondary channel | Liav A |
2020-12-21 | Kernel: Introduce the new Storage subsystem | Liav A |