aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
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
2010-05-07qcow2: Remove static forward declarationKevin Wolf
2010-05-07Revert "Fix OpenBSD build"Kevin Wolf
2010-05-03qcow2: Implement bdrv_truncate() for growing imagesStefan Hajnoczi
2010-05-03qcow2: Remove abort on free_clusters failureKevin Wolf
2010-05-03raw-posix: Use pread/pwrite instead of lseek+read/writeStefan Hajnoczi
2010-05-03qcow2: Avoid shadowing variable in alloc_clusters_noref()Stefan Hajnoczi
2010-05-03vmdk: Convert to bdrv_openKevin Wolf
2010-05-03vmdk: Clean up backing file handlingKevin Wolf
2010-05-03vmdk: Fix COWKevin Wolf
2010-05-03block: Open the underlying image file in generic codeKevin Wolf
2010-05-03block: separate raw images from the file protocolChristoph Hellwig
2010-04-25Fix dead initialization, spotted by clang analyzerBlue Swirl
2010-04-23Fix OpenBSD buildBlue Swirl
2010-04-23qcow2: Use QLIST_FOREACH_SAFE macroStefan Hajnoczi
2010-04-23qcow2: Return 0/-errno in l2_allocateKevin Wolf
2010-04-23qcow2: Return 0/-errno in write_l1_entryKevin Wolf
2010-04-23qcow2: Fix error return code in qcow2_alloc_cluster_link_l2Kevin Wolf
2010-04-23qcow2: Return 0/-errno in write_l2_entriesKevin Wolf
2010-04-23block: split raw_getlengthChristoph Hellwig
2010-04-23Replace calls of old bdrv_openKevin Wolf
2010-04-23qcow2: Fix creation of large imagesKevin Wolf
2010-04-23qcow2: Trigger blkdebug eventsKevin Wolf
2010-04-23blkdebug: Add events and rulesKevin Wolf
2010-04-23blkdebug: Inject errorsKevin Wolf
2010-04-23blkdebug: Basic request passthroughKevin Wolf
2010-04-10raw-posix: don't assign bs->read_onlyChristoph Hellwig