aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2012-07-02ISCSI: force use of sg for SMC and SSC devicesRonnie Sahlberg
2012-07-02ISCSI: Add SCSI passthrough via scsi-generic to libiscsiRonnie Sahlberg
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-11cleanup qemu_co_sendv(), qemu_co_recvv() and friendsMichael Tokarev
2012-06-11change qemu_iovec_to_buf() to match other to,from_buf functionsMichael Tokarev
2012-06-11consolidate qemu_iovec_copy() and qemu_iovec_concat() and make them consistentMichael Tokarev
2012-06-11allow qemu_iovec_from_buffer() to specify offset from which to start copyingMichael Tokarev
2012-06-11consolidate qemu_iovec_memset{,_skip}() into single function and use existing...Michael Tokarev
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