From 6646f6bed397eb4231258d1c812848866ad2e6dd Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Mon, 20 Dec 2010 18:50:13 +0100 Subject: Highlevel lib: add slab allocation for node cache This will allow the memory used by the filesystem to grow and shrink depending on how many inodes are currently cached. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5810807..768857e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ * Highlevel lib: allow hash tables to shrink + * Highlevel lib: add slab allocation for node cache. This will + allow the memory used by the filesystem to grow and shrink + depending on how many inodes are currently cached. + 2010-12-13 Miklos Szeredi * Highlevel lib: use dynamically resized hash table for looking up -- cgit v1.2.3