aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2012-04-23Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2012-04-20qcow2: Zero write supportKevin Wolf
2012-04-20qcow2: Support for feature table header extensionKevin Wolf
2012-04-20qcow2: Support reading zero clustersKevin Wolf
2012-04-20qcow2: Version 3 imagesKevin Wolf
2012-04-20qcow2: Ignore reserved bits in check_refcountsKevin Wolf
2012-04-20qcow2: Ignore reserved bits in refcount table entriesKevin Wolf
2012-04-20qcow2: Simplify count_cow_clustersKevin Wolf
2012-04-20qcow2: Refactor qcow2_free_any_clustersKevin Wolf
2012-04-20qcow2: Ignore reserved bits in L1/L2 entriesKevin Wolf
2012-04-20qcow2: Fail write_compressed when overwriting dataKevin Wolf
2012-04-20qcow2: Ignore reserved bits in count_contiguous_clusters()Kevin Wolf
2012-04-20qcow2: Ignore reserved bits in get_cluster_offsetKevin Wolf
2012-04-20qcow2: Save disk size in snapshot headerKevin Wolf
2012-04-20qcow2: Fix refcount block allocation during qcow2_alloc_cluster_at()Kevin Wolf
2012-04-19aio: remove process_queue callback and qemu_aio_process_queuePaolo Bonzini
2012-04-19nbd: do not block in nbd_wr_sync if no data at all is availablePaolo Bonzini
2012-04-19nbd: consistently return negative errno valuesPaolo Bonzini
2012-04-19nbd: consistently check for <0 or >=0Paolo Bonzini
2012-04-19nbd: avoid out of bounds access to recv_coroutine arrayPaolo Bonzini
2012-04-19qcow2: Fix return value of alloc_refcount_blockKevin Wolf
2012-04-19qcow2: Fix error handling in qcow2_alloc_cluster_offsetKevin Wolf
2012-04-19block: Fix spelling in comment (ineffcient -> inefficient)Stefan Weil
2012-04-10Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2012-04-05qed: remove incoming live migration blockerBenoît Canet
2012-04-05qed: honor BDRV_O_INCOMING for incoming live migrationBenoît Canet
2012-04-05qed: add bdrv_invalidate_cache to be called after incoming live migrationBenoît Canet
2012-04-05block stream: close unused files and update ->backing_hdMarcelo Tosatti
2012-04-05sheepdog: fix send req helpersLiu Yuan
2012-04-05sheepdog: implement SD_OP_FLUSH_VDI operationLiu Yuan
2012-04-05qed: track dirty flag statusDong Xu Wang
2012-04-05qed: image fragmentation statisticsDong Xu Wang
2012-04-05block: set job->speed in block_set_speedPaolo Bonzini
2012-04-05block: fix streaming/closing racePaolo Bonzini
2012-04-05vdi: change goto to loopPaolo Bonzini
2012-04-05vdi: do not create useless iovecsPaolo Bonzini
2012-04-05vdi: leave bounce buffering to block layerPaolo Bonzini
2012-04-05vdi: move aiocb fields to localsPaolo Bonzini
2012-04-05vdi: merge aio_read_cb and aio_write_cb into callersPaolo Bonzini
2012-04-05vdi: move end-of-I/O handling at the endPaolo Bonzini
2012-04-05vdi: basic conversion to coroutinesPaolo Bonzini
2012-04-05block/vpc: write checksum back to footer after checkZhang Shengju
2012-04-05block: push recursive flushing up from driversPaolo Bonzini
2012-04-05qcow2: Remove unused parameter in get_cluster_table()Kevin Wolf
2012-04-03block/curl: Replace usleep by g_usleepStefan Weil
2012-03-12qcow2: Reduce number of I/O requestsKevin Wolf
2012-03-12qcow2: Add qcow2_alloc_clusters_at()Kevin Wolf
2012-03-12qcow2: Factor out count_cow_clustersKevin Wolf
2012-03-12qcow2: Add error messages in qcow2_truncateKevin Wolf
2012-03-12qcow2: Add some tracingKevin Wolf