diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2010-11-10 11:41:21 +0100 |
---|---|---|
committer | Miklos Szeredi <mszeredi@suse.cz> | 2010-11-10 11:41:21 +0100 |
commit | df31f2b11efd0d024f12c7035ab0d3646ad9c7c6 (patch) | |
tree | f10c9bfd6f4fea26681ccba13541f622eb683844 /ChangeLog | |
parent | 4367f2df5038e369fef031e49448745e7065d179 (diff) | |
download | libfuse-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |