summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_aio_linux.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-19s3:modules: s/struct fd_event/struct tevent_fdStefan Metzmacher1-3/+3
2013-02-19s3:modules: s/struct event_context/struct tevent_contextStefan Metzmacher1-2/+2
2012-07-18s3: Add aio_fsync to the aio_linux moduleVolker Lendecke1-0/+44
2012-07-18s3: Convert aio_linux to pread/pwrite_send/recvVolker Lendecke1-543/+100
2012-07-17s3-linux-aio: Fix error handlingVolker Lendecke1-4/+2
2012-04-12Fix return_fn when aio was cancelled. We need to return -1, errno = ECANCELED.Jeremy Allison1-0/+5
2012-04-12Fix the same bug reported by Kirill Malkin <kirill.malkin@starboardstorage.co...Jeremy Allison1-4/+24
2012-04-12s3: Fix a typoVolker Lendecke1-1/+1
2012-04-11Add a new module, aio_linux which implements Linux kernel aio support. Docs t...Jeremy Allison1-0/+730