]> git.proxmox.com Git - qemu.git/history - block
qcow2: Fix error handling for reading compressed clusters
[qemu.git] / block /
2011-02-11 Kevin Wolfqcow2: Fix error handling for reading compressed clusters
2011-02-11 Kevin Wolfqcow2: Fix error handling for immediate backing file...
2011-02-11 Chunqiang TangQCOW2: bug fix - read base image beyond its size
2011-02-07 Stefan Weilblock/vdi: Fix wrong size in conditionally used memset...
2011-02-07 Kevin Wolfqcow2: Really use cache=unsafe for image creation
2011-02-01 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'spice/spice.v29.pull' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'spice/usb.5' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'amit/for-anthony' into staging
2011-01-31 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-31 Blue Swirlqcow2-refcount: remove write-only variables
2011-01-31 Kevin Wolfraw-win32: Fix bdrv_flush return value
2011-01-31 Stefan Hajnocziqed: Images with backing file do not require QED_F_NEED...
2011-01-31 Kevin Wolfqcow2: Add bdrv_discard support
2011-01-31 MORITA Kazutakasheepdog: support creating images on remote hosts
2011-01-31 Jes SorensenReorganize struct Qcow2Cache for better struct packing
2011-01-24 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2011-01-24 Stefan Hajnocziqed: Refuse to create images on block devices
2011-01-24 Kevin Wolfqcow2: Batch flushes for COW
2011-01-24 Kevin Wolfqcow2: Use QcowCache
2011-01-24 Kevin Wolfqcow2: Add QcowCache
2011-01-24 Aurelien Jarnoqcow2: fix unaligned access
2011-01-21 Aurelien JarnoMerge branch 'usb.4' of git://anongit.freedesktop.org...
2011-01-20 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-12 Blue Swirlvpc: fix a file descriptor leak
2011-01-12 Blue Swirlvvfat: fix a file descriptor leak
2010-12-27 Aurelien JarnoMerge branch 'spice.v23.pull' of git://anongit.freedesk...
2010-12-17 Jes SorensenAdd proper -errno error return values to qcow2_open()
2010-12-17 Jes Sorensenblock/qcow2.c: rename qcow_ functions to qcow2_
2010-12-17 Stefan Hajnocziqed: Consistency check support
2010-12-17 Stefan Hajnocziqed: Read/write support
2010-12-17 Stefan Hajnocziqed: Table, L2 cache, and cluster functions
2010-12-17 Stefan Hajnocziqed: Add QEMU Enhanced Disk image format
2010-12-17 Christoph Hellwigraw-posix: add discard support
2010-12-17 Christoph Hellwigblock: add discard support
2010-12-17 Anthony LiguoriMerge remote branch 'arm/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-12-14 Christian Brunnerceph/rbd block driver for qemu-kvm
2010-12-01 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2010-11-30 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-11-26 Christoph Hellwigraw-posix: raw_pwrite comment fixup
2010-11-24 Kevin Wolfblock: Remove unused s->hd in various drivers
2010-11-16 Anthony LiguoriMerge remote branch 'spice/bugfix.2' into staging
2010-11-07 Blue SwirlFix win32 build
2010-11-04 Blue Swirlblock: avoid a warning on 64 bit hosts with long as...
2010-11-04 Kevin Wolfqcow2: Invalidate cache after failed read
2010-11-04 Kevin Wolfvpc: Implement bdrv_flush
2010-11-04 Kevin Wolfblock: Allow bdrv_flush to return errors
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-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-10-26 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-10-26 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-10-23 Blue Swirlqemu-timer: move commonly used timer code to qemu-timer...
2010-10-22 Stefan Weilblock: Use GCC_FMT_ATTR and fix a format error
2010-10-22 edisonCopy snapshots out of QCOW2 disk
2010-10-22 Kevin Wolfqcow2: Remove old image creation function
2010-10-22 Kevin Wolfqcow2: Simplify image creation
2010-10-22 Stefan Hajnocziqcow2: Support exact L1 table growth
2010-10-13 Blue Swirlblock: avoid a write only variable
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-03 Stefan Weilblock/vvfat: Fix compiler warning in debug code
2010-09-22 Anthony Liguoriblock-verify: fix 32-bit build
2010-09-21 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-09-21 Stefan Hajnocziblkverify: Add block driver for verifying I/O
2010-09-21 Kevin Wolfqcow2: Avoid bounce buffers for AIO write requests
2010-09-21 Kevin Wolfqcow2: Avoid bounce buffers for AIO read requests
2010-09-21 Kevin Wolfqcow2: Get rid of additional sync on COW
2010-09-21 Kevin Wolfqcow2: Move sync out of qcow2_alloc_clusters
2010-09-21 Kevin Wolfqcow2: Move sync out of update_refcount
2010-09-21 Kevin Wolfqcow2: Move sync out of write_refcount_block_entries
2010-09-21 Laurent Viviernbd: correctly manage default port
2010-09-21 Christoph Hellwigraw-posix: handle > 512 byte alignment correctly
2010-09-21 Kevin Wolfvvfat: Use cache=unsafe
2010-09-21 Kevin Wolfvvfat: Fix double free for opening the image rw
2010-09-21 Kevin Wolfvvfat: Fix segfault on write to read-only disk
2010-09-20 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-09-18 Blue Swirlblkdebug: fix enum comparison
2010-09-08 Anthony LiguoriRevert "Make default invocation of block drivers safer...
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-09-08 Kevin Wolfqcow2: Remove unnecessary flush after L2 write
2010-09-08 Bernhard Kohlraw-posix: improve detection of scsi-generic devices
2010-09-08 Kevin Wolfraw-posix: Don't use file name for host_cdrom detection...
2010-08-30 Laurent Viviernbd: Introduce NBD named exports.
2010-08-30 Loïc Miniervvfat: fat_chksum(): fix access above array bounds
2010-08-30 Izumi Tsutsuisheepdog: remove unnecessary includes
2010-08-23 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-08-09 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-08-03 Kevin Wolfblock: Fix bdrv_has_zero_init
2010-07-26 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-07-25 Stefan Weilblock: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_...
2010-07-16 Anthony LiguoriMerge remote branch 'origin/master' into staging
2010-07-15 Anthony LiguoriMerge remote branch 'origin/master' into staging
2010-07-15 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-15 Anthony LiguoriMake default invocation of block drivers safer (v3)
2010-07-07 MORITA Kazutakasheepdog: fix compile error on systems without TCP_CORK
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
next