aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2012-06-24raw-posix: Fix build without is_allocated supportKevin Wolf
2012-06-15qcow2: fix autoclear image header updateStefan Hajnoczi
2012-06-15qcow2: Fix avail_sectors in cluster allocation codeKevin Wolf
2012-06-15qcow2: Simplify calculation for COW area at the endKevin Wolf
2012-06-15qcow2: always operate caches in writeback modePaolo Bonzini
2012-06-15sheepdog: add coroutine_fn markers to coroutine functionsMORITA Kazutaka
2012-06-15rbd: hook up cache optionsJosh Durgin
2012-06-15qcow2: Support for fixing refcount inconsistenciesKevin Wolf
2012-06-15qemu-img check: Print fixed clusters and recheckKevin Wolf
2012-06-15qemu-img check -r for repairing imagesKevin Wolf
2012-06-15stream: move rate limiting to a separate header filePaolo Bonzini
2012-06-15stream: move is_allocated_above to block.cPaolo Bonzini
2012-06-15stream: tweak usage of bdrv_co_is_allocatedPaolo Bonzini
2012-06-15block: implement is_allocated for rawPaolo Bonzini
2012-06-15qcow2: fix endianness conversionZhi Yong Wu
2012-06-15qcow2: remove a line of unnecessary codeZhi Yong Wu
2012-06-15qcow2: Silence false warningKevin Wolf
2012-06-07build: move block/ objects to nested Makefile.objsPaolo Bonzini
2012-05-30block: prevent snapshot mode $TMPDIR symlink attackJim Meyering
2012-05-30sheepdog: fix return value of do_load_save_vm_stateMORITA Kazutaka
2012-05-29Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2012-05-28ISCSI: Switch to using READ16/WRITE16 for I/O to the LUNRonnie Sahlberg
2012-05-28ISCSI: Only call READCAPACITY16 for SBC devices, use READCAPACITY10 for MMCRonnie Sahlberg
2012-05-28ISCSI: get device type at connection timeRonnie Sahlberg
2012-05-28ISCSI: change num_blocks to 64-bitPaolo Bonzini
2012-05-28ISCSI: redo how we set up the eventsRonnie Sahlberg
2012-05-25qcow2: Check qcow2_alloc_clusters_at() return valueKevin Wolf
2012-05-25sheepdog: use heap instead of stack for BDRVSheepdogStateMORITA Kazutaka
2012-05-25sheepdog: return -errno on errorMORITA Kazutaka
2012-05-25sheepdog: mark image as snapshot when tag is specifiedMORITA Kazutaka
2012-05-25qcow2: don't leak buffer for unexpected qcow_version in headerJim Meyering
2012-05-14qcow2: Don't ignore failure to clear autoclear flagsKevin Wolf
2012-05-10block: fix warning introduced in efcc7a23Anthony Liguori
2012-05-10stream: do not copy unallocated sectors from the basePaolo Bonzini
2012-05-10stream: fix ratelimiting corner casePaolo Bonzini
2012-05-10stream: pass new base image format to bdrv_change_backing_filePaolo Bonzini
2012-05-10block: wait for job callback in block_job_cancel_syncPaolo Bonzini
2012-05-10block: add block_job_sleep_nsPaolo Bonzini
2012-05-10block: fix snapshot on QEDPaolo Bonzini
2012-05-10block: update in-memory backing file and formatPaolo Bonzini
2012-05-10block: push bdrv_change_backing_file error checking up from driversPaolo Bonzini
2012-05-08Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2012-05-07qcow2: lock on preallocZhi Yong Wu
2012-05-07qcow2: Limit COW to where it's neededKevin Wolf
2012-05-07sheepdog: switch to writethrough mode if cluster doesn't support flushMORITA Kazutaka
2012-05-04ISCSI: Add support for thin-provisioning via discard/UNMAP and bigger LUNsRonnie Sahlberg
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