summaryrefslogtreecommitdiff
path: root/Kernel/FileSystem/BlockBasedFileSystem.h
AgeCommit message (Expand)Author
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-19Kernel: Make block-based file system code 64 bit readyJean-Baptiste Boric
2021-02-12Kernel: Make BlockBasedFS::BlockIndex a distinct integer typeAndreas Kling
2021-01-20Kernel: Make BlockBasedFS read/write functions return a KResultAndreas Kling
2020-12-29Revert "Kernel: Convert read_block method to get a reference instead of pointer"Andreas Kling
2020-12-27Kernel: Convert read_block method to get a reference instead of pointerLiav A
2020-09-13Kernel: Make copy_to/from_user safe and remove unnecessary checksTom
2020-07-05Kernel: Split BlockBasedFileSystem off FileBackedFileSystemSergey Bugaev