summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_aio_linux.c
AgeCommit message (Expand)AuthorFilesLines
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