aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2012-04-10Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2012-04-05qed: remove incoming live migration blockerBenoît Canet
2012-04-05qed: honor BDRV_O_INCOMING for incoming live migrationBenoît Canet
2012-04-05qed: add bdrv_invalidate_cache to be called after incoming live migrationBenoît Canet
2012-04-05block stream: close unused files and update ->backing_hdMarcelo Tosatti
2012-04-05sheepdog: fix send req helpersLiu Yuan
2012-04-05sheepdog: implement SD_OP_FLUSH_VDI operationLiu Yuan
2012-04-05qed: track dirty flag statusDong Xu Wang
2012-04-05qed: image fragmentation statisticsDong Xu Wang
2012-04-05block: set job->speed in block_set_speedPaolo Bonzini
2012-04-05block: fix streaming/closing racePaolo Bonzini
2012-04-05vdi: change goto to loopPaolo Bonzini
2012-04-05vdi: do not create useless iovecsPaolo Bonzini
2012-04-05vdi: leave bounce buffering to block layerPaolo Bonzini
2012-04-05vdi: move aiocb fields to localsPaolo Bonzini
2012-04-05vdi: merge aio_read_cb and aio_write_cb into callersPaolo Bonzini
2012-04-05vdi: move end-of-I/O handling at the endPaolo Bonzini
2012-04-05vdi: basic conversion to coroutinesPaolo Bonzini
2012-04-05block/vpc: write checksum back to footer after checkZhang Shengju
2012-04-05block: push recursive flushing up from driversPaolo Bonzini
2012-04-05qcow2: Remove unused parameter in get_cluster_table()Kevin Wolf
2012-04-03block/curl: Replace usleep by g_usleepStefan Weil
2012-03-12qcow2: Reduce number of I/O requestsKevin Wolf
2012-03-12qcow2: Add qcow2_alloc_clusters_at()Kevin Wolf
2012-03-12qcow2: Factor out count_cow_clustersKevin Wolf
2012-03-12qcow2: Add error messages in qcow2_truncateKevin Wolf
2012-03-12qcow2: Add some tracingKevin Wolf
2012-03-12qed: do not evict in-use L2 table cache entriesStefan Hajnoczi
2012-03-07block/vmdk: Fix warning from splint (comparision of unsigned value)Stefan Weil
2012-02-29qcow2: Reject too large header extensionsKevin Wolf
2012-02-29qcow2: Fix offset in qcow2_read_extensionsKevin Wolf
2012-02-29qcow2: Fix build with DEBUG_EXT enabledKevin Wolf
2012-02-22block: bdrv_eject(): Make eject_flag a real boolLuiz Capitulino
2012-02-09sheepdog: fix co_recv coroutine contextMORITA Kazutaka
2012-02-09qcow2: Keep unknown header extension when rewriting headerKevin Wolf
2012-02-09qcow2: Update whole header at onceKevin Wolf
2012-02-09vpc: Round up image size during fixed image creationKevin Wolf
2012-02-09vpc: Add support for Fixed Disk typeCharles Arnold
2012-02-09iSCSI: add configuration variables for iSCSIRonnie Sahlberg
2012-02-09qed: add .bdrv_co_write_zeroes() supportStefan Hajnoczi
2012-02-09qed: replace is_write with flags fieldStefan Hajnoczi
2012-01-26qcow: Use bdrv functions to replace file operationLi Zhi Hui
2012-01-26qcow: Return real error code in qcow_openLi Zhi Hui
2012-01-26block/vdi: Zero unused parts when allocating a new block (fix #919242)Stefan Weil
2012-01-26block: add support for partial streamingMarcelo Tosatti
2012-01-26block: rate-limit streaming operationsStefan Hajnoczi
2012-01-26block: add image streaming block jobStefan Hajnoczi
2012-01-26block: replace unchecked strdup/malloc/calloc with glibStefan Hajnoczi
2012-01-26rbd: wire up snapshot removal and rollback functionalityGregory Farnum
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini