diff options
author | Miklos Szeredi <mszeredi@suse.cz> | 2011-05-19 15:26:37 +0200 |
---|---|---|
committer | Miklos Szeredi <mszeredi@suse.cz> | 2011-05-19 15:26:37 +0200 |
commit | d915a6b4a84ae6e82f3756df9ca695395e5aacfe (patch) | |
tree | 9755b85c71fc7392b6253ba4715fc6fe3a08390b /ChangeLog | |
parent | 9c526a7a54b90608463380deffe94e1c9d17db15 (diff) | |
download | libfuse-d915a6b4a84ae6e82f3756df9ca695395e5aacfe.tar.gz |
Allow batching of forget requests
This allows forget requests to be processed faster and doesn't require
a modification to fuse filesystems. Reported by Terje Malmedal
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -46,6 +46,12 @@ * Highlevel lib: use dynamically resized hash table for looking up by name and node ID. +2010-12-07 Miklos Szeredi <miklos@szeredi.hu> + + * Allow batching of forget requests. This allows forget requests + to be processed faster and doesn't require a modification to fuse + filesystems. Reported by Terje Malmedal + 2010-11-10 Miklos Szeredi <miklos@szeredi.hu> * Add new write_buf() method to the highlevel API. Similarly to |