aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2010-11-10 11:41:21 +0100
committerMiklos Szeredi <mszeredi@suse.cz>2010-11-10 11:41:21 +0100
commitdf31f2b11efd0d024f12c7035ab0d3646ad9c7c6 (patch)
treef10c9bfd6f4fea26681ccba13541f622eb683844 /ChangeLog
parent4367f2df5038e369fef031e49448745e7065d179 (diff)
downloadlibfuse-df31f2b11efd0d024f12c7035ab0d3646ad9c7c6.tar.gz
add write_buf method to high level API
Add new write_buf() method to the highlevel API. Similarly to the lowlevel write_buf() method, this allows implementing zero copy writes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 52a000a..9057c9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-11-10 Miklos Szeredi <miklos@szeredi.hu>
+
+ * Add new write_buf() method to the highlevel API. Similarly to
+ the lowlevel write_buf() method, this allows implementing zero
+ copy writes.
+
2010-11-08 Miklos Szeredi <miklos@szeredi.hu>
* Fix check for read-only fs in mtab update