2.6.17: lockless pagecache
From: | Nick Piggin <npiggin@suse.de> | |
To: | Linux Kernel Mailing List <linux-kernel@vger.kernel.org>, Linux Memory Management List <linux-mm@kvack.org> | |
Subject: | [patch] 2.6.17: lockless pagecache | |
Date: | Sun, 25 Jun 2006 18:39:30 +0200 |
Updated lockless pagecache patchset available here: ftp://ftp.kernel.org/pub/linux/kernel/people/npiggin/patc... This should hopefully be my last release using the old (2.6.17) indirect radix-tree, and I'll switch to the direct radix-tree in future. Changes since last release: - lots of radix-tree cleanups and bugs fixed - radix-tree tag lookups may be lockless - added some missing memory barriers - lockless pagevec_lookup_tag The last item allowed me to remove the last few read-lockers, which is nice.