summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2012-05-02rbd: add discard supportJosh Durgin
2012-05-02qcow2: fix the return value -ENOENT -> -EEXISTZhi Yong Wu
2012-05-02qcow2: Don't hold cache references across yieldKevin Wolf
2012-05-02qcow2: Remove unused parameter in do_alloc_cluster_offsetKevin Wolf
2012-05-02block/qcow2: Add missing GCC_FMT_ATTR to function report_unsupported()Stefan Weil
2012-05-01raw-posix: Do not use CONFIG_COCOA macroPavel Borzenkov
2012-04-27Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori
2012-04-27block: add 'speed' optional parameter to block-streamStefan Hajnoczi
2012-04-27block: change block-job-set-speed argument from 'value' to 'speed'Stefan Hajnoczi
2012-04-27block: use Error mechanism instead of -errno for block_job_set_speed()Stefan Hajnoczi
2012-04-27block: use Error mechanism instead of -errno for block_job_create()Stefan Hajnoczi
2012-04-26nbd: Fix uninitialised use of s->sockKevin Wolf
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