Historique des commits

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