summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2013-03-15threadpool: drop global thread poolStefan Hajnoczi2-3/+9
2013-03-15sheepdog: set io_flush handler in do_co_reqMORITA Kazutaka1-2/+11
2013-03-15sheepdog: use non-blocking fd in coroutine contextMORITA Kazutaka1-4/+2
2013-03-15qcow2: make is_allocated return true for zero clustersPaolo Bonzini2-5/+4
2013-03-15qcow2: drop unnecessary flush in qcow2_update_snapshot_refcount()Stefan Hajnoczi1-4/+0
2013-03-15qcow2: drop flush in update_cluster_refcount()Stefan Hajnoczi1-2/+0
2013-03-15qcow2: flush in qcow2_update_snapshot_refcount()Stefan Hajnoczi2-6/+1
2013-03-15qcow2: set L2 cache dependency in qcow2_alloc_bytes()Stefan Hajnoczi1-1/+5
2013-03-15qcow2: flush refcount cache correctly in qcow2_write_snapshots()Stefan Hajnoczi1-1/+4
2013-03-15qcow2: flush refcount cache correctly in alloc_refcount_block()Stefan Hajnoczi1-2/+8
2013-03-15qcow2: Allow lazy refcounts to be enabled on the command lineKevin Wolf3-1/+39
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