summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-12vdi: Fix warning from clangStefan Weil1-13/+12
2012-09-12block/curl: Fix wrong free statementStefan Weil1-2/+1
2012-09-12sheepdog: fix savevm and loadvmMORITA Kazutaka1-1/+2
2012-08-31Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2-0/+17
2012-08-29stream: complete early if end of backing file is reachedStefan Hajnoczi1-0/+6
2012-08-29qed: refuse unaligned zero writes with a backing fileStefan Hajnoczi1-0/+11
2012-08-28iscsi: Set number of blocks to 0 for blank CDROM devicesRonnie Sahlberg1-1/+6
2012-08-22Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori1-59/+63
2012-08-22Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori1-1/+57
2012-08-22sheepdog: don't leak socket file descriptor upon connection failureJim Meyering1-0/+1
2012-08-20iscsi: fix races between task completion and abortPaolo Bonzini1-29/+30
2012-08-20iscsi: simplify iscsi_schedule_bhPaolo Bonzini1-15/+9
2012-08-20iscsi: move iscsi_schedule_bh and iscsi_readv_writev_bh_cbPaolo Bonzini1-28/+28
2012-08-20Revert "iscsi: Fix NULL dereferences / races between task completion and abort"Paolo Bonzini1-23/+32
2012-08-17vmdk: Read footer for streamOptimized imagesKevin Wolf1-0/+56
2012-08-17vmdk: Fix header structureKevin Wolf1-1/+1
2012-08-15iscsi: Fix NULL dereferences / races between task completion and abortStefan Priebe1-32/+23
2012-08-15block: Convert close calls to qemu_closeCorey Bryant5-22/+22
2012-08-15block: Convert open calls to qemu_openCorey Bryant6-28/+26
2012-08-15block: Prevent detection of /dev/fdset/ as floppyCorey Bryant1-1/+3
2012-08-11Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori4-24/+50
2012-08-11Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori1-30/+29