Andreas Kling
|
cee9528168
Kernel: Rename Lock to Mutex
|
4 years ago |
Andreas Kling
|
a7d193951f
Kernel: Don't hog file system lock when doing BlockBasedFileSystem I/O
|
4 years ago |
Andreas Kling
|
79552c91d5
Kernel: Rename BlockBasedFS => BlockBasedFileSystem
|
4 years ago |
Andreas Kling
|
502bbacea0
Kernel: Rename FileBackedFS => FileBackedFileSystem
|
4 years ago |
Jean-Baptiste Boric
|
fdb5367da1
Kernel: Promote various integers to 64 bits in storage layer
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Jean-Baptiste Boric
|
eea5a5ed5d
Kernel: Make block-based file system code 64 bit ready
|
4 years ago |
Andreas Kling
|
489317e573
Kernel: Make BlockBasedFS::BlockIndex a distinct integer type
|
4 years ago |
Andreas Kling
|
e279b45aed
Kernel: Make BlockBasedFS read/write functions return a KResult
|
4 years ago |
Andreas Kling
|
43d9fe15f9
Revert "Kernel: Convert read_block method to get a reference instead of pointer"
|
4 years ago |
Liav A
|
092a13211a
Kernel: Convert read_block method to get a reference instead of pointer
|
4 years ago |
Tom
|
c8d9f1b9c9
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
4 years ago |
Sergey Bugaev
|
187b785a05
Kernel: Split BlockBasedFileSystem off FileBackedFileSystem
|
5 years ago |