aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@suse.cz>2010-12-20 18:50:13 +0100
committerMiklos Szeredi <mszeredi@suse.cz>2010-12-20 18:50:13 +0100
commit6646f6bed397eb4231258d1c812848866ad2e6dd (patch)
tree0d0603e8048e1675b5e9a7e5c085895187a22c83 /ChangeLog
parent8a92fde75d54ee85a98f6b068e057b36959a3afb (diff)
downloadlibfuse-6646f6bed397eb4231258d1c812848866ad2e6dd.tar.gz
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
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 <miklos@szeredi.hu>
* Highlevel lib: use dynamically resized hash table for looking up