summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2010-08-01Merge commit 'fd2f659ee3f6f991f4f194f3fde5c9f957fd663d' into upstream-mergeAvi Kivity1-1/+1
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-22Merge commit '9a62fb241c10327992a16bf99a131f98e70428a1' into upstream-mergeAvi Kivity1-0/+130
2010-07-15Make default invocation of block drivers safer (v3)Anthony Liguori1-0/+130
2010-07-13Merge commit '498238687fd3a2bf3efb32694732f88ceac72e99' into upstream-mergeMarcelo Tosatti6-74/+2115
2010-07-13Merge commit 'd17b5288d91c935cc8795fa0620721da0a3865e1' into upstream-mergeMarcelo Tosatti2-7/+15
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-04Merge commit '758e8e38eb582e3dc87fd55a1d234c25108a7b7f' into upstream-mergeMarcelo Tosatti8-70/+83
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-21Merge commit 'c9b62a7ee14f51c9fa473a5bbefe264c904613ee' into upstream-mergeAvi Kivity4-79/+160
2010-06-21Merge commit 'a4673e276248ada38f40d39191a197e7e35d3f8b' into upstream-mergeAvi Kivity1-2/+0
2010-06-21Merge commit 'f274776028ddb026f8891cabaf59bd58dbfc31bd' into upstream-mergeAvi Kivity1-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-04Merge commit '358c360feb346dff8f911e2d1dbcdd6319393f1d' into upstream-mergeMarcelo Tosatti4-57/+99
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-26Merge remote branch 'upstream' into upstream-mergeAvi Kivity1-3/+7
2010-05-26Merge commit '0bfcd599e3f5c5679cc7d0165a0a1822e2f60de2' into upstream-mergeAvi Kivity2-9/+13
2010-05-26Merge commit 'c69ea0dff27ccc6663f8ecb4a70f762f4559672c' into upstream-mergeAvi Kivity9-191/+161
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