Andreas Kling
|
43d9fe15f9
Revert "Kernel: Convert read_block method to get a reference instead of pointer"
|
4 anni fa |
Liav A
|
092a13211a
Kernel: Convert read_block method to get a reference instead of pointer
|
4 anni fa |
Lenny Maiorani
|
765936ebae
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
|
4 anni fa |
Andreas Kling
|
5f2f31861c
Kernel: Use a doubly-linked list for the BlockBasedFS cache
|
4 anni fa |
Andreas Kling
|
a6a3c20071
Kernel: Add a fast lookup table to the BlockBasedFS disk cache
|
4 anni fa |
Tom
|
c8d9f1b9c9
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
4 anni fa |
Ben Wiederhake
|
eac3bbdcee
Kernel: Unbreak building with extra debug macros, part 1
|
4 anni fa |
Brian Gianforcaro
|
c4c6d9367d
Kernel: Fix build break from missing KResult [[nodiscard]] suppressions
|
5 anni fa |
Andreas Kling
|
7a3ab6c517
Kernel: Make File::write() and File::read() return KResultOr<size_t>
|
5 anni fa |
Sergey Bugaev
|
187b785a05
Kernel: Split BlockBasedFileSystem off FileBackedFileSystem
|
5 anni fa |