aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2011-08-25qcow2: remove unused qcow2_create_refcount_update functionFrediano Ziglio
2011-08-25qcow2: use always stderr for debuggingFrediano Ziglio
2011-08-24sheepdog: use coroutinesMORITA Kazutaka
2011-08-23qcow2: remove memory leakFrediano Ziglio
2011-08-23qcow2: Removed QCowAIOCB entirelyFrediano Ziglio
2011-08-23qcow2: reindent and use while before the big jumpFrediano Ziglio
2011-08-23qcow2: remove common from QCowAIOCBFrediano Ziglio
2011-08-23qcow2: remove cluster_offset from QCowAIOCBFrediano Ziglio
2011-08-23qcow2: remove l2meta from QCowAIOCBFrediano Ziglio
2011-08-23qcow2: removed cur_nr_sectors field in QCowAIOCBFrediano Ziglio
2011-08-23qcow2: Removed unused AIOCB fieldsFrediano Ziglio
2011-08-23qcow: remove old #undefined codeFrediano Ziglio
2011-08-23qcow: Remove QCowAIOCBFrediano Ziglio
2011-08-23qcow: move some blocks of code to avoid useless variable initializationFrediano Ziglio
2011-08-23qcow: QCowAIOCB field cleanupFrediano Ziglio
2011-08-23qcow/qcow2: Allocate QCowAIOCB structure using stackFrediano Ziglio
2011-08-23block/curl: Handle failed reads gracefully.Nicholas Thomas
2011-08-23qcow: initialize coroutine mutexScott Wood
2011-08-23qcow2: fix typo in documentation for qcow2_get_cluster_offset()Devin Nakamura
2011-08-23qcow2: Fix DEBUG_* compilationPhilipp Hahn
2011-08-22w32: Fix qemu_ftruncate64Stefan Weil
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-05qcow2: Fix L1 table size after bdrv_snapshot_gotoKevin Wolf
2011-08-02async: Remove AsyncContextKevin Wolf
2011-08-02qcow: Use coroutinesKevin Wolf
2011-08-02qcow2: Use coroutinesKevin Wolf
2011-08-01raw-posix: Always check paio_init resultFrediano Ziglio
2011-08-01raw-posix: Typo fixFrediano Ziglio
2011-08-01block/vpc.c: Detect too-large vpc fileSerge E. Hallyn
2011-08-01block: Make BlockDriver method bdrv_eject() return voidMarkus Armbruster
2011-08-01block: Make BlockDriver method bdrv_set_locked() return voidMarkus Armbruster
2011-08-01block/raw-win32: Drop disabled code for removable host devicesMarkus Armbruster
2011-07-25Wrap recv to avoid warningsBlue Swirl
2011-07-19qcow2: Use Qcow2Cache in writeback mode during loadvm/savevmKevin Wolf
2011-07-19block: add bdrv_get_allocated_file_size() operationFam Zheng
2011-07-19VMDK: fix coding styleFam Zheng
2011-07-19VMDK: create different subformatsFam Zheng
2011-07-19VMDK: open/read/write for monolithicFlat imageFam Zheng
2011-07-19VMDK: change get_cluster_offset return typeFam Zheng
2011-07-19VMDK: move 'static' cid_update flag to bs fieldFam Zheng
2011-07-19VMDK: flush multiple extentsFam Zheng
2011-07-19VMDK: add field BDRVVmdkState.desc_offsetFam Zheng
2011-07-19VMDK: separate vmdk_open by format versionFam Zheng
2011-07-19VMDK: probe for monolithicFlat imagesFam Zheng
2011-07-19VMDK: bugfix, align offset to cluster in get_whole_clusterFam Zheng
2011-07-19VMDK: introduce VmdkExtentFam Zheng
2011-07-18sheepdog: add full data preallocation supportMORITA Kazutaka
2011-07-05block/raw-posix: Linux compat-ioctl warning workaroundJohannes Stezenbach
2011-06-24Strip trailing '\n' from error_report()'s first argumentMarkus Armbruster
2011-06-24sheepdog: qemu_bh_new() can't return null pointer, drop checkMarkus Armbruster