aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2012-07-09Merge remote-tracking branch 'mjt/mjt-iov2' into stagingAnthony Liguori
2012-07-09Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2012-07-09raw: hook into blkdebugPaolo Bonzini
2012-07-09blkdebug: optionally tie errors to a specific sectorPaolo Bonzini
2012-07-09blkdebug: store list of active rulesPaolo Bonzini
2012-07-09blkdebug: pass getlength to underlying filePaolo Bonzini
2012-07-09blkdebug: tiny cleanupPaolo Bonzini
2012-07-09blkdebug: remove sync i/o eventsPaolo Bonzini
2012-07-09sheepdog: traverse pending_list from the first for each timeMORITA Kazutaka
2012-07-09sheepdog: split outstanding list into inflight and pendingMORITA Kazutaka
2012-07-09sheepdog: make sure we don't free aiocb before sending all requestsMORITA Kazutaka
2012-07-09sheepdog: use coroutine based socket functions in coroutine contextMORITA Kazutaka
2012-07-09sheepdog: restart I/O when socket becomes ready in do_co_req()MORITA Kazutaka
2012-07-09sheepdog: fix dprintf format stringsMORITA Kazutaka
2012-07-09qcow2: preserve free_byte_offset when qcow2_alloc_bytes() failsStefan Hajnoczi
2012-07-09qcow2: fix #ifdef'd qcow2_check_refcounts() callersStefan Hajnoczi
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