summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_aio_linux.c
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+2
* s3: Add aio_fsync to the aio_linux moduleVolker Lendecke2012-07-181-0/+44
* s3: Convert aio_linux to pread/pwrite_send/recvVolker Lendecke2012-07-181-543/+100
* s3-linux-aio: Fix error handlingVolker Lendecke2012-07-171-4/+2
* Fix return_fn when aio was cancelled. We need to return -1, errno = ECANCELED.Jeremy Allison2012-04-121-0/+5
* Fix the same bug reported by Kirill Malkin <kirill.malkin@starboardstorage.co...Jeremy Allison2012-04-121-4/+24
* s3: Fix a typoVolker Lendecke2012-04-121-1/+1
* Add a new module, aio_linux which implements Linux kernel aio support. Docs t...Jeremy Allison2012-04-111-0/+730