aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2010-07-07sheepdog: fix compile error on systems without TCP_CORKMORITA Kazutaka
2010-07-06block: add sheepdog driver for distributed storage supportMORITA Kazutaka
2010-07-06raw-posix: Fix test for host CD-ROMMarkus Armbruster
2010-07-06qcow2/vdi: Change check to distinguish error casesKevin Wolf
2010-07-02blkdebug: Initialize state as 1Kevin Wolf
2010-07-02blkdebug: Free QemuOpts after having read the configKevin Wolf
2010-07-02blkdebug: Fix set_state_opts definitionKevin Wolf
2010-07-02qcow2: Fix error handling during metadata preallocationKevin Wolf
2010-06-22qcow2: Don't try to check tables that couldn't be loadedKevin Wolf
2010-06-22qcow2: Fix qemu-img check segfault on corrupted imagesKevin Wolf
2010-06-22vpc: Use bdrv_(p)write_sync for metadata writesKevin Wolf
2010-06-22vmdk: Use bdrv_(p)write_sync for metadata writesKevin Wolf
2010-06-22qcow2: Use bdrv_(p)write_sync for metadata writesKevin Wolf
2010-06-22qcow: Use bdrv_(p)write_sync for metadata writesKevin Wolf
2010-06-22cow: Use bdrv_(p)write_sync for metadata writesKevin Wolf
2010-06-15cow: use qemu block APIChristoph Hellwig
2010-06-15cow: stop using mmapChristoph Hellwig
2010-06-15cow: use pread/pwriteChristoph Hellwig
2010-06-15qcow2: Restore L1 entry on l2_allocate failureKevin Wolf
2010-06-15qcow2: Return real error code in load_refcount_blockKevin Wolf
2010-06-15qcow2: Allow alloc_clusters_noref to return errorsKevin Wolf
2010-06-15qcow2: Allow get_refcount to return errorsKevin Wolf
2010-06-15vpc: Read/write multiple sectors at onceKevin Wolf
2010-06-14Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori
2010-06-13Move stdbool.hPaul Brook
2010-06-04Cleanup: raw-posix.c: Be more consistent using BDRV_SECTOR_SIZE instead of 512Jes Sorensen
2010-05-28qcow2: Fix corruption after error in update_refcountKevin Wolf
2010-05-28qcow2: Fix corruption after refblock allocationKevin Wolf
2010-05-28qcow2: Return right error code in write_refcount_block_entriesKevin Wolf
2010-05-28qcow2: Change l2_load to return 0/-errnoKevin Wolf
2010-05-28qcow2: Allow qcow2_get_cluster_offset to return errorsKevin Wolf
2010-05-28qcow2: Fix error handling in l2_allocateKevin Wolf
2010-05-28qcow2: Clear L2 table cache after write errorKevin Wolf
2010-05-24Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori
2010-05-22Fix %lld or %llx printf format useBlue Swirl
2010-05-21vvfat: More build fixes with DEBUGKevin Wolf
2010-05-21vvfat: Fix compilation with DEBUG definedRiccardo Magliocchetti
2010-05-17block/vdi: Fix image opening and creation for odd disk sizesStefan Weil
2010-05-17dmg: use qemu block APIChristoph Hellwig
2010-05-17dmg: use preadChristoph Hellwig
2010-05-17dmg: fix reading of uncompressed chunksChristoph Hellwig
2010-05-17block/vpc: Fix conversion from size to disk geometryStefan Weil
2010-05-17parallels: use qemu block APIChristoph Hellwig
2010-05-17parallels: use preadChristoph Hellwig
2010-05-17block/vdi: Allow disk images of size 0Stefan Weil
2010-05-17block: Avoid unchecked casts for AIOCBsKevin Wolf
2010-05-17bochs: use qemu block APIChristoph Hellwig
2010-05-17bochs: use preadChristoph Hellwig
2010-05-17cloop: use qemu block APIChristoph Hellwig
2010-05-17cloop: use preadChristoph Hellwig