aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
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
2012-08-15block: Convert close calls to qemu_closeCorey Bryant
2012-08-15block: Convert open calls to qemu_openCorey Bryant
2012-08-15block: Prevent detection of /dev/fdset/ as floppyCorey Bryant
2012-08-11Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2012-08-11Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori
2012-08-10block: add BLOCK_O_CHECK for qemu-img checkStefan Hajnoczi
2012-08-10qcow2: mark image clean after repair succeedsStefan Hajnoczi
2012-08-10qed: mark image clean after repair succeedsStefan Hajnoczi
2012-08-09iscsi: Pick default initiator-name based on the name of the VMRonnie Sahlberg
2012-08-08iscsi: reorganize code for parse_initiator_namePaolo Bonzini
2012-08-08iscsi: do not leak initiator_namePaolo Bonzini
2012-08-06qcow2: implement lazy refcountsStefan Hajnoczi
2012-08-06qcow2: introduce dirty bitStefan Hajnoczi
2012-07-17vvfat: Do not clobber the user's geometryMarkus Armbruster
2012-07-17vvfat: Fix partition tableMarkus Armbruster
2012-07-17sheepdog: do not blindly memset all read buffersChristoph Hellwig
2012-07-17sheepdog: always use coroutine-based network functionsMORITA Kazutaka