summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Make default invocation of block drivers safer (v3)Anthony Liguori2010-07-151-0/+130
* sheepdog: fix compile error on systems without TCP_CORKMORITA Kazutaka2010-07-071-1/+1
* block: add sheepdog driver for distributed storage supportMORITA Kazutaka2010-07-061-0/+2036
* raw-posix: Fix test for host CD-ROMMarkus Armbruster2010-07-061-11/+6
* qcow2/vdi: Change check to distinguish error casesKevin Wolf2010-07-064-63/+73
* blkdebug: Initialize state as 1Kevin Wolf2010-07-021-0/+3
* blkdebug: Free QemuOpts after having read the configKevin Wolf2010-07-021-0/+2
* blkdebug: Fix set_state_opts definitionKevin Wolf2010-07-021-1/+1
* qcow2: Fix error handling during metadata preallocationKevin Wolf2010-07-021-6/+9
* qcow2: Don't try to check tables that couldn't be loadedKevin Wolf2010-06-221-0/+1
* qcow2: Fix qemu-img check segfault on corrupted imagesKevin Wolf2010-06-221-3/+11
* vpc: Use bdrv_(p)write_sync for metadata writesKevin Wolf2010-06-221-4/+5
* vmdk: Use bdrv_(p)write_sync for metadata writesKevin Wolf2010-06-221-5/+5
* qcow2: Use bdrv_(p)write_sync for metadata writesKevin Wolf2010-06-224-41/+40
* qcow: Use bdrv_(p)write_sync for metadata writesKevin Wolf2010-06-221-8/+10
* cow: Use bdrv_(p)write_sync for metadata writesKevin Wolf2010-06-221-9/+11
* cow: use qemu block APIChristoph Hellwig2010-06-151-26/+13
* cow: stop using mmapChristoph Hellwig2010-06-151-37/+61
* cow: use pread/pwriteChristoph Hellwig2010-06-151-5/+5
* qcow2: Restore L1 entry on l2_allocate failureKevin Wolf2010-06-151-0/+1
* qcow2: Return real error code in load_refcount_blockKevin Wolf2010-06-151-3/+8
* qcow2: Allow alloc_clusters_noref to return errorsKevin Wolf2010-06-151-3/+15
* qcow2: Allow get_refcount to return errorsKevin Wolf2010-06-151-4/+37
* vpc: Read/write multiple sectors at onceKevin Wolf2010-06-151-11/+30
* Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori2010-06-141-9/+11
|\
| * Cleanup: raw-posix.c: Be more consistent using BDRV_SECTOR_SIZE instead of 512Jes Sorensen2010-06-041-9/+11
* | Move stdbool.hPaul Brook2010-06-131-2/+0
|/
* qcow2: Fix corruption after error in update_refcountKevin Wolf2010-05-281-0/+4
* qcow2: Fix corruption after refblock allocationKevin Wolf2010-05-281-2/+9
* qcow2: Return right error code in write_refcount_block_entriesKevin Wolf2010-05-281-12/+15
* qcow2: Change l2_load to return 0/-errnoKevin Wolf2010-05-281-16/+22
* qcow2: Allow qcow2_get_cluster_offset to return errorsKevin Wolf2010-05-283-19/+37
* qcow2: Fix error handling in l2_allocateKevin Wolf2010-05-281-10/+13
* qcow2: Clear L2 table cache after write errorKevin Wolf2010-05-281-0/+1
* Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori2010-05-241-3/+7
|\
| * vvfat: More build fixes with DEBUGKevin Wolf2010-05-211-2/+6
| * vvfat: Fix compilation with DEBUG definedRiccardo Magliocchetti2010-05-211-1/+1
* | Fix %lld or %llx printf format useBlue Swirl2010-05-222-9/+13
|/
* block/vdi: Fix image opening and creation for odd disk sizesStefan Weil2010-05-171-7/+16
* dmg: use qemu block APIChristoph Hellwig2010-05-171-30/+26
* dmg: use preadChristoph Hellwig2010-05-171-37/+51
* dmg: fix reading of uncompressed chunksChristoph Hellwig2010-05-171-1/+2
* block/vpc: Fix conversion from size to disk geometryStefan Weil2010-05-171-9/+12
* parallels: use qemu block APIChristoph Hellwig2010-05-171-18/+6
* parallels: use preadChristoph Hellwig2010-05-171-22/+11
* block/vdi: Allow disk images of size 0Stefan Weil2010-05-171-2/+7
* block: Avoid unchecked casts for AIOCBsKevin Wolf2010-05-174-5/+5
* bochs: use qemu block APIChristoph Hellwig2010-05-171-21/+9
* bochs: use preadChristoph Hellwig2010-05-171-43/+20
* cloop: use qemu block APIChristoph Hellwig2010-05-171-14/+12
OpenPOWER on IntegriCloud