summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2010-08-03block: Fix bdrv_has_zero_initKevin Wolf3-4/+21
2010-07-25block: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int typesStefan Weil1-1/+1
2010-07-15Make default invocation of block drivers safer (v3)Anthony Liguori1-0/+130
2010-07-07sheepdog: fix compile error on systems without TCP_CORKMORITA Kazutaka1-1/+1
2010-07-06block: add sheepdog driver for distributed storage supportMORITA Kazutaka1-0/+2036
2010-07-06raw-posix: Fix test for host CD-ROMMarkus Armbruster1-11/+6
2010-07-06qcow2/vdi: Change check to distinguish error casesKevin Wolf4-63/+73
2010-07-02blkdebug: Initialize state as 1Kevin Wolf1-0/+3
2010-07-02blkdebug: Free QemuOpts after having read the configKevin Wolf1-0/+2
2010-07-02blkdebug: Fix set_state_opts definitionKevin Wolf1-1/+1
2010-07-02qcow2: Fix error handling during metadata preallocationKevin Wolf1-6/+9
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