diff options
author | Miklos Szeredi <mszeredi@suse.cz> | 2010-12-20 18:50:13 +0100 |
---|---|---|
committer | Miklos Szeredi <mszeredi@suse.cz> | 2010-12-20 18:50:13 +0100 |
commit | 6646f6bed397eb4231258d1c812848866ad2e6dd (patch) | |
tree | 0d0603e8048e1675b5e9a7e5c085895187a22c83 /ChangeLog | |
parent | 8a92fde75d54ee85a98f6b068e057b36959a3afb (diff) | |
download | libfuse-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |