]> git.proxmox.com Git - qemu.git/history - block/sheepdog.c
Merge remote-tracking branch 'mjt/mjt-iov2' into staging
[qemu.git] / block / sheepdog.c
2012-07-09 Anthony LiguoriMerge remote-tracking branch 'mjt/mjt-iov2' into staging
2012-07-09 Anthony LiguoriMerge remote-tracking branch 'quintela/migration-anthon...
2012-07-09 Anthony LiguoriMerge remote-tracking branch 'kiszka/queues/slirp'...
2012-07-09 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-07-09 MORITA Kazutakasheepdog: traverse pending_list from the first for...
2012-07-09 MORITA Kazutakasheepdog: split outstanding list into inflight and...
2012-07-09 MORITA Kazutakasheepdog: make sure we don't free aiocb before sending...
2012-07-09 MORITA Kazutakasheepdog: use coroutine based socket functions in corou...
2012-07-09 MORITA Kazutakasheepdog: restart I/O when socket becomes ready in...
2012-07-09 MORITA Kazutakasheepdog: fix dprintf format strings
2012-06-24 Blue SwirlMerge branch 's390-for-upstream' of git://repo.or.cz...
2012-06-18 Anthony LiguoriMerge remote-tracking branch 'afaerber-or/qom-next...
2012-06-18 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2012-06-18 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-06-15 MORITA Kazutakasheepdog: add coroutine_fn markers to coroutine functions
2012-06-11 Michael Tokarevcleanup qemu_co_sendv(), qemu_co_recvv() and friends
2012-06-11 Anthony LiguoriMerge remote-tracking branch 'sstabellini/for_1.1.1...
2012-06-02 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2012-06-02 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-05-30 MORITA Kazutakasheepdog: fix return value of do_load_save_vm_state
2012-05-29 Anthony LiguoriMerge remote-tracking branch 'afaerber-or/cocoa-for...
2012-05-29 Anthony LiguoriMerge remote-tracking branch 'sstabellini/for_1.1_rc3...
2012-05-29 Anthony LiguoriMerge remote-tracking branch 'mdroth/qga-pull-5-24...
2012-05-29 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-05-25 MORITA Kazutakasheepdog: use heap instead of stack for BDRVSheepdogState
2012-05-25 MORITA Kazutakasheepdog: return -errno on error
2012-05-25 MORITA Kazutakasheepdog: mark image as snapshot when tag is specified
2012-05-10 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2012-05-08 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2012-05-08 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-05-07 MORITA Kazutakasheepdog: switch to writethrough mode if cluster doesn...
2012-04-26 Anthony LiguoriMerge remote-tracking branch 'amit/master' into staging
2012-04-23 Anthony LiguoriMerge remote-tracking branch 'origin/master' into staging
2012-04-23 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2012-04-23 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-04-19 Paolo Bonziniaio: remove process_queue callback and qemu_aio_process...
2012-04-10 Anthony LiguoriMerge commit 'ff71f2e8cacefae99179993204172bc65e4303df...
2012-04-10 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2012-04-10 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-04-05 Liu Yuansheepdog: fix send req helpers
2012-04-05 Liu Yuansheepdog: implement SD_OP_FLUSH_VDI operation
2012-03-01 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/core...
2012-02-23 Kevin WolfMerge qemu-iotests into for-anthony
2012-02-17 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2012-02-16 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2012-02-16 Anthony LiguoriMerge remote-tracking branch 'kraxel/vnc.2' into staging
2012-02-16 Anthony LiguoriMerge remote-tracking branch 'kiszka/queues/slirp'...
2012-02-15 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.38' into staging
2012-02-15 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-02-09 MORITA Kazutakasheepdog: fix co_recv coroutine context
2012-01-19 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v47' into...
2012-01-19 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.37' into staging
2012-01-13 Paolo Bonziniprepare for future GPLv2+ relicensing
2012-01-03 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/page_desc...
2011-12-27 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream'...
2011-12-27 Anthony LiguoriMerge remote-tracking branch 'bonzini/nbd-for-anthony...
2011-12-22 Paolo Bonzinimove corking functions to osdep.c
2011-12-22 Paolo Bonzinisheepdog: move coroutine send/recv function to generic...
2011-12-19 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/mutators...
2011-12-05 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-12-05 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/batch...
2011-12-05 Dong Xu Wangblock: Add coroutine_fn marker to coroutine functions
2011-11-28 Anthony LiguoriMerge remote-tracking branch 'kwolf/block-stable' into...
2011-11-22 Dong Xu Wangsheepdog: Avoid deadlock in error path
2011-11-02 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/int12...
2011-10-31 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/uq/master...
2011-10-31 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-10-31 Anthony LiguoriMerge remote-tracking branch 'alon/pull-libcacard-asser...
2011-10-31 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v45' into...
2011-10-26 Andrzej ZaborowskiMerge branch 'target-arm.for-upstream' of git://git...
2011-10-26 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-10-21 Paolo Bonzinisheepdog: add coroutine_fn markers
2011-10-20 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream-6...
2011-10-14 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-10-14 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-10-14 Dong Xu Wangsheepdog: correct spelling
2011-09-08 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream-3...
2011-09-01 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-09-01 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/core...
2011-08-29 Edgar E. IglesiasMerge branch 'omap-for-upstream' of git://git.linaro...
2011-08-29 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-08-24 MORITA Kazutakasheepdog: use coroutines
2011-08-21 Anthony LiguoriMerge remote-tracking branch 'pmaydell/armhw-for-upstre...
2011-08-21 Blue SwirlMerge branch 'queues/slirp' of git://git.kiszka.org...
2011-08-21 Anthony LiguoriUse glib memory allocation and free functions
2011-08-05 malcMerge branch 'master' of git://git.qemu.org/qemu
2011-08-04 Anthony LiguoriMerge remote-tracking branch 'mst/for_anthony' into...
2011-07-29 Anthony LiguoriMerge remote-tracking branch 'alon/pull-libcacard.afe...
2011-07-29 Anthony LiguoriMerge remote-tracking branch 'kraxel/migration.2' into...
2011-07-25 Blue SwirlWrap recv to avoid warnings
2011-07-22 malcMerge branch 'master' of git://git.qemu.org/qemu
2011-07-22 Anthony LiguoriMerge remote-tracking branch 'origin/master' into staging
2011-07-22 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v39' into...
2011-07-22 Anthony LiguoriMerge remote-tracking branch 'qmp/for-anthony' into...
2011-07-22 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.21' into staging
2011-07-22 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-07-20 Blue SwirlMerge branch 'for-upstream' of git://git.linaro.org...
2011-07-18 MORITA Kazutakasheepdog: add full data preallocation support
2011-07-01 Blue SwirlMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.17' into staging
next