summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* qcow2: fix autoclear image header updateStefan Hajnoczi2012-06-151-8/+9
* qcow2: Fix avail_sectors in cluster allocation codeKevin Wolf2012-06-151-1/+9
* qcow2: Simplify calculation for COW area at the endKevin Wolf2012-06-151-3/+2
* qcow2: always operate caches in writeback modePaolo Bonzini2012-06-154-44/+5
* sheepdog: add coroutine_fn markers to coroutine functionsMORITA Kazutaka2012-06-151-4/+5
* rbd: hook up cache optionsJosh Durgin2012-06-151-0/+19
* qcow2: Support for fixing refcount inconsistenciesKevin Wolf2012-06-153-15/+37
* qemu-img check: Print fixed clusters and recheckKevin Wolf2012-06-151-0/+2
* qemu-img check -r for repairing imagesKevin Wolf2012-06-153-4/+15
* stream: move rate limiting to a separate header filePaolo Bonzini2012-06-151-29/+2
* stream: move is_allocated_above to block.cPaolo Bonzini2012-06-151-51/+2
* stream: tweak usage of bdrv_co_is_allocatedPaolo Bonzini2012-06-151-26/+25
* block: implement is_allocated for rawPaolo Bonzini2012-06-152-0/+106
* qcow2: fix endianness conversionZhi Yong Wu2012-06-151-1/+1
* qcow2: remove a line of unnecessary codeZhi Yong Wu2012-06-151-1/+0
* qcow2: Silence false warningKevin Wolf2012-06-151-0/+2
* build: move block/ objects to nested Makefile.objsPaolo Bonzini2012-06-071-0/+11
* block: prevent snapshot mode $TMPDIR symlink attackJim Meyering2012-05-301-1/+6
* sheepdog: fix return value of do_load_save_vm_stateMORITA Kazutaka2012-05-301-5/+5
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2012-05-293-56/+83
|\
| * qcow2: Check qcow2_alloc_clusters_at() return valueKevin Wolf2012-05-251-10/+13
| * sheepdog: use heap instead of stack for BDRVSheepdogStateMORITA Kazutaka2012-05-251-13/+22
| * sheepdog: return -errno on errorMORITA Kazutaka2012-05-251-32/+46
| * sheepdog: mark image as snapshot when tag is specifiedMORITA Kazutaka2012-05-251-1/+1
| * qcow2: don't leak buffer for unexpected qcow_version in headerJim Meyering2012-05-251-1/+2
* | ISCSI: Switch to using READ16/WRITE16 for I/O to the LUNRonnie Sahlberg2012-05-281-29/+83
* | ISCSI: Only call READCAPACITY16 for SBC devices, use READCAPACITY10 for MMCRonnie Sahlberg2012-05-281-5/+59
* | ISCSI: get device type at connection timeRonnie Sahlberg2012-05-281-2/+43
* | ISCSI: change num_blocks to 64-bitPaolo Bonzini2012-05-281-1/+1
* | ISCSI: redo how we set up the eventsRonnie Sahlberg2012-05-281-4/+21
|/
* 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
OpenPOWER on IntegriCloud