summaryrefslogtreecommitdiff
path: root/posix-aio-compat.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-14Merge commit '9257d46d55f1fe4e8209be9a6870e339ac3266fe' into upstream-mergeMarcelo Tosatti1-0/+5
2011-03-07trace: Trace posix-aio-compat.c completion and cancellationStefan Hajnoczi1-0/+5
2010-11-14Merge remote branch 'upstream' into upstream-mergeAvi Kivity1-0/+1
2010-10-30Move qemu_gettimeofday() to OS specific filesJes Sorensen1-0/+1
2010-10-18Merge commit '38cc9b607f85017b095793cab6c129bc9844f441' into upstream-mergeMarcelo Tosatti1-1/+1
2010-10-05Fix spelling in commentsStefan Weil1-1/+1
2010-09-23Merge commit '9c9e7d51bf01afdd4902bc9832c4a6ec19f68d0b' into upstream-mergeMarcelo Tosatti1-1/+1
2010-09-23Merge commit 'bf1b00712375bea65f2254dea8281fa646eebbd5' into upstream-mergeMarcelo Tosatti1-0/+2
2010-09-23Merge commit '22890ab5e825601f4c3d5a1a6b4197904e5d1fee' into upstream-mergeMarcelo Tosatti1-0/+1
2010-09-21use qemu_blockalign consistentlyChristoph Hellwig1-1/+1
2010-09-09trace: Trace virtio-blk, multiwrite, and paio_submitStefan Hajnoczi1-0/+2
2010-09-09Revert "qemu-kvm: drop posix-aio-compat.cs signalfd usage"Marcelo Tosatti1-38/+32
2010-09-07qemu-kvm: drop posix-aio-compat.cs signalfd usageMarcelo Tosatti1-32/+38
2010-08-30posix-aio-compat: Fix async_conmtext for ioctlAndrew de Quincey1-0/+1
2010-06-04Merge commit '358c360feb346dff8f911e2d1dbcdd6319393f1d' into upstream-mergeMarcelo Tosatti1-29/+29
2010-05-28posix-aio-compat: Expand tabs that have crept inStefan Hajnoczi1-29/+29
2010-01-26posix-aio-compat.c: fix warning with _FORTIFY_SOURCEKirill A. Shutemov1-1/+4
2009-12-07Merge commit 'd08d6f04d6eeedce5090ff66d0676162d7d8d788' into upstream-mergeAvi Kivity1-9/+9
2009-12-03posix-aio-compat: Fix error checkKevin Wolf1-9/+9
2009-12-03Don't leak file descriptorsKevin Wolf1-1/+1
2009-11-06Merge commit '1e5b9d2fccb205ed8fc84fb38945b8fb3d225640' into upstream-mergeMarcelo Tosatti1-6/+5
2009-10-30Remove aio_ctx from paio_* interfaceKevin Wolf1-6/+5
2009-10-28Merge commit '38c75be3139a117b02350dbda9d48d47aa57fa3d' into upstream-mergeMark McLoughlin1-0/+12
2009-10-28Merge commit '8febfa26846e75d38848255028dfe2d06e5ba941' into upstream-mergeMark McLoughlin1-1/+2
2009-10-28Merge commit '59c7b155aa6e1cbfe8a92e2322ea59ab31965c10' into upstream-mergeMark McLoughlin1-27/+38
2009-10-27Add qemu_aio_process_queue()Kevin Wolf1-1/+2
2009-10-27posix-aio-compat: Honour AsyncContextKevin Wolf1-0/+12
2009-10-27posix-aio-compat: Split out posix_aio_process_queueKevin Wolf1-16/+27
2009-09-29Merge commit 'ee3993069ff55fa6f1c64daf1e09963e340db8e4' into upstream-mergeMarcelo Tosatti1-5/+9
2009-09-27posix-aio-compat: avoid signal race when spawning a threadmalc1-5/+9
2009-09-14Merge commit '72cf2d4f0e181d0d3a3122e04129c58a95da713e' into upstream-mergeMarcelo Tosatti1-11/+11
2009-09-14Merge commit '1a621c8dc9e4dcc9d385bdd2c24c5b5dbfd0ebe4' into upstream-mergeMarcelo Tosatti1-2/+17
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl1-10/+10
2009-09-12Unbreak BSD: use qemu_fdatasync instead of fdatasyncBlue Swirl1-1/+1
2009-09-11block: add aio_flush operationChristoph Hellwig1-2/+17
2009-08-30Merge commit '9ef91a677110ec200d7b2904fc4bcae5a77329ad' into upstream-mergeAvi Kivity1-73/+249
2009-08-27raw-posix: refactor AIO supportChristoph Hellwig1-73/+252
2009-07-27rename HAVE_PREADV to CONFIG_PREADVJuan Quintela1-2/+2
2009-05-08fix asynchronous ioctlsChristoph Hellwig1-1/+10
2009-04-07native preadv/pwritev support (Christoph Hellwig)aliguori1-2/+83
2009-04-07push down vector linearization to posix-aio-compat.c (Christoph Hellwig)aliguori1-26/+92
2009-03-28new scsi-generic abstraction, use SG_IO (Christoph Hellwig)aliguori1-34/+66
2009-02-21Properly handle pthread_cond_timedwait timing outmalc1-1/+1
2009-02-21Cosmeticsmalc1-11/+13
2009-02-21Avoid thundering herd problemmalc1-4/+4
2009-02-21Avoid infinite loop around timed condition variablemalc1-6/+7
2009-02-21Error checkingmalc1-24/+72
2009-01-24Rename sigev_signo to avoid FreeBSD problems (Juergen Lock)blueswir11-1/+1
2009-01-17Use kill instead of sigqueue: re-enables AIO on OpenBSDblueswir11-3/+1
2009-01-13Fix race in POSIX AIO emulation (Jan Kiszka)aliguori1-7/+2