summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* sheepdog: set io_flush handler in do_co_reqMORITA Kazutaka2013-03-151-2/+11
* sheepdog: use non-blocking fd in coroutine contextMORITA Kazutaka2013-03-151-4/+2
* qcow2: make is_allocated return true for zero clustersPaolo Bonzini2013-03-152-5/+4
* qcow2: drop unnecessary flush in qcow2_update_snapshot_refcount()Stefan Hajnoczi2013-03-151-4/+0
* qcow2: drop flush in update_cluster_refcount()Stefan Hajnoczi2013-03-151-2/+0
* qcow2: flush in qcow2_update_snapshot_refcount()Stefan Hajnoczi2013-03-152-6/+1
* qcow2: set L2 cache dependency in qcow2_alloc_bytes()Stefan Hajnoczi2013-03-151-1/+5
* qcow2: flush refcount cache correctly in qcow2_write_snapshots()Stefan Hajnoczi2013-03-151-1/+4
* qcow2: flush refcount cache correctly in alloc_refcount_block()Stefan Hajnoczi2013-03-151-2/+8
* qcow2: Allow lazy refcounts to be enabled on the command lineKevin Wolf2013-03-153-1/+39
* block: Add options QDict to bdrv_open() prototypeKevin Wolf2013-03-154-4/+4
* block: Add options QDict to .bdrv_open()Kevin Wolf2013-03-1512-14/+14
* iscsi: add iscsi_truncate supportPeter Lieven2013-03-051-47/+88
* iscsi: retry read, write, flush and unmap on unit attention check conditionsPeter Lieven2013-03-051-88/+203
* sheepdog: add support for connecting to unix domain socketMORITA Kazutaka2013-03-041-12/+70
* sheepdog: use inet_connect to simplify connect codeMORITA Kazutaka2013-03-041-81/+30
* sheepdog: accept URIsMORITA Kazutaka2013-03-041-34/+105
* move socket_set_nodelay to osdep.cMORITA Kazutaka2013-03-041-10/+1
* qcow2: support compressed clusters in BlockFragInfoStefan Hajnoczi2013-02-221-0/+1
* qcow2: record fragmentation statistics during checkStefan Hajnoczi2013-02-221-1/+24
* qcow2: introduce check_refcounts_l1/l2() flagsStefan Hajnoczi2013-02-221-6/+12
* qemu-img: find the image end offset during checkFederico Simoncelli2013-02-221-2/+8
* block/curl: only restrict protocols with libcurl>=7.19.4Stefan Hajnoczi2013-02-131-0/+4
* Revert "block/vpc: Fix size calculation"Stefan Hajnoczi2013-02-121-9/+5
* block/raw-posix: detect readonly Linux block devices using BLKROGETStefan Hajnoczi2013-02-121-1/+48
* block/vpc: Fix size calculationStefan Weil2013-02-111-5/+9
* error: Strip trailing '\n' from error string arguments (again)Markus Armbruster2013-02-111-1/+1
* block/curl: disable extra protocols to prevent CVE-2013-0249Stefan Hajnoczi2013-02-081-0/+11
* block/raw-posix: Build fix for O_ASYNCAndreas Färber2013-02-011-1/+10
* vmdk: Allow space in file namePhilipp Hahn2013-02-011-9/+1
* parallels: Fix bdrv_open() error handlingKevin Wolf2013-02-011-8/+15
* dmg: Use g_free instead of freeKevin Wolf2013-02-011-9/+9
* dmg: Fix bdrv_open() error handlingKevin Wolf2013-02-011-38/+97
* vpc: Fix bdrv_open() error handlingKevin Wolf2013-02-011-12/+30
* cloop: Fix bdrv_open() error handlingKevin Wolf2013-02-011-10/+19
* bochs: Fix bdrv_open() error handlingKevin Wolf2013-02-011-7/+15
* sheepdog: pass vdi_id to sheep daemon for sd_close()Liu Yuan2013-02-011-2/+3
* vmdk: Allow selecting SCSI adapter in image creationOthmar Pasteka2013-02-011-3/+28
* g_malloc(0) and g_malloc0(0) return NULL; simplifyMarkus Armbruster2013-01-302-8/+2
* mirror: do nothing on zero-sized diskPaolo Bonzini2013-01-251-1/+1
* block/vdi: Check for bad signatureStefan Weil2013-01-251-1/+5
* block/vdi: Improved return values from vdi_openStefan Weil2013-01-251-3/+14
* block/vdi: Improve debug output for signatureStefan Weil2013-01-251-1/+1
* block: Use error code EMEDIUMTYPE for wrong format in some block driversStefan Weil2013-01-256-7/+7
* mirror: support arbitrarily-sized iterationsPaolo Bonzini2013-01-251-30/+67
* mirror: support more than one in-flight AIO operationPaolo Bonzini2013-01-251-11/+91
* mirror: add buf-size argument to drive-mirrorPaolo Bonzini2013-01-251-4/+4
* mirror: switch mirror_iteration to AIOPaolo Bonzini2013-01-251-41/+126
* mirror: allow customizing the granularityPaolo Bonzini2013-01-251-19/+33
* block: allow customizing the granularity of the dirty bitmapPaolo Bonzini2013-01-251-10/+4
OpenPOWER on IntegriCloud