]> git.ipfire.org Git - thirdparty/qemu.git/history - posix-aio-compat.c
Merge remote branch 'qemu-kvm/uq/master' into staging
[thirdparty/qemu.git] / posix-aio-compat.c
2010-11-01  Anthony LiguoriMerge remote branch 'spice/config.2' into staging
2010-11-01  Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-10-30  Jes SorensenMove qemu_gettimeofday() to OS specific files
2010-10-27  Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-10-11  Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-10-05  Anthony LiguoriMerge remote branch 'spice/submit.6' into staging
2010-10-05  Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-10-05  Stefan WeilFix spelling in comments
2010-09-21  Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-09-21  Christoph Hellwiguse qemu_blockalign consistently
2010-09-09  Stefan Hajnoczitrace: Trace virtio-blk, multiwrite, and paio_submit
2010-09-08  Anthony LiguoriMerge remote branch 'agraf/ppc-next' into staging
2010-09-08  Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-08-30  Andrew de Quinceyposix-aio-compat: Fix async_conmtext for ioctl
2010-06-10  Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-06-03  Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-28  Stefan Hajnocziposix-aio-compat: Expand tabs that have crept in
2010-01-26  Kirill A. Shutemovposix-aio-compat.c: fix warning with _FORTIFY_SOURCE
2009-12-03  Kevin Wolfposix-aio-compat: Fix error check
2009-12-03  Kevin WolfDon't leak file descriptors
2009-10-30  Kevin WolfRemove aio_ctx from paio_* interface
2009-10-27  Kevin Wolfposix-aio-compat: Honour AsyncContext
2009-10-27  Kevin WolfAdd qemu_aio_process_queue()
2009-10-27  Kevin Wolfposix-aio-compat: Split out posix_aio_process_queue
2009-09-27  malcposix-aio-compat: avoid signal race when spawning a...
2009-09-12  Blue SwirlFix sys-queue.h conflict for good
2009-09-12  Blue SwirlUnbreak BSD: use qemu_fdatasync instead of fdatasync
2009-09-11  Christoph Hellwigblock: add aio_flush operation
2009-08-28  Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-08-28  Christoph Hellwigraw-posix: refactor AIO support
2009-07-27  Juan Quintelarename HAVE_PREADV to CONFIG_PREADV
2009-05-08  Christoph Hellwigfix asynchronous ioctls
2009-04-07  aliguorinative preadv/pwritev support (Christoph Hellwig)
2009-04-07  aliguoripush down vector linearization to posix-aio-compat...
2009-03-28  aliguorinew scsi-generic abstraction, use SG_IO (Christoph...
2009-02-21  malcProperly handle pthread_cond_timedwait timing out
2009-02-21  malcCosmetics
2009-02-21  malcAvoid thundering herd problem
2009-02-21  malcAvoid infinite loop around timed condition variable
2009-02-21  malcError checking
2009-01-24  blueswir1Rename sigev_signo to avoid FreeBSD problems (Juergen...
2009-01-17  blueswir1Use kill instead of sigqueue: re-enables AIO on OpenBSD
2009-01-13  aliguoriFix race in POSIX AIO emulation (Jan Kiszka)
2008-12-13  blueswir1Remove unnecessary trailing newlines
2008-12-12  aliguoriReplace posix-aio with custom thread pool