aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2012-10-24mirror: add support for on-source-error/on-target-errorPaolo Bonzini
2012-10-24mirror: implement completionPaolo Bonzini
2012-10-24mirror: introduce mirror jobPaolo Bonzini
2012-10-24block: rename block_job_complete to block_job_completedPaolo Bonzini
2012-10-24block: in commit, determine base image from the top imageJeff Cody
2012-10-12sheepdog: use bool for boolean variablesMORITA Kazutaka
2012-10-06Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno
2012-10-05cleanup useless return sentenceAmos Kong
2012-10-05qcow2: mark this file's sole strncpy use as justifiedJim Meyering
2012-10-05vmdk: relative_path: use pstrcpy in place of strncpyJim Meyering
2012-10-05sheepdog: avoid a few buffer overrunsJim Meyering
2012-09-28blkdebug: process all set_state rules in the old statePaolo Bonzini
2012-09-28stream: add on-error argumentPaolo Bonzini
2012-09-28iostatus: move BlockdevOnError declaration to QAPIPaolo Bonzini
2012-09-28block: move job APIs to separate filesPaolo Bonzini
2012-09-28block: add live block commit functionalityJeff Cody
2012-09-28block: Support GlusterFS as a QEMU block backend.Bharata B Rao
2012-09-25Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2012-09-24block: vpc image file reopenJeff Cody
2012-09-24block: vdi image file reopenJeff Cody
2012-09-24block: vmdk image file reopenJeff Cody
2012-09-24block: qcow image file reopenJeff Cody
2012-09-24block: qcow2 image file reopenJeff Cody
2012-09-24block: qed image file reopenJeff Cody
2012-09-24block: raw image file reopenJeff Cody
2012-09-24block: raw-posix image file reopenJeff Cody
2012-09-24block: purge s->aligned_buf and s->aligned_buf_size from raw-posix.cJeff Cody
2012-09-24block: use BDRV_O_NOCACHE instead of s->aligned_buf in raw-posix.cJeff Cody
2012-09-24block: do not parse BDRV_O_CACHE_WB in block driversJeff Cody
2012-09-24block: move open flag parsing in raw block drivers to helper functionsJeff Cody
2012-09-24block: move aio initialization into a helper functionJeff Cody
2012-09-21iSCSI: We dont need to explicitely call qemu_notify_event() any moreRonnie Sahlberg
2012-09-21iSCSI: We need to support SG_IO also from iscsi_ioctl()Ronnie Sahlberg
2012-09-12vdi: Fix warning from clangStefan Weil
2012-09-12block/curl: Fix wrong free statementStefan Weil
2012-09-12sheepdog: fix savevm and loadvmMORITA Kazutaka
2012-08-31Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2012-08-29stream: complete early if end of backing file is reachedStefan Hajnoczi
2012-08-29qed: refuse unaligned zero writes with a backing fileStefan Hajnoczi
2012-08-28iscsi: Set number of blocks to 0 for blank CDROM devicesRonnie Sahlberg
2012-08-22Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori
2012-08-22Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2012-08-22sheepdog: don't leak socket file descriptor upon connection failureJim Meyering
2012-08-20iscsi: fix races between task completion and abortPaolo Bonzini
2012-08-20iscsi: simplify iscsi_schedule_bhPaolo Bonzini
2012-08-20iscsi: move iscsi_schedule_bh and iscsi_readv_writev_bh_cbPaolo Bonzini
2012-08-20Revert "iscsi: Fix NULL dereferences / races between task completion and abort"Paolo Bonzini
2012-08-17vmdk: Read footer for streamOptimized imagesKevin Wolf
2012-08-17vmdk: Fix header structureKevin Wolf
2012-08-15iscsi: Fix NULL dereferences / races between task completion and abortStefan Priebe