]> git.proxmox.com Git - qemu.git/history - block
vnc: rename vnc-encoding-* vnc-enc-*
[qemu.git] / block /
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
2010-07-06 MORITA Kazutakablock: add sheepdog driver for distributed storage...
2010-07-06 Markus Armbrusterraw-posix: Fix test for host CD-ROM
2010-07-06 Kevin Wolfqcow2/vdi: Change check to distinguish error cases
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-02 Kevin Wolfblkdebug: Initialize state as 1
2010-07-02 Kevin Wolfblkdebug: Free QemuOpts after having read the config
2010-07-02 Kevin Wolfblkdebug: Fix set_state_opts definition
2010-07-02 Kevin Wolfqcow2: Fix error handling during metadata preallocation
2010-06-22 Kevin Wolfqcow2: Don't try to check tables that couldn't be loaded
2010-06-22 Kevin Wolfqcow2: Fix qemu-img check segfault on corrupted images
2010-06-22 Kevin Wolfvpc: Use bdrv_(p)write_sync for metadata writes
2010-06-22 Kevin Wolfvmdk: Use bdrv_(p)write_sync for metadata writes
2010-06-22 Kevin Wolfqcow2: Use bdrv_(p)write_sync for metadata writes
2010-06-22 Kevin Wolfqcow: Use bdrv_(p)write_sync for metadata writes
2010-06-22 Kevin Wolfcow: Use bdrv_(p)write_sync for metadata writes
2010-06-15 Christoph Hellwigcow: use qemu block API
2010-06-15 Christoph Hellwigcow: stop using mmap
2010-06-15 Christoph Hellwigcow: use pread/pwrite
2010-06-15 Kevin Wolfqcow2: Restore L1 entry on l2_allocate failure
2010-06-15 Kevin Wolfqcow2: Return real error code in load_refcount_block
2010-06-15 Kevin Wolfqcow2: Allow alloc_clusters_noref to return errors
2010-06-15 Kevin Wolfqcow2: Allow get_refcount to return errors
2010-06-15 Kevin Wolfvpc: Read/write multiple sectors at once
2010-06-14 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-14 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-06-13 Paul BrookMove stdbool.h
2010-06-10 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-06-04 Jes SorensenCleanup: raw-posix.c: Be more consistent using BDRV_SEC...
2010-06-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-28 Kevin Wolfqcow2: Fix corruption after error in update_refcount
2010-05-28 Kevin Wolfqcow2: Fix corruption after refblock allocation
2010-05-28 Kevin Wolfqcow2: Return right error code in write_refcount_block_...
2010-05-28 Kevin Wolfqcow2: Change l2_load to return 0/-errno
2010-05-28 Kevin Wolfqcow2: Allow qcow2_get_cluster_offset to return errors
2010-05-28 Kevin Wolfqcow2: Fix error handling in l2_allocate
2010-05-28 Kevin Wolfqcow2: Clear L2 table cache after write error
2010-05-24 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-24 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-05-22 Blue SwirlFix %lld or %llx printf format use
2010-05-21 Kevin Wolfvvfat: More build fixes with DEBUG
2010-05-21 Riccardo Magliocchettivvfat: Fix compilation with DEBUG defined
2010-05-17 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-17 Stefan Weilblock/vdi: Fix image opening and creation for odd disk...
2010-05-17 Christoph Hellwigdmg: use qemu block API
2010-05-17 Christoph Hellwigdmg: use pread
2010-05-17 Christoph Hellwigdmg: fix reading of uncompressed chunks
2010-05-17 Stefan Weilblock/vpc: Fix conversion from size to disk geometry
2010-05-17 Christoph Hellwigparallels: use qemu block API
2010-05-17 Christoph Hellwigparallels: use pread
2010-05-17 Stefan Weilblock/vdi: Allow disk images of size 0
2010-05-17 Kevin Wolfblock: Avoid unchecked casts for AIOCBs
2010-05-17 Christoph Hellwigbochs: use qemu block API
2010-05-17 Christoph Hellwigbochs: use pread
2010-05-17 Christoph Hellwigcloop: use qemu block API
2010-05-17 Christoph Hellwigcloop: use pread
2010-05-07 Kevin Wolfqcow2: Remove static forward declaration
2010-05-07 Kevin WolfRevert "Fix OpenBSD build"
2010-05-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into HEAD
2010-05-03 Stefan Hajnocziqcow2: Implement bdrv_truncate() for growing images
2010-05-03 Kevin Wolfqcow2: Remove abort on free_clusters failure
2010-05-03 Stefan Hajnocziraw-posix: Use pread/pwrite instead of lseek+read/write
2010-05-03 Stefan Hajnocziqcow2: Avoid shadowing variable in alloc_clusters_noref()
2010-05-03 Kevin Wolfvmdk: Convert to bdrv_open
2010-05-03 Kevin Wolfvmdk: Clean up backing file handling
2010-05-03 Kevin Wolfvmdk: Fix COW
2010-05-03 Kevin Wolfblock: Open the underlying image file in generic code
2010-05-03 Christoph Hellwigblock: separate raw images from the file protocol
2010-04-25 Blue SwirlFix dead initialization, spotted by clang analyzer
2010-04-23 Blue SwirlFix OpenBSD build
2010-04-23 Anthony LiguoriMerge remote branch 'origin/master' into staging
2010-04-23 Stefan Hajnocziqcow2: Use QLIST_FOREACH_SAFE macro
2010-04-23 Kevin Wolfqcow2: Return 0/-errno in l2_allocate
2010-04-23 Kevin Wolfqcow2: Return 0/-errno in write_l1_entry
2010-04-23 Kevin Wolfqcow2: Fix error return code in qcow2_alloc_cluster_link_l2
2010-04-23 Kevin Wolfqcow2: Return 0/-errno in write_l2_entries
2010-04-23 Christoph Hellwigblock: split raw_getlength
2010-04-23 Kevin WolfReplace calls of old bdrv_open
2010-04-23 Kevin Wolfqcow2: Fix creation of large images
2010-04-23 Kevin Wolfqcow2: Trigger blkdebug events
2010-04-23 Kevin Wolfblkdebug: Add events and rules
2010-04-23 Kevin Wolfblkdebug: Inject errors
2010-04-23 Kevin Wolfblkdebug: Basic request passthrough
2010-04-14 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-04-10 Christoph Hellwigraw-posix: don't assign bs->read_only
2010-04-09 Kevin Wolfqcow2: Remove request from in-flight list after error
2010-04-09 Kevin Wolfqcow2: Don't ignore immediate read/write failures
2010-03-27 Kevin Wolfraw-posix: Better error return values for hdev_create
2010-03-18 Blue SwirlReplace assert(0) with abort() or cpu_abort()
2010-03-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-13 Blue SwirlFix build with -DNDEBUG in CFLAGS
2010-03-09 Juan Quintelavmdk: share cleanup code
2010-03-09 Juan Quintelavmdk: fix double free
next