Age | Commit message (Expand) | Author |
---|---|---|
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-17 | Kernel: Refactor storage stack with u64 as file operations offset | Jean-Baptiste Boric |
2021-03-17 | Kernel: Refactor storage stack with u64 as number of blocks | Jean-Baptiste Boric |
2021-03-12 | Kernel: Convert klog() => AK::Format in Storage | Andreas Kling |
2021-03-05 | Kernel: Use global mechanism to determine minor number of Storage Device | Liav A |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-01-26 | Meta: Split debug defines into multiple headers. | asynts |
2021-01-25 | Everywhere: Hook up remaining debug macros to Debug.h. | asynts |
2021-01-25 | Everywhere: Remove unnecessary debug comments. | asynts |
2021-01-20 | Kernel+LibC: Turn errno codes into a strongly typed enum | Andreas Kling |
2020-12-21 | Kernel: Introduce the new Storage subsystem | Liav A |