Age | Commit message (Expand) | Author | Files | Lines |
2011-08-23 | qcow: move some blocks of code to avoid useless variable initialization | Frediano Ziglio | 1 | -27/+26 |
2011-08-23 | qcow: QCowAIOCB field cleanup | Frediano Ziglio | 1 | -72/+65 |
2011-08-23 | qcow/qcow2: Allocate QCowAIOCB structure using stack | Frediano Ziglio | 2 | -63/+27 |
2011-08-23 | block/curl: Handle failed reads gracefully. | Nicholas Thomas | 1 | -1/+19 |
2011-08-23 | qcow: initialize coroutine mutex | Scott Wood | 1 | -0/+2 |
2011-08-23 | qcow2: fix typo in documentation for qcow2_get_cluster_offset() | Devin Nakamura | 1 | -2/+2 |
2011-08-23 | qcow2: Fix DEBUG_* compilation | Philipp Hahn | 2 | -4/+17 |
2011-08-22 | w32: Fix qemu_ftruncate64 | Stefan Weil | 1 | -2/+6 |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori | 25 | -205/+205 |
2011-08-05 | qcow2: Fix L1 table size after bdrv_snapshot_goto | Kevin Wolf | 1 | -5/+11 |
2011-08-02 | async: Remove AsyncContext | Kevin Wolf | 2 | -18/+0 |
2011-08-02 | qcow: Use coroutines | Kevin Wolf | 1 | -118/+62 |
2011-08-02 | qcow2: Use coroutines | Kevin Wolf | 3 | -169/+102 |
2011-08-01 | raw-posix: Always check paio_init result | Frediano Ziglio | 1 | -6/+5 |
2011-08-01 | raw-posix: Typo fix | Frediano Ziglio | 1 | -1/+1 |
2011-08-01 | block/vpc.c: Detect too-large vpc file | Serge E. Hallyn | 1 | -1/+7 |
2011-08-01 | block: Make BlockDriver method bdrv_eject() return void | Markus Armbruster | 2 | -13/+7 |
2011-08-01 | block: Make BlockDriver method bdrv_set_locked() return void | Markus Armbruster | 2 | -9/+4 |
2011-08-01 | block/raw-win32: Drop disabled code for removable host devices | Markus Armbruster | 1 | -35/+0 |
2011-07-25 | Wrap recv to avoid warnings | Blue Swirl | 1 | -1/+1 |
2011-07-19 | qcow2: Use Qcow2Cache in writeback mode during loadvm/savevm | Kevin Wolf | 3 | -11/+41 |
2011-07-19 | block: add bdrv_get_allocated_file_size() operation | Fam Zheng | 3 | -0/+74 |
2011-07-19 | VMDK: fix coding style | Fam Zheng | 1 | -30/+46 |
2011-07-19 | VMDK: create different subformats | Fam Zheng | 1 | -229/+274 |
2011-07-19 | VMDK: open/read/write for monolithicFlat image | Fam Zheng | 1 | -13/+158 |
2011-07-19 | VMDK: change get_cluster_offset return type | Fam Zheng | 1 | -37/+42 |
2011-07-19 | VMDK: move 'static' cid_update flag to bs field | Fam Zheng | 1 | -3/+3 |
2011-07-19 | VMDK: flush multiple extents | Fam Zheng | 1 | -1/+11 |
2011-07-19 | VMDK: add field BDRVVmdkState.desc_offset | Fam Zheng | 1 | -9/+18 |
2011-07-19 | VMDK: separate vmdk_open by format version | Fam Zheng | 1 | -66/+112 |
2011-07-19 | VMDK: probe for monolithicFlat images | Fam Zheng | 1 | -2/+43 |
2011-07-19 | VMDK: bugfix, align offset to cluster in get_whole_cluster | Fam Zheng | 1 | -3/+5 |
2011-07-19 | VMDK: introduce VmdkExtent | Fam Zheng | 1 | -102/+246 |
2011-07-18 | sheepdog: add full data preallocation support | MORITA Kazutaka | 1 | -3/+68 |
2011-07-05 | block/raw-posix: Linux compat-ioctl warning workaround | Johannes Stezenbach | 1 | -0/+14 |
2011-06-24 | Strip trailing '\n' from error_report()'s first argument | Markus Armbruster | 2 | -43/+43 |
2011-06-24 | sheepdog: qemu_bh_new() can't return null pointer, drop check | Markus Armbruster | 1 | -6/+0 |
2011-06-15 | qcow2: Fix in-flight list after qcow2_cache_put failure | Kevin Wolf | 1 | -4/+8 |
2011-06-15 | vdi: Avoid direct AIO callback | Kevin Wolf | 1 | -5/+36 |
2011-06-14 | qcow: Avoid direct AIO callback | Kevin Wolf | 1 | -2/+56 |
2011-06-14 | qcow2: Avoid direct AIO callback | Kevin Wolf | 1 | -9/+30 |
2011-06-14 | block/rbd: Remove unused local variable | Stefan Weil | 1 | -4/+0 |
2011-06-08 | Merge remote-tracking branch 'stefanha/trivial-patches' into staging | Anthony Liguori | 1 | -2/+0 |
2011-06-08 | qemu-img create: Fix displayed default cluster size | Kevin Wolf | 4 | -5/+11 |
2011-06-08 | qcow2: Fix memory leaks in error cases | Kevin Wolf | 2 | -4/+7 |
2011-06-08 | rbd: Add bdrv_truncate implementation | Josh Durgin | 1 | -0/+14 |
2011-06-08 | rbd: check return values when scheduling aio | Josh Durgin | 1 | -4/+20 |
2011-06-08 | rbd: allow configuration of rados from the rbd filename | Josh Durgin | 1 | -17/+102 |
2011-06-08 | rbd: use the higher level librbd instead of just librados | Josh Durgin | 2 | -648/+218 |
2011-06-08 | block/raw-posix: get right partition size | Christoph Egger | 1 | -0/+32 |