summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-02-21 16:14:08 +0100
committerVolker Lendecke <vl@samba.org>2008-02-29 09:47:53 +0100
commit18206a4cb52fba13253339c1b166d3df27345380 (patch)
tree2356f3ab606b12b4b7d40b890c8b0a69f612a9d1 /WHATSNEW.txt
parentbab27a2ff2600ebfba244cc18a07658ded1ef312 (diff)
downloadsamba-18206a4cb52fba13253339c1b166d3df27345380.tar.gz
samba-18206a4cb52fba13253339c1b166d3df27345380.tar.bz2
samba-18206a4cb52fba13253339c1b166d3df27345380.zip
Add vfs_aio_fork
This is used for two purposes: First, I'm using it to test the async I/O code. In the forked process it is pretty easy to delay a reply for a random amount of time. See the BUILD_FARM_HACKS snippet. Second, there are systems around that claim to have Posix AIO but which is broken. This might be some help for those systems. Also add tests how to pass file descriptors (This used to be commit b0e52cecf2009d4c7f29412dadf17910e54e4327)
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 8c32d9aaaf..76a66b3d29 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -205,6 +205,8 @@ o Volker Lendecke <vl@samba.org>
* Support for storing alternate data streams in xattrs.
* Implement a generic in-memory cache based on rb-trees.
* Add implicit temporary talloc contexts via talloc_stack().
+ * Speed up the smbclient "get" command
+ * Add the aio_fork module
o Stefan Metzmacher <metze@samba.org>