Gmane
Favicon
From: Nick Piggin <npiggin <at> suse.de>
Subject: [patch] 2.6.17: lockless pagecache
Newsgroups: gmane.linux.kernel, gmane.linux.kernel.mm
Date: 2006-06-25 16:39:30 GMT (3 years, 1 week, 2 days, 10 hours and 2 minutes ago)
Updated lockless pagecache patchset available here:

ftp://ftp.kernel.org/pub/linux/kernel/people/npiggin/patches/lockless/2.6.17/lockless.patch.gz

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.