Age | Commit message (Expand) | Author |
---|---|---|
2020-12-21 | Everywhere: Switch from (void) to [[maybe_unused]] (#4473) | Lenny Maiorani |
2020-11-24 | Kernel: Use a doubly-linked list for the BlockBasedFS cache | Andreas Kling |
2020-11-24 | Kernel: Add a fast lookup table to the BlockBasedFS disk cache | Andreas Kling |
2020-09-13 | Kernel: Make copy_to/from_user safe and remove unnecessary checks | Tom |
2020-08-30 | Kernel: Unbreak building with extra debug macros, part 1 | Ben Wiederhake |
2020-08-05 | Kernel: Fix build break from missing KResult [[nodiscard]] suppressions | Brian Gianforcaro |
2020-08-04 | Kernel: Make File::write() and File::read() return KResultOr<size_t> | Andreas Kling |
2020-07-05 | Kernel: Split BlockBasedFileSystem off FileBackedFileSystem | Sergey Bugaev |