]> git.proxmox.com Git - qemu.git/history - posix-aio-compat.c
net: Improve layout of 'info network'
[qemu.git] / posix-aio-compat.c
2011-06-15 Michael S. TsirkinMerge remote-tracking branch 'origin/master' into pci
2011-06-15 Anthony LiguoriMerge remote-tracking branch 'alon/pull-libcacard-1...
2011-06-15 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2011-06-10 Edgar E. IglesiasMerge remote branch 'rth/axp-next' into alpha-merge
2011-06-08 Anthony LiguoriMerge remote-tracking branch 'qmp/for-anthony' into...
2011-06-08 Anthony LiguoriMerge remote-tracking branch 'jvrao/for-anthony' into...
2011-06-08 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v37' into...
2011-06-08 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-06-08 Alexandre RaymondFix compilation warning due to missing header for sigac...
2011-05-25 Anthony LiguoriMerge remote-tracking branch 'kraxel/CVE-2011-1751...
2011-05-18 Kevin Wolfposix-aio-compat: Fix idle_threads counter
2011-03-11 Anthony LiguoriMerge remote branch 'stefanha/tracing' into staging
2011-03-07 Stefan Hajnoczitrace: Trace posix-aio-compat.c completion and cancellation
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