summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_aio_pthread.c
Commit message (Expand)AuthorAgeFilesLines
* Fix return_fn when aio was cancelled. We need to return -1, errno = ECANCELED.Jeremy Allison2012-04-121-0/+5
* Simplify the logic around doing an immediate event reschedule.Jeremy Allison2012-04-111-23/+7
* s3: Initialize aio_pending_size from aio_pthreadVolker Lendecke2012-04-091-19/+22
* Use sys_pread/sys_pwrite to cope correctly with 64-bit sizes. As in the defau...Jeremy Allison2012-01-261-2/+16
* s3: Fix a panic in aio_pthreadVolker Lendecke2012-01-251-1/+1
* s3-aio-pthread: num threads should be intVolker Lendecke2012-01-181-4/+2
* Ensure we always free aio_ex on all error paths by moving the TALLOC_FREEJeremy Allison2012-01-121-1/+2
* s3-aio_pthread: Fix the buildVolker Lendecke2012-01-101-1/+1
* s3-aio_pthread: Make "pd_list" staticVolker Lendecke2012-01-101-1/+1
* Remove the commented out code.Jeremy Allison2012-01-061-52/+1
* Add "aio num threads" parameter to allow manual configuration ofJeremy Allison2012-01-061-16/+15
* Add a sys_get_number_of_cores() function that calls sysconf or sysctlJeremy Allison2012-01-061-2/+13
* Add some debug to vfs_aio_pthread so I can see when jobs start and stop.Jeremy Allison2012-01-051-0/+16
* Add S3 vfs_aio_pthread module to replace broken glibc aio code.Jeremy Allison2012-01-051-0/+637