summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2012-03-12qcow2: Reduce number of I/O requestsKevin Wolf2-77/+167
2012-03-12qcow2: Add qcow2_alloc_clusters_at()Kevin Wolf2-0/+30
2012-03-12qcow2: Factor out count_cow_clustersKevin Wolf1-19/+36
2012-03-12qcow2: Add error messages in qcow2_truncateKevin Wolf1-0/+3
2012-03-12qcow2: Add some tracingKevin Wolf3-1/+41
2012-03-12qed: do not evict in-use L2 table cache entriesStefan Hajnoczi1-4/+18
2012-03-07block/vmdk: Fix warning from splint (comparision of unsigned value)Stefan Weil1-1/+1
2012-02-29qcow2: Reject too large header extensionsKevin Wolf1-0/+5
2012-02-29qcow2: Fix offset in qcow2_read_extensionsKevin Wolf1-3/+2
2012-02-29qcow2: Fix build with DEBUG_EXT enabledKevin Wolf1-1/+0
2012-02-22block: bdrv_eject(): Make eject_flag a real boolLuiz Capitulino2-4/+4
2012-02-09sheepdog: fix co_recv coroutine contextMORITA Kazutaka1-0/+3
2012-02-09qcow2: Keep unknown header extension when rewriting headerKevin Wolf2-2/+50
2012-02-09qcow2: Update whole header at onceKevin Wolf2-60/+95
2012-02-09vpc: Round up image size during fixed image creationKevin Wolf1-13/+10
2012-02-09vpc: Add support for Fixed Disk typeCharles Arnold1-91/+194
2012-02-09iSCSI: add configuration variables for iSCSIRonnie Sahlberg1-10/+129
2012-02-09qed: add .bdrv_co_write_zeroes() supportStefan Hajnoczi2-8/+103
2012-02-09qed: replace is_write with flags fieldStefan Hajnoczi2-8/+13
2012-01-26qcow: Use bdrv functions to replace file operationLi Zhi Hui1-17/+31
2012-01-26qcow: Return real error code in qcow_openLi Zhi Hui1-19/+37
2012-01-26block/vdi: Zero unused parts when allocating a new block (fix #919242)Stefan Weil1-2/+6
2012-01-26block: add support for partial streamingMarcelo Tosatti1-4/+87
2012-01-26block: rate-limit streaming operationsStefan Hajnoczi1-6/+59
2012-01-26block: add image streaming block jobStefan Hajnoczi1-0/+133
2012-01-26block: replace unchecked strdup/malloc/calloc with glibStefan Hajnoczi2-4/+4
2012-01-26rbd: wire up snapshot removal and rollback functionalityGregory Farnum1-0/+22
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini3-0/+7
2012-01-13vvfat: avoid leaking file descriptor in commit_one_file()Stefan Hajnoczi1-0/+3
2011-12-22move corking functions to osdep.cPaolo Bonzini1-18/+2
2011-12-22nbd: add support for NBD_CMD_TRIMPaolo Bonzini1-0/+25
2011-12-22nbd: add support for NBD_CMD_FLUSHPaolo Bonzini1-8/+37
2011-12-22nbd: add support for NBD_CMD_FLAG_FUAPaolo Bonzini1-0/+4
2011-12-22nbd: allow multiple in-flight requestsPaolo Bonzini1-13/+56
2011-12-22nbd: split requestsPaolo Bonzini1-6/+46
2011-12-22nbd: switch to asynchronous operationPaolo Bonzini1-65/+123
2011-12-22sheepdog: move coroutine send/recv function to generic codePaolo Bonzini1-209/+21
2011-12-15block/cow: Return real error codeLi Zhi Hui1-15/+29
2011-12-15qcow2: Allow >4 GB VM stateKevin Wolf2-3/+33
2011-12-15rbd: always set out parameter in qemu_rbd_snap_listJosh Durgin1-1/+2
2011-12-15block/qcow2.c: call qcow2_free_snapshots in the function of qcow2_closeLi Zhi Hui1-0/+1
2011-12-15block: qemu_aio_get does not return NULLPaolo Bonzini3-36/+19
2011-12-15block: bdrv_aio_* do not return NULLPaolo Bonzini4-95/+31
2011-12-06fix typo: delete redundant semicolonDong Xu Wang1-2/+2
2011-12-05Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori12-219/+362
2011-12-05cow: use bdrv_co_is_allocated()Stefan Hajnoczi1-3/+3
2011-12-05coroutine: add qemu_co_queue_restart_all()Stefan Hajnoczi1-1/+1
2011-12-05cow: convert to .bdrv_co_is_allocated()Stefan Hajnoczi1-4/+4
2011-12-05vdi: convert to .bdrv_co_is_allocated()Stefan Hajnoczi1-3/+3
2011-12-05vvfat: convert to .bdrv_co_is_allocated()Stefan Hajnoczi1-2/+2