Andreas Kling
5f2f31861c
Kernel: Use a doubly-linked list for the BlockBasedFS cache
...
This makes misses in the BlockBasedFS's LRU block cache faster by
storing the cache entries in one of two doubly-linked list.
Dirty and clean cache entries are kept in two separate lists, and
move between them when their state changes. This can probably be
improved upon further.
2020-11-24 16:42:01 +01:00
..
2020-11-12 18:04:16 +01:00
2020-11-10 19:03:08 +01:00
2020-11-11 12:27:25 +01:00
2020-11-14 22:09:48 +01:00
2020-11-24 16:42:01 +01:00
2020-11-04 21:21:37 +01:00
2020-11-01 10:30:20 +01:00
2020-08-12 20:40:59 +02:00
2020-11-20 21:18:14 +01:00
2020-11-01 10:19:17 +01:00
2020-11-23 18:37:40 +01:00
2020-09-27 19:46:04 +02:00
2020-11-10 19:03:08 +01:00
2020-11-10 19:11:52 +01:00
2020-11-11 12:27:25 +01:00
2020-11-12 18:04:30 +01:00
2020-09-25 21:18:17 +02:00
2020-08-25 09:48:48 +02:00
2020-09-25 21:18:17 +02:00
2020-09-13 21:19:15 +02:00
2020-09-13 21:19:15 +02:00
2020-09-13 21:19:15 +02:00
2020-09-13 21:19:15 +02:00
2020-11-12 18:04:16 +01:00
2020-08-11 20:29:14 +02:00
2020-11-02 12:56:36 +01:00
2020-11-02 12:56:36 +01:00
2020-08-22 20:55:10 +02:00
2020-09-25 21:18:17 +02:00
2020-08-22 20:55:10 +02:00
2020-09-13 21:19:15 +02:00
2020-08-10 20:05:18 +02:00
2020-11-11 12:27:25 +01:00
2020-08-17 09:57:18 +02:00
2020-08-10 11:51:45 +02:00
2020-09-25 21:18:17 +02:00
2020-11-10 19:11:52 +01:00
2020-11-23 18:37:40 +01:00
2020-08-19 21:21:34 +02:00
2020-08-19 21:21:34 +02:00
2020-08-16 16:33:28 +02:00
2020-08-10 11:51:45 +02:00
2020-09-13 21:19:15 +02:00
2020-09-25 21:18:17 +02:00
2020-08-25 09:48:48 +02:00
2020-08-25 09:48:48 +02:00
2020-08-26 08:52:07 +02:00
2020-11-10 19:11:52 +01:00
2020-09-27 19:46:04 +02:00
2020-11-23 09:39:32 +01:00
2020-11-23 09:39:32 +01:00
2020-11-11 12:27:25 +01:00
2020-09-13 21:19:15 +02:00
2020-10-02 15:38:07 +02:00
2020-11-23 16:08:42 +01:00
2020-11-23 18:33:19 +01:00
2020-11-22 17:20:58 +01:00
2020-08-10 11:51:45 +02:00
2020-08-10 11:51:45 +02:00
2020-08-25 09:48:48 +02:00
2020-08-25 09:48:48 +02:00
2020-09-27 01:02:11 +02:00
2020-09-22 15:06:40 +02:00
2020-09-15 20:36:45 +02:00
2020-09-25 21:18:17 +02:00
2020-09-25 21:18:17 +02:00
2020-10-08 09:54:41 +02:00