s3:vfs_default: optimize vfswrap_asys_finished() and read as much as we can
[kai/samba.git] / source3 / modules / vfs_aio_pthread.c
2012-07-18 Volker Lendeckes3: Move the aio_pthread read/write functionality to...
2012-07-18 Volker Lendeckes3:vfs_aio_pthread: Convert to libasys
2012-07-13 Jeremy AllisonUse HAVE_FSYNC, we bothered to test for it.
2012-07-12 Jeremy AllisonLinux-specific optimization in aio_open code.
2012-07-12 Jeremy AllisonAdd an optimization to pthread aio writes to also do...
2012-07-11 Jeremy AllisonAdd in the threaded async open engine.
2012-07-03 Jeremy AllisonAllow init_aio_threadpool() to be setup for different...
2012-06-25 Volker Lendeckes3: Fix a typo
2012-06-25 Volker Lendeckes3: Avoid a call to server_event_context()
2012-04-12 Jeremy AllisonFix return_fn when aio was cancelled. We need to return...
2012-04-11 Jeremy AllisonSimplify the logic around doing an immediate event...
2012-04-09 Volker Lendeckes3: Initialize aio_pending_size from aio_pthread
2012-01-26 Jeremy AllisonUse sys_pread/sys_pwrite to cope correctly with 64...
2012-01-25 Volker Lendeckes3: Fix a panic in aio_pthread
2012-01-18 Volker Lendeckes3-aio-pthread: num threads should be int
2012-01-12 Jeremy AllisonEnsure we always free aio_ex on all error paths by...
2012-01-10 Volker Lendeckes3-aio_pthread: Fix the build
2012-01-10 Volker Lendeckes3-aio_pthread: Make "pd_list" static
2012-01-06 Jeremy AllisonRemove the commented out code.
2012-01-06 Jeremy AllisonAdd "aio num threads" parameter to allow manual configu...
2012-01-06 Jeremy AllisonAdd a sys_get_number_of_cores() function that calls...
2012-01-05 Jeremy AllisonAdd some debug to vfs_aio_pthread so I can see when...
2012-01-05 Jeremy AllisonAdd S3 vfs_aio_pthread module to replace broken glibc...