Age | Commit message (Expand) | Author |
2011-07-19 | block: add bdrv_get_allocated_file_size() operation | Fam Zheng |
2011-07-19 | VMDK: fix coding style | Fam Zheng |
2011-07-19 | VMDK: create different subformats | Fam Zheng |
2011-07-19 | VMDK: open/read/write for monolithicFlat image | Fam Zheng |
2011-07-19 | VMDK: change get_cluster_offset return type | Fam Zheng |
2011-07-19 | VMDK: move 'static' cid_update flag to bs field | Fam Zheng |
2011-07-19 | VMDK: flush multiple extents | Fam Zheng |
2011-07-19 | VMDK: add field BDRVVmdkState.desc_offset | Fam Zheng |
2011-07-19 | VMDK: separate vmdk_open by format version | Fam Zheng |
2011-07-19 | VMDK: probe for monolithicFlat images | Fam Zheng |
2011-07-19 | VMDK: bugfix, align offset to cluster in get_whole_cluster | Fam Zheng |
2011-07-19 | VMDK: introduce VmdkExtent | Fam Zheng |
2011-06-08 | vmdk: fix endianness bugs | Alexander Graf |
2010-11-24 | block: Remove unused s->hd in various drivers | Kevin Wolf |
2010-11-04 | block: Allow bdrv_flush to return errors | Kevin Wolf |
2010-06-22 | vmdk: Use bdrv_(p)write_sync for metadata writes | Kevin Wolf |
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-04-23 | Replace calls of old bdrv_open | Kevin Wolf |
2010-03-09 | vmdk: share cleanup code | Juan Quintela |
2010-03-09 | vmdk: fix double free | Juan Quintela |
2010-03-09 | vmdk: make vmdk_snapshot_create return -errno | Juan Quintela |
2010-03-09 | vmdk: return errno instead of -1 | Juan Quintela |
2010-01-26 | block/vmdk.o: fix warnings with _FORTIFY_SOURCE | Kirill A. Shutemov |
2010-01-20 | Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone... | Naphtali Sprei |
2009-07-22 | vmdk: Fix backing file handling | Kevin Wolf |
2009-06-06 | qemu-img: Print available options with -o ? | Kevin Wolf |
2009-05-22 | Convert all block drivers to new bdrv_create | Kevin Wolf |
2009-05-14 | Move block drivers into their own directory | Anthony Liguori |