summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_aio_pthread.c
Commit message (Expand)AuthorAgeFilesLines
* pthreadpool: Allow multiple jobs to be receivedVolker Lendecke2014-03-271-2/+2
* s3:modules: s/event_add_fd/tevent_add_fd and s/EVENT_FD_/TEVENT_FD_Stefan Metzmacher2013-02-191-1/+1
* s3:modules: s/struct fd_event/struct tevent_fdStefan Metzmacher2013-02-191-3/+3
* s3:modules: s/struct event_context/struct tevent_contextStefan Metzmacher2013-02-191-3/+3
* s3: Move the aio_pthread read/write functionality to vfs_defaultVolker Lendecke2012-07-181-160/+0
* s3:vfs_aio_pthread: Convert to libasysVolker Lendecke2012-07-181-524/+122
* Use HAVE_FSYNC, we bothered to test for it.Jeremy Allison2012-07-131-0/+2
* Linux-specific optimization in aio_open code.Jeremy Allison2012-07-131-0/+22
* Add an optimization to pthread aio writes to also do fsync if requested.Jeremy Allison2012-07-121-0/+15
* Add in the threaded async open engine.Jeremy Allison2012-07-111-0/+393
* Allow init_aio_threadpool() to be setup for different threadpool handles with...Jeremy Allison2012-07-031-10/+19
* s3: Fix a typoVolker Lendecke2012-06-251-1/+1
* s3: Avoid a call to server_event_context()Volker Lendecke2012-06-251-1/+1
* 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