summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* qcow2: Don't ignore failure to clear autoclear flagsKevin Wolf2012-05-141-1/+4
* block: fix warning introduced in efcc7a23Anthony Liguori2012-05-101-1/+1
* stream: do not copy unallocated sectors from the basePaolo Bonzini2012-05-101-14/+4
* stream: fix ratelimiting corner casePaolo Bonzini2012-05-101-5/+5
* stream: pass new base image format to bdrv_change_backing_filePaolo Bonzini2012-05-101-2/+5
* block: wait for job callback in block_job_cancel_syncPaolo Bonzini2012-05-101-4/+3
* block: add block_job_sleep_nsPaolo Bonzini2012-05-101-14/+9
* block: fix snapshot on QEDPaolo Bonzini2012-05-102-0/+14
* block: update in-memory backing file and formatPaolo Bonzini2012-05-101-11/+0
* block: push bdrv_change_backing_file error checking up from driversPaolo Bonzini2012-05-101-5/+0
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2012-05-083-5/+20
|\
| * qcow2: lock on preallocZhi Yong Wu2012-05-071-0/+3
| * qcow2: Limit COW to where it's neededKevin Wolf2012-05-071-5/+9
| * sheepdog: switch to writethrough mode if cluster doesn't support flushMORITA Kazutaka2012-05-071-0/+8
* | ISCSI: Add support for thin-provisioning via discard/UNMAP and bigger LUNsRonnie Sahlberg2012-05-041-13/+73
|/
* 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/+5
* | 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/+15
| * 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/+3
| * 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/+17
| * 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/+6
* | 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
|/
OpenPOWER on IntegriCloud