Andreas Kling
|
fdc782c1d1
|
Add a very naive block cache to the DiskBackedFileSystem.
This would be a lot better as an LRU. Right now it's a 32-slot
hash table with random eviction.
|
2018-10-25 12:36:50 +02:00 |
|
Andreas Kling
|
9171521752
|
Integrate ext2 from VFS into Kernel.
|
2018-10-17 10:57:23 +02:00 |
|
Andreas Kling
|
39444c5916
|
Fix HashTable::find() return iterator for items found in non-0 buckets.
|
2018-10-14 22:08:36 +02:00 |
|
Andreas Kling
|
c2ef54c044
|
Add HashTable::remove() and fix a bug where ConstIterator would skip the first.
|
2018-10-13 14:22:09 +02:00 |
|
Andreas Kling
|
f794190de0
|
Add a DoublyLinkedList template and start using it for HashTable.
|
2018-10-13 13:50:44 +02:00 |
|
Andreas Kling
|
5a30055157
|
Import all this stuff into a single repo called Serenity.
|
2018-10-10 11:53:07 +02:00 |
|