Age | Commit message (Expand) | Author |
2010-05-28 | qcow2: Fix corruption after error in update_refcount | Kevin Wolf |
2010-05-28 | qcow2: Fix corruption after refblock allocation | Kevin Wolf |
2010-05-28 | qcow2: Return right error code in write_refcount_block_entries | Kevin Wolf |
2010-05-28 | qcow2: Change l2_load to return 0/-errno | Kevin Wolf |
2010-05-28 | qcow2: Allow qcow2_get_cluster_offset to return errors | Kevin Wolf |
2010-05-28 | qcow2: Fix error handling in l2_allocate | Kevin Wolf |
2010-05-28 | qcow2: Clear L2 table cache after write error | Kevin Wolf |
2010-05-24 | Merge remote branch 'kwolf/for-anthony' into staging | Anthony Liguori |
2010-05-22 | Fix %lld or %llx printf format use | Blue Swirl |
2010-05-21 | vvfat: More build fixes with DEBUG | Kevin Wolf |
2010-05-21 | vvfat: Fix compilation with DEBUG defined | Riccardo Magliocchetti |
2010-05-17 | block/vdi: Fix image opening and creation for odd disk sizes | Stefan Weil |
2010-05-17 | dmg: use qemu block API | Christoph Hellwig |
2010-05-17 | dmg: use pread | Christoph Hellwig |
2010-05-17 | dmg: fix reading of uncompressed chunks | Christoph Hellwig |
2010-05-17 | block/vpc: Fix conversion from size to disk geometry | Stefan Weil |
2010-05-17 | parallels: use qemu block API | Christoph Hellwig |
2010-05-17 | parallels: use pread | Christoph Hellwig |
2010-05-17 | block/vdi: Allow disk images of size 0 | Stefan Weil |
2010-05-17 | block: Avoid unchecked casts for AIOCBs | Kevin Wolf |
2010-05-17 | bochs: use qemu block API | Christoph Hellwig |
2010-05-17 | bochs: use pread | Christoph Hellwig |
2010-05-17 | cloop: use qemu block API | Christoph Hellwig |
2010-05-17 | cloop: use pread | Christoph Hellwig |
2010-05-07 | qcow2: Remove static forward declaration | Kevin Wolf |
2010-05-07 | Revert "Fix OpenBSD build" | Kevin Wolf |
2010-05-03 | qcow2: Implement bdrv_truncate() for growing images | Stefan Hajnoczi |
2010-05-03 | qcow2: Remove abort on free_clusters failure | Kevin Wolf |
2010-05-03 | raw-posix: Use pread/pwrite instead of lseek+read/write | Stefan Hajnoczi |
2010-05-03 | qcow2: Avoid shadowing variable in alloc_clusters_noref() | Stefan Hajnoczi |
2010-05-03 | vmdk: Convert to bdrv_open | Kevin Wolf |
2010-05-03 | vmdk: Clean up backing file handling | Kevin Wolf |
2010-05-03 | vmdk: Fix COW | Kevin Wolf |
2010-05-03 | block: Open the underlying image file in generic code | Kevin Wolf |
2010-05-03 | block: separate raw images from the file protocol | Christoph Hellwig |
2010-04-25 | Fix dead initialization, spotted by clang analyzer | Blue Swirl |
2010-04-23 | Fix OpenBSD build | Blue Swirl |
2010-04-23 | qcow2: Use QLIST_FOREACH_SAFE macro | Stefan Hajnoczi |
2010-04-23 | qcow2: Return 0/-errno in l2_allocate | Kevin Wolf |
2010-04-23 | qcow2: Return 0/-errno in write_l1_entry | Kevin Wolf |
2010-04-23 | qcow2: Fix error return code in qcow2_alloc_cluster_link_l2 | Kevin Wolf |
2010-04-23 | qcow2: Return 0/-errno in write_l2_entries | Kevin Wolf |
2010-04-23 | block: split raw_getlength | Christoph Hellwig |
2010-04-23 | Replace calls of old bdrv_open | Kevin Wolf |
2010-04-23 | qcow2: Fix creation of large images | Kevin Wolf |
2010-04-23 | qcow2: Trigger blkdebug events | Kevin Wolf |
2010-04-23 | blkdebug: Add events and rules | Kevin Wolf |
2010-04-23 | blkdebug: Inject errors | Kevin Wolf |
2010-04-23 | blkdebug: Basic request passthrough | Kevin Wolf |
2010-04-10 | raw-posix: don't assign bs->read_only | Christoph Hellwig |