From d915a6b4a84ae6e82f3756df9ca695395e5aacfe Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Thu, 19 May 2011 15:26:37 +0200 Subject: 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 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f836222..ef22dd1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -46,6 +46,12 @@ * Highlevel lib: use dynamically resized hash table for looking up by name and node ID. +2010-12-07 Miklos Szeredi + + * 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 * Add new write_buf() method to the highlevel API. Similarly to -- cgit v1.2.3