summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2013-03-15block: Add options QDict to bdrv_open() prototypeKevin Wolf4-4/+4
2013-03-15block: Add options QDict to .bdrv_open()Kevin Wolf12-14/+14
2013-03-05iscsi: add iscsi_truncate supportPeter Lieven1-47/+88
2013-03-05iscsi: retry read, write, flush and unmap on unit attention check conditionsPeter Lieven1-88/+203
2013-03-04sheepdog: add support for connecting to unix domain socketMORITA Kazutaka1-12/+70
2013-03-04sheepdog: use inet_connect to simplify connect codeMORITA Kazutaka1-81/+30
2013-03-04sheepdog: accept URIsMORITA Kazutaka1-34/+105
2013-03-04move socket_set_nodelay to osdep.cMORITA Kazutaka1-10/+1
2013-02-22qcow2: support compressed clusters in BlockFragInfoStefan Hajnoczi1-0/+1
2013-02-22qcow2: record fragmentation statistics during checkStefan Hajnoczi1-1/+24
2013-02-22qcow2: introduce check_refcounts_l1/l2() flagsStefan Hajnoczi1-6/+12
2013-02-22qemu-img: find the image end offset during checkFederico Simoncelli1-2/+8
2013-02-13block/curl: only restrict protocols with libcurl>=7.19.4Stefan Hajnoczi1-0/+4
2013-02-12Revert "block/vpc: Fix size calculation"Stefan Hajnoczi1-9/+5
2013-02-12block/raw-posix: detect readonly Linux block devices using BLKROGETStefan Hajnoczi1-1/+48
2013-02-11block/vpc: Fix size calculationStefan Weil1-5/+9
2013-02-11error: Strip trailing '\n' from error string arguments (again)Markus Armbruster1-1/+1
2013-02-08block/curl: disable extra protocols to prevent CVE-2013-0249Stefan Hajnoczi1-0/+11
2013-02-01block/raw-posix: Build fix for O_ASYNCAndreas Färber1-1/+10
2013-02-01vmdk: Allow space in file namePhilipp Hahn1-9/+1
2013-02-01parallels: Fix bdrv_open() error handlingKevin Wolf1-8/+15
2013-02-01dmg: Use g_free instead of freeKevin Wolf1-9/+9
2013-02-01dmg: Fix bdrv_open() error handlingKevin Wolf1-38/+97
2013-02-01vpc: Fix bdrv_open() error handlingKevin Wolf1-12/+30
2013-02-01cloop: Fix bdrv_open() error handlingKevin Wolf1-10/+19
2013-02-01bochs: Fix bdrv_open() error handlingKevin Wolf1-7/+15
2013-02-01sheepdog: pass vdi_id to sheep daemon for sd_close()Liu Yuan1-2/+3
2013-02-01vmdk: Allow selecting SCSI adapter in image creationOthmar Pasteka1-3/+28
2013-01-30g_malloc(0) and g_malloc0(0) return NULL; simplifyMarkus Armbruster2-8/+2
2013-01-25mirror: do nothing on zero-sized diskPaolo Bonzini1-1/+1
2013-01-25block/vdi: Check for bad signatureStefan Weil1-1/+5
2013-01-25block/vdi: Improved return values from vdi_openStefan Weil1-3/+14
2013-01-25block/vdi: Improve debug output for signatureStefan Weil1-1/+1
2013-01-25block: Use error code EMEDIUMTYPE for wrong format in some block driversStefan Weil6-7/+7
2013-01-25mirror: support arbitrarily-sized iterationsPaolo Bonzini1-30/+67
2013-01-25mirror: support more than one in-flight AIO operationPaolo Bonzini1-11/+91
2013-01-25mirror: add buf-size argument to drive-mirrorPaolo Bonzini1-4/+4
2013-01-25mirror: switch mirror_iteration to AIOPaolo Bonzini1-41/+126
2013-01-25mirror: allow customizing the granularityPaolo Bonzini1-19/+33
2013-01-25block: allow customizing the granularity of the dirty bitmapPaolo Bonzini1-10/+4
2013-01-25block: return count of dirty sectors, not chunksPaolo Bonzini1-1/+1
2013-01-25mirror: perform COW if the cluster size is bigger than the granularityPaolo Bonzini1-9/+53
2013-01-25block: implement dirty bitmap using HBitmapPaolo Bonzini1-2/+10
2013-01-24iscsi: add support for iovectorsPeter Lieven1-9/+34
2013-01-24iscsi: do not leak acb->buf when commands are abortedPaolo Bonzini1-1/+7
2013-01-23Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori1-5/+101
2013-01-22iscsi: add support for iSCSI NOPs [v2]Peter Lieven1-0/+38
2013-01-22iscsi: partly avoid iovec linearization in iscsi_aio_writevPeter Lieven1-5/+11
2013-01-22iscsi: add iscsi_create supportPeter Lieven1-0/+52
2013-01-20Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori2-19/+7