Liav A
|
0fc60e41dd
Kernel: Use klog() instead of kprintf()
|
5 年之前 |
Andreas Kling
|
e28809a996
Kernel: Add forward declaration header
|
5 年之前 |
Andreas Kling
|
a356e48150
Kernel: Move all code into the Kernel namespace
|
5 年之前 |
Andreas Kling
|
88ea152b24
Kernel: Merge unnecessary DiskDevice class into BlockDevice
|
5 年之前 |
Andreas Kling
|
23ffd6c319
Kernel+LibC+Userland: Switch to 64-bit time_t
|
5 年之前 |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 年之前 |
Andreas Kling
|
59ed235c85
Kernel: Implement O_DIRECT open() flag to bypass disk caches
|
5 年之前 |
Andreas Kling
|
dcf8d359f3
Kernel: Fick infinite recursion when filling up disk cache
|
5 年之前 |
Jesse Buhagiar
|
06b6af61c6
Kernel: Made DiskCache entries a KBuffer
|
5 年之前 |
Andreas Kling
|
8e775d241e
Kernel: Make DiskBackedFS flush writes if cache is completely dirty
|
5 年之前 |
Andreas Kling
|
922fd703c9
Kernel: Convert the DiskBackedFS write API to take "const u8*"
|
5 年之前 |
Andreas Kling
|
1fc2612667
Kernel: Make DiskBackedFS::read_block() write to client-provided memory
|
5 年之前 |
Andreas Kling
|
a61f6ccc27
Kernel: Implement a simpler, bigger cache for DiskBackedFS
|
5 年之前 |
Andreas Kling
|
8f45a259fc
ByteBuffer: Remove pointer() in favor of data()
|
5 年之前 |
Andreas Kling
|
c0bfea1b5c
FileSystem: Move block_size() from DiskBackedFS to FS
|
5 年之前 |
Andreas Kling
|
27f699ef0c
AK: Rename the common integer typedefs to make it obvious what they are.
|
6 年之前 |
Andreas Kling
|
d5bb98acbc
AK: Defer to Traits<T> for equality comparison in container templates.
|
6 年之前 |
Andreas Kling
|
46a06c23e3
Kernel: Fix all compiler warnings.
|
6 年之前 |
Andreas Kling
|
90b1354688
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
|
6 年之前 |
Andreas Kling
|
736092a087
Kernel: Move i386.{cpp,h} => Arch/i386/CPU.{cpp,h}
|
6 年之前 |
Andreas Kling
|
52139a2392
DiskBackedFS: Flush write cache if it reaches 32 entries before sync.
|
6 年之前 |
Andreas Kling
|
44673c4f3b
Kernel: Add a write cache to DiskBackedFS.
|
6 年之前 |
Andreas Kling
|
f9864940eb
Kernel: Move FS-related files into Kernel/FileSystem/
|
6 年之前 |