Concurrent Pagecache
In this paper we present a concurrent pagecache for Linux, which is a continuation of the existing lockless pagecache work.
Currently the pagecache is protected by a reader/writer lock. The lockless pagecache work focuses on removing the reader lock, however, this paper presents a method to break the write side of the lock. Firstly, since the pagecache is centered around the radix tree, it is necessary to alter the radix tree in order to support concurrent modifications of the data structure. Secondly, we adapt the pagecache, by removing all non-radix tree consumers of the lock's protection, and extend the pageflag, introduced by the lockless pagecache, into a second per page lock. Then we can fully utilize the radix tree's new functionality to obtain a concurrent pagecache. Finally, we analyze the improvements in performance and scalability.
...
Download PDF.
- Add new comment
- 1797 reads








Recent comments
4 weeks 2 days ago
4 weeks 2 days ago
6 weeks 12 hours ago
10 weeks 18 hours ago
12 weeks 12 hours ago
12 weeks 15 hours ago
12 weeks 15 hours ago
12 weeks 4 days ago
16 weeks 4 hours ago
17 weeks 1 day ago