summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* rbd: add discard supportJosh Durgin2012-05-021-16/+73
* qcow2: fix the return value -ENOENT -> -EEXISTZhi Yong Wu2012-05-021-1/+1
* qcow2: Don't hold cache references across yieldKevin Wolf2012-05-021-8/+13
* qcow2: Remove unused parameter in do_alloc_cluster_offsetKevin Wolf2012-05-021-2/+2
* block/qcow2: Add missing GCC_FMT_ATTR to function report_unsupported()Stefan Weil2012-05-021-1/+2
* raw-posix: Do not use CONFIG_COCOA macroPavel Borzenkov2012-05-011-4/+4
* Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori2012-04-271-11/+11
|\
| * block: add 'speed' optional parameter to block-streamStefan Hajnoczi2012-04-271-2/+3
| * block: change block-job-set-speed argument from 'value' to 'speed'Stefan Hajnoczi2012-04-271-4/+4
| * block: use Error mechanism instead of -errno for block_job_set_speed()Stefan Hajnoczi2012-04-271-3/+3
| * block: use Error mechanism instead of -errno for block_job_create()Stefan Hajnoczi2012-04-271-6/+5Star
* | nbd: Fix uninitialised use of s->sockKevin Wolf2012-04-261-1/+1
|/
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2012-04-2311-176/+581
|\
| * qcow2: Zero write supportKevin Wolf2012-04-203-0/+94
| * qcow2: Support for feature table header extensionKevin Wolf2012-04-202-9/+69
| * qcow2: Support reading zero clustersKevin Wolf2012-04-204-4/+33
| * qcow2: Version 3 imagesKevin Wolf2012-04-202-15/+148
| * qcow2: Ignore reserved bits in check_refcountsKevin Wolf2012-04-201-44/+54
| * qcow2: Ignore reserved bits in refcount table entriesKevin Wolf2012-04-202-1/+3
| * qcow2: Simplify count_cow_clustersKevin Wolf2012-04-201-18/+15Star
| * qcow2: Refactor qcow2_free_any_clustersKevin Wolf2012-04-201-19/+22
| * qcow2: Ignore reserved bits in L1/L2 entriesKevin Wolf2012-04-202-19/+19
| * qcow2: Fail write_compressed when overwriting dataKevin Wolf2012-04-201-4/+3Star
| * qcow2: Ignore reserved bits in count_contiguous_clusters()Kevin Wolf2012-04-201-10/+28
| * qcow2: Ignore reserved bits in get_cluster_offsetKevin Wolf2012-04-203-19/+60
| * qcow2: Save disk size in snapshot headerKevin Wolf2012-04-202-0/+17
| * qcow2: Fix refcount block allocation during qcow2_alloc_cluster_at()Kevin Wolf2012-04-201-0/+6
| * aio: remove process_queue callback and qemu_aio_process_queuePaolo Bonzini2012-04-195-21/+17Star
| * qcow2: Fix return value of alloc_refcount_blockKevin Wolf2012-04-191-1/+1
| * qcow2: Fix error handling in qcow2_alloc_cluster_offsetKevin Wolf2012-04-191-1/+1
| * block: Fix spelling in comment (ineffcient -> inefficient)Stefan Weil2012-04-191-1/+1
* | nbd: do not block in nbd_wr_sync if no data at all is availablePaolo Bonzini2012-04-191-2/+10
* | nbd: consistently return negative errno valuesPaolo Bonzini2012-04-191-7/+6Star
* | nbd: consistently check for <0 or >=0Paolo Bonzini2012-04-191-7/+15
* | nbd: avoid out of bounds access to recv_coroutine arrayPaolo Bonzini2012-04-191-1/+5
|/
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2012-04-1014-408/+312Star
|\
| * qed: remove incoming live migration blockerBenoît Canet2012-04-052-11/+0Star
| * qed: honor BDRV_O_INCOMING for incoming live migrationBenoît Canet2012-04-051-2/+3
| * qed: add bdrv_invalidate_cache to be called after incoming live migrationBenoît Canet2012-04-051-0/+10
| * block stream: close unused files and update ->backing_hdMarcelo Tosatti2012-04-051-0/+34
| * sheepdog: fix send req helpersLiu Yuan2012-04-051-0/+2
| * sheepdog: implement SD_OP_FLUSH_VDI operationLiu Yuan2012-04-051-14/+128
| * qed: track dirty flag statusDong Xu Wang2012-04-051-0/+1
| * qed: image fragmentation statisticsDong Xu Wang2012-04-051-0/+9
| * block: set job->speed in block_set_speedPaolo Bonzini2012-04-051-1/+0Star
| * block: fix streaming/closing racePaolo Bonzini2012-04-051-2/+4
| * vdi: change goto to loopPaolo Bonzini2012-04-051-73/+68Star
| * vdi: do not create useless iovecsPaolo Bonzini2012-04-051-46/+33Star
| * vdi: leave bounce buffering to block layerPaolo Bonzini2012-04-051-55/+12Star
| * vdi: move aiocb fields to localsPaolo Bonzini2012-04-051-98/+65Star