aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2010-06-22qcow2: Don't try to check tables that couldn't be loadedKevin Wolf1-0/+1
2010-06-22qcow2: Fix qemu-img check segfault on corrupted imagesKevin Wolf1-3/+11
2010-06-22vpc: Use bdrv_(p)write_sync for metadata writesKevin Wolf1-4/+5
2010-06-22vmdk: Use bdrv_(p)write_sync for metadata writesKevin Wolf1-5/+5
2010-06-22qcow2: Use bdrv_(p)write_sync for metadata writesKevin Wolf4-41/+40
2010-06-22qcow: Use bdrv_(p)write_sync for metadata writesKevin Wolf1-8/+10
2010-06-22cow: Use bdrv_(p)write_sync for metadata writesKevin Wolf1-9/+11
2010-06-15cow: use qemu block APIChristoph Hellwig1-26/+13
2010-06-15cow: stop using mmapChristoph Hellwig1-37/+61
2010-06-15cow: use pread/pwriteChristoph Hellwig1-5/+5
2010-06-15qcow2: Restore L1 entry on l2_allocate failureKevin Wolf1-0/+1
2010-06-15qcow2: Return real error code in load_refcount_blockKevin Wolf1-3/+8
2010-06-15qcow2: Allow alloc_clusters_noref to return errorsKevin Wolf1-3/+15
2010-06-15qcow2: Allow get_refcount to return errorsKevin Wolf1-4/+37
2010-06-15vpc: Read/write multiple sectors at onceKevin Wolf1-11/+30
2010-06-14Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori1-9/+11
2010-06-13Move stdbool.hPaul Brook1-2/+0
2010-06-04Cleanup: raw-posix.c: Be more consistent using BDRV_SECTOR_SIZE instead of 512Jes Sorensen1-9/+11
2010-05-28qcow2: Fix corruption after error in update_refcountKevin Wolf1-0/+4
2010-05-28qcow2: Fix corruption after refblock allocationKevin Wolf1-2/+9
2010-05-28qcow2: Return right error code in write_refcount_block_entriesKevin Wolf1-12/+15
2010-05-28qcow2: Change l2_load to return 0/-errnoKevin Wolf1-16/+22
2010-05-28qcow2: Allow qcow2_get_cluster_offset to return errorsKevin Wolf3-19/+37
2010-05-28qcow2: Fix error handling in l2_allocateKevin Wolf1-10/+13
2010-05-28qcow2: Clear L2 table cache after write errorKevin Wolf1-0/+1
2010-05-24Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori1-3/+7
2010-05-22Fix %lld or %llx printf format useBlue Swirl2-9/+13
2010-05-21vvfat: More build fixes with DEBUGKevin Wolf1-2/+6
2010-05-21vvfat: Fix compilation with DEBUG definedRiccardo Magliocchetti1-1/+1
2010-05-17block/vdi: Fix image opening and creation for odd disk sizesStefan Weil1-7/+16
2010-05-17dmg: use qemu block APIChristoph Hellwig1-30/+26
2010-05-17dmg: use preadChristoph Hellwig1-37/+51
2010-05-17dmg: fix reading of uncompressed chunksChristoph Hellwig1-1/+2
2010-05-17block/vpc: Fix conversion from size to disk geometryStefan Weil1-9/+12
2010-05-17parallels: use qemu block APIChristoph Hellwig1-18/+6
2010-05-17parallels: use preadChristoph Hellwig1-22/+11
2010-05-17block/vdi: Allow disk images of size 0Stefan Weil1-2/+7
2010-05-17block: Avoid unchecked casts for AIOCBsKevin Wolf4-5/+5
2010-05-17bochs: use qemu block APIChristoph Hellwig1-21/+9
2010-05-17bochs: use preadChristoph Hellwig1-43/+20
2010-05-17cloop: use qemu block APIChristoph Hellwig1-14/+12
2010-05-17cloop: use preadChristoph Hellwig1-15/+17
2010-05-07qcow2: Remove static forward declarationKevin Wolf1-3/+2
2010-05-07Revert "Fix OpenBSD build"Kevin Wolf1-245/+245
2010-05-03qcow2: Implement bdrv_truncate() for growing imagesStefan Hajnoczi2-4/+48
2010-05-03qcow2: Remove abort on free_clusters failureKevin Wolf1-1/+1
2010-05-03raw-posix: Use pread/pwrite instead of lseek+read/writeStefan Hajnoczi1-33/+4
2010-05-03qcow2: Avoid shadowing variable in alloc_clusters_noref()Stefan Hajnoczi1-2/+2
2010-05-03vmdk: Convert to bdrv_openKevin Wolf1-30/+21
2010-05-03vmdk: Clean up backing file handlingKevin Wolf1-49/+9