]> git.proxmox.com Git - qemu.git/history - block
Version 1.0.1
[qemu.git] / block /
2012-01-10 Justin M. ForbesMerge branch 'master' of ssh://git.qemu.org/pub/git...
2012-01-10 Josh Durginrbd: always set out parameter in qemu_rbd_snap_list
2011-11-28 Anthony LiguoriMerge remote-tracking branch 'kwolf/block-stable' into...
2011-11-23 Kevin Wolfvpc: Add missing error handling in alloc_block
2011-11-23 Kevin Wolfvdi: Fix memory leak
2011-11-23 Kevin Wolfvvfat: Add migration blocker
2011-11-23 Kevin Wolfvpc: Add migration blocker
2011-11-23 Kevin Wolfvmdk: Add migration blocker
2011-11-23 Kevin Wolfvdi: Add migration blocker
2011-11-23 Kevin Wolfqcow: Add migration blocker
2011-11-22 Dong Xu Wangsheepdog: Avoid deadlock in error path
2011-11-21 Stefan WeilInclude zlib.h using #include <>
2011-11-21 Anthony Liguoriqed: add migration blocker (v2)
2011-11-21 Anthony Liguoriqcow2: implement bdrv_invalidate_cache (v2)
2011-11-19 Blue SwirlMerge branch 'ppc-1.0' of git://repo.or.cz/qemu/agraf
2011-11-11 Anthony LiguoriMerge remote-tracking branch 'kwolf/block-stable' into...
2011-11-11 Kevin Wolfblock: Introduce bdrv_co_flush_to_os
2011-11-11 Kevin Wolfblock: Rename bdrv_co_flush to bdrv_co_flush_to_disk
2011-11-11 Charles Arnoldblock: Fix vpc initialization of the Dynamic Disk Header
2011-11-11 Kevin Wolfvvfat: Fix read-write mode
2011-11-07 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-11-04 Paolo Bonzinivvfat: reorganize computation of disk geometry
2011-11-04 Paolo Bonzinivvfat: do not hardcode sector counts in error message
2011-11-04 Paolo Bonzinivvfat: unify and correct computation of sector count
2011-11-04 Paolo Bonzinivvfat: need to use first_sectors_number to distinguish...
2011-11-04 Paolo Bonzinivvfat: do not fail if the disk has spare sectors
2011-11-04 Paolo Bonzinivvfat: fix out of bounds array_get usage
2011-11-04 Dong Xu Wangblock/cloop: Use g_free instead of free
2011-11-04 Dong Xu Wangblock/cloop: Fix coding style
2011-11-02 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/int12...
2011-11-01 Blue SwirlMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2011-10-31 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2011-10-31 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-10-31 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream-7...
2011-10-31 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
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-28 Dong Xu Wangblock: fix qcow2_co_flush deadlock
2011-10-28 Kevin Wolfvmdk: Fix possible segfaults
2011-10-28 Kevin Wolfvmdk: Improve error handling
2011-10-28 Kevin Wolfvmdk: Fix use of uninitialised value
2011-10-28 Kevin Wolfqcow: Fix bdrv_write_compressed error handling
2011-10-28 Eric SunshineTeach block/vdi about "discarded" (no longer allocated...
2011-10-28 Ronnie SahlbergiSCSI block driver
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-26 Pavel Borzenkovqed: remove unneeded variable assignment
2011-10-26 Pavel Borzenkovqed: don't pass NULL to memcpy
2011-10-26 Pavel Borzenkovvmdk: vmdk_read_cid returns garbage if p_name is NULL
2011-10-26 Pavel Borzenkovvmdk: remove unneeded variable assignment
2011-10-21 Paolo Bonziniblock: change discard to co_discard
2011-10-21 Paolo Bonziniblock: change flush to co_flush
2011-10-21 Paolo Bonziniblock: take lock around bdrv_write implementations
2011-10-21 Paolo Bonziniblock: take lock around bdrv_read implementations
2011-10-21 Paolo Bonziniblock: add a CoMutex to synchronous read drivers
2011-10-21 Paolo Bonzinivmdk: clean up open
2011-10-21 Paolo Bonzinivmdk: fix return values of vmdk_parent_open
2011-10-21 Kevin Wolfqcow2: Fix bdrv_write_compressed error handling
2011-10-21 Paolo Bonziniblock: add bdrv_co_discard and bdrv_aio_discard support
2011-10-21 Stefan Hajnocziblock: drop redundant bdrv_flush implementation
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 Stefan Hajnocziblock: use coroutine interface for raw format
2011-10-14 Stefan Hajnocziraw-posix: remove bdrv_read()/bdrv_write()
2011-10-14 Stefan Weilblock/qcow: Fix use of free() instead of g_free()
2011-10-14 Dong Xu Wangsheepdog: correct spelling
2011-10-11 Kevin Wolfvvfat: Fix potential buffer overflow
2011-10-11 Stefan Weilblock/vvfat: Remove unused code
2011-10-11 Stefan Weilblock/vvfat: Fix potential memory leaks and other memor...
2011-10-11 Christoph Hellwigblock: allow resizing of images residing on host devices
2011-10-10 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2011-10-10 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-10-10 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/uq/master...
2011-10-09 Avi KivityMerge remote-tracking branch 'upstream' into memory...
2011-10-08 Blue SwirlMerge branch 'for-upstream' of git://git.serverraum...
2011-10-08 Blue SwirlMerge branch 'tracing' of git://repo.or.cz/qemu/stefanha
2011-10-05 Stefan Hajnocziqed: fix use-after-free during l2 cache commit
2011-09-26 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2011-09-22 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-09-22 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/core...
2011-09-22 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/batch...
2011-09-21 Nick Thomasblock/curl: Don't finish AIOCBs too early
2011-09-21 Nick Thomasblock/curl: Implement a flush function on the fd handlers
2011-09-20 Anthony LiguoriMerge remote-tracking branch 'mst-tmp/for_anthony'...
2011-09-20 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-09-20 Anthony LiguoriMerge remote-tracking branch 'kiszka/queues/slirp'...
2011-09-20 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2011-09-20 Sage Weilrbd: allow escaping in config string
2011-09-20 Sage Weilrbd: call flush, if available
2011-09-20 Sage Weilrbd: update comment heading
2011-09-20 Sage Weilrbd: ignore failures when reading from default conf...
2011-09-20 Fam ZhengVMDK: fix leak of extent_file
2011-09-19 Kevin Wolfraw-posix: Fix bdrv_flush error return values
2011-09-19 Paolo Bonzininbd: support feature negotiation
2011-09-16 Stefan WeilRemove blanks before \n in output strings
2011-09-15 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/core...
next