Age | Commit message (Expand) | Author |
2011-09-16 | Remove blanks before \n in output strings | Stefan Weil |
2011-09-12 | qcow2: fix range check | Frediano Ziglio |
2011-09-12 | qcow2: align cluster_data to block to improve performance using O_DIRECT | Frediano Ziglio |
2011-09-12 | qcow2: initialize metadata before inserting in cluster_allocs | Frediano Ziglio |
2011-09-12 | nbd: Clean up use of block_int.h | Markus Armbruster |
2011-09-12 | rbd: fix leak in qemu_rbd_open failure paths | Sage Weil |
2011-09-12 | rbd: clean up, fix style | Sage Weil |
2011-09-12 | rbd: allow client id to be specified in config string | Sage Weil |
2011-09-12 | block: Rename bdrv_set_locked() to bdrv_lock_medium() | Markus Armbruster |
2011-09-12 | qcow2: removed unused depends_on field | Frediano Ziglio |
2011-09-06 | VMDK: bugfix, opening vSphere 4 exported image | Fam Zheng |
2011-09-06 | VMDK: bugfix, open Haiku vmdk image | Fam Zheng |
2011-09-06 | VMDK: creating streamOptimized subformat | Fam Zheng |
2011-09-06 | VMDK: read/write compressed extent | Fam Zheng |
2011-09-06 | VMDK: Opening compressed extent. | Fam Zheng |
2011-09-06 | VMDK: separate vmdk_read_extent/vmdk_write_extent | Fam Zheng |
2011-09-06 | VMDK: add twoGbMaxExtentSparse support | Fam Zheng |
2011-09-06 | VMDK: enable twoGbMaxExtentFlat | Fam Zheng |
2011-09-06 | block/raw: Fix to forward method bdrv_media_changed() | Markus Armbruster |
2011-09-06 | qcow2: Fix error cases to run depedent requests | Kevin Wolf |
2011-09-06 | qcow2: Properly initialise QcowL2Meta | Kevin Wolf |
2011-09-06 | linux aio: some comments | Frediano Ziglio |
2011-09-03 | Use new macro QEMU_PACKED for packed structures | Stefan Weil |
2011-08-25 | qcow2: remove unused qcow2_create_refcount_update function | Frediano Ziglio |
2011-08-25 | qcow2: use always stderr for debugging | Frediano Ziglio |
2011-08-24 | sheepdog: use coroutines | MORITA Kazutaka |
2011-08-23 | qcow2: remove memory leak | Frediano Ziglio |
2011-08-23 | qcow2: Removed QCowAIOCB entirely | Frediano Ziglio |
2011-08-23 | qcow2: reindent and use while before the big jump | Frediano Ziglio |
2011-08-23 | qcow2: remove common from QCowAIOCB | Frediano Ziglio |
2011-08-23 | qcow2: remove cluster_offset from QCowAIOCB | Frediano Ziglio |
2011-08-23 | qcow2: remove l2meta from QCowAIOCB | Frediano Ziglio |
2011-08-23 | qcow2: removed cur_nr_sectors field in QCowAIOCB | Frediano Ziglio |
2011-08-23 | qcow2: Removed unused AIOCB fields | Frediano Ziglio |
2011-08-23 | qcow: remove old #undefined code | Frediano Ziglio |
2011-08-23 | qcow: Remove QCowAIOCB | Frediano Ziglio |
2011-08-23 | qcow: move some blocks of code to avoid useless variable initialization | Frediano Ziglio |
2011-08-23 | qcow: QCowAIOCB field cleanup | Frediano Ziglio |
2011-08-23 | qcow/qcow2: Allocate QCowAIOCB structure using stack | Frediano Ziglio |
2011-08-23 | block/curl: Handle failed reads gracefully. | Nicholas Thomas |
2011-08-23 | qcow: initialize coroutine mutex | Scott Wood |
2011-08-23 | qcow2: fix typo in documentation for qcow2_get_cluster_offset() | Devin Nakamura |
2011-08-23 | qcow2: Fix DEBUG_* compilation | Philipp Hahn |
2011-08-22 | w32: Fix qemu_ftruncate64 | Stefan Weil |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori |
2011-08-05 | qcow2: Fix L1 table size after bdrv_snapshot_goto | Kevin Wolf |
2011-08-02 | async: Remove AsyncContext | Kevin Wolf |
2011-08-02 | qcow: Use coroutines | Kevin Wolf |
2011-08-02 | qcow2: Use coroutines | Kevin Wolf |
2011-08-01 | raw-posix: Always check paio_init result | Frediano Ziglio |