summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2012-11-21use int64_t for return values from rbd instead of intStefan Priebe1-2/+2
2012-11-21vdi: don't override libuuid symbolsStefan Hajnoczi1-6/+3
2012-11-21block: add bdrv_reopen() support for raw hdev, floppy, and cdromJeff Cody1-0/+16
2012-11-14vmdk: Fix data corruption bug in WRITE and READ handlingGerhard Wiesinger1-2/+8
2012-11-14aio: rename AIOPool to AIOCBInfoStefan Hajnoczi10-25/+25
2012-11-14block: Workaround for older versions of MinGW gccStefan Weil1-5/+5
2012-11-14qcow2: Fix refcount table size calculationKevin Wolf1-1/+2
2012-11-12nbd: accept URIsPaolo Bonzini1-1/+97
2012-11-12nbd: accept relative path to Unix socketPaolo Bonzini1-10/+7
2012-10-31Merge remote-tracking branch 'origin/master' into threadpoolPaolo Bonzini4-12/+326
2012-10-31raw-win32: implement native asynchronous I/OPaolo Bonzini4-6/+274
2012-10-31raw-posix: move linux-aio.c to block/Paolo Bonzini2-0/+217
2012-10-31raw-win32: add emulated AIO supportPaolo Bonzini1-49/+138
2012-10-31raw-posix: rename raw-posix-aio.h, hide unavailable prototypesPaolo Bonzini2-5/+7
2012-10-31raw: merge posix-aio-compat.c into block/raw-posix.cPaolo Bonzini2-8/+294
2012-10-31block: switch posix-aio-compat to threadpoolPaolo Bonzini2-11/+2
2012-10-30aio: add Win32 implementationPaolo Bonzini1-1/+5
2012-10-24mirror: add support for on-source-error/on-target-errorPaolo Bonzini1-21/+73
2012-10-24mirror: implement completionPaolo Bonzini1-5/+40
2012-10-24mirror: introduce mirror jobPaolo Bonzini2-0/+236
2012-10-24block: rename block_job_complete to block_job_completedPaolo Bonzini2-3/+3
2012-10-24block: in commit, determine base image from the top imageJeff Cody1-9/+0
2012-10-12sheepdog: use bool for boolean variablesMORITA Kazutaka1-35/+35
2012-10-06Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno1-1/+0
2012-10-05cleanup useless return sentenceAmos Kong1-1/+0
2012-10-05qcow2: mark this file's sole strncpy use as justifiedJim Meyering1-0/+1
2012-10-05vmdk: relative_path: use pstrcpy in place of strncpyJim Meyering1-2/+1
2012-10-05sheepdog: avoid a few buffer overrunsJim Meyering1-12/+22
2012-09-28blkdebug: process all set_state rules in the old statePaolo Bonzini1-5/+7
2012-09-28stream: add on-error argumentPaolo Bonzini1-1/+27
2012-09-28iostatus: move BlockdevOnError declaration to QAPIPaolo Bonzini1-7/+7
2012-09-28block: move job APIs to separate filesPaolo Bonzini3-2/+5
2012-09-28block: add live block commit functionalityJeff Cody2-0/+268
2012-09-28block: Support GlusterFS as a QEMU block backend.Bharata B Rao2-0/+625
2012-09-25Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori12-91/+286
2012-09-24block: vpc image file reopenJeff Cody1-0/+7
2012-09-24block: vdi image file reopenJeff Cody1-0/+7
2012-09-24block: vmdk image file reopenJeff Cody1-0/+35
2012-09-24block: qcow image file reopenJeff Cody1-0/+10
2012-09-24block: qcow2 image file reopenJeff Cody1-0/+10
2012-09-24block: qed image file reopenJeff Cody1-0/+9
2012-09-24block: raw image file reopenJeff Cody1-0/+10
2012-09-24block: raw-posix image file reopenJeff Cody1-0/+114
2012-09-24block: purge s->aligned_buf and s->aligned_buf_size from raw-posix.cJeff Cody1-20/+1
2012-09-24block: use BDRV_O_NOCACHE instead of s->aligned_buf in raw-posix.cJeff Cody1-1/+1
2012-09-24block: do not parse BDRV_O_CACHE_WB in block driversJeff Cody5-24/+6
2012-09-24block: move open flag parsing in raw block drivers to helper functionsJeff Cody2-34/+47
2012-09-24block: move aio initialization into a helper functionJeff Cody1-18/+35
2012-09-21iSCSI: We dont need to explicitely call qemu_notify_event() any moreRonnie Sahlberg1-6/+0
2012-09-21iSCSI: We need to support SG_IO also from iscsi_ioctl()Ronnie Sahlberg1-0/+17