summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* vvfat: Do not clobber the user's geometryMarkus Armbruster2012-07-171-24/+29
* vvfat: Fix partition tableMarkus Armbruster2012-07-171-3/+4
* sheepdog: do not blindly memset all read buffersChristoph Hellwig2012-07-171-19/+18Star
* sheepdog: always use coroutine-based network functionsMORITA Kazutaka2012-07-171-66/+47Star
* Merge remote-tracking branch 'mjt/mjt-iov2' into stagingAnthony Liguori2012-07-098-37/+35Star
|\
| * cleanup qemu_co_sendv(), qemu_co_recvv() and friendsMichael Tokarev2012-06-112-11/+13
| * change qemu_iovec_to_buf() to match other to,from_buf functionsMichael Tokarev2012-06-114-5/+4Star
| * consolidate qemu_iovec_copy() and qemu_iovec_concat() and make them consistentMichael Tokarev2012-06-112-5/+5
| * allow qemu_iovec_from_buffer() to specify offset from which to start copyingMichael Tokarev2012-06-114-11/+8Star
| * consolidate qemu_iovec_memset{,_skip}() into single function and use existing...Michael Tokarev2012-06-112-5/+5
* | Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2012-07-097-103/+153
|\ \
| * | raw: hook into blkdebugPaolo Bonzini2012-07-091-0/+2
| * | blkdebug: optionally tie errors to a specific sectorPaolo Bonzini2012-07-091-2/+24
| * | blkdebug: store list of active rulesPaolo Bonzini2012-07-091-38/+31Star
| * | blkdebug: pass getlength to underlying filePaolo Bonzini2012-07-091-0/+6
| * | blkdebug: tiny cleanupPaolo Bonzini2012-07-091-6/+2Star
| * | blkdebug: remove sync i/o eventsPaolo Bonzini2012-07-092-3/+1Star
| * | sheepdog: traverse pending_list from the first for each timeMORITA Kazutaka2012-07-091-6/+16
| * | sheepdog: split outstanding list into inflight and pendingMORITA Kazutaka2012-07-091-25/+24Star
| * | sheepdog: make sure we don't free aiocb before sending all requestsMORITA Kazutaka2012-07-091-13/+16
| * | sheepdog: use coroutine based socket functions in coroutine contextMORITA Kazutaka2012-07-091-2/+8
| * | sheepdog: restart I/O when socket becomes ready in do_co_req()MORITA Kazutaka2012-07-091-0/+14
| * | sheepdog: fix dprintf format stringsMORITA Kazutaka2012-07-091-4/+4
| * | qcow2: preserve free_byte_offset when qcow2_alloc_bytes() failsStefan Hajnoczi2012-07-091-3/+4
| * | qcow2: fix #ifdef'd qcow2_check_refcounts() callersStefan Hajnoczi2012-07-092-4/+4
* | | ISCSI: force use of sg for SMC and SSC devicesRonnie Sahlberg2012-07-021-0/+10
* | | ISCSI: Add SCSI passthrough via scsi-generic to libiscsiRonnie Sahlberg2012-07-021-0/+142
|/ /
* | raw-posix: Fix build without is_allocated supportKevin Wolf2012-06-241-1/+8
* | 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/+2Star
* | qcow2: always operate caches in writeback modePaolo Bonzini2012-06-154-44/+5Star
* | 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/+2Star
* | stream: move is_allocated_above to block.cPaolo Bonzini2012-06-151-51/+2Star
* | stream: tweak usage of bdrv_co_is_allocatedPaolo Bonzini2012-06-151-26/+25Star
* | 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/+0Star
* | 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