summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2012-04-1014-408/+312
|\
| * qed: remove incoming live migration blockerBenoît Canet2012-04-052-11/+0
| * qed: honor BDRV_O_INCOMING for incoming live migrationBenoît Canet2012-04-051-2/+3
| * qed: add bdrv_invalidate_cache to be called after incoming live migrationBenoît Canet2012-04-051-0/+10
| * block stream: close unused files and update ->backing_hdMarcelo Tosatti2012-04-051-0/+34
| * sheepdog: fix send req helpersLiu Yuan2012-04-051-0/+2
| * sheepdog: implement SD_OP_FLUSH_VDI operationLiu Yuan2012-04-051-14/+128
| * qed: track dirty flag statusDong Xu Wang2012-04-051-0/+1
| * qed: image fragmentation statisticsDong Xu Wang2012-04-051-0/+9
| * block: set job->speed in block_set_speedPaolo Bonzini2012-04-051-1/+0
| * block: fix streaming/closing racePaolo Bonzini2012-04-051-2/+4
| * vdi: change goto to loopPaolo Bonzini2012-04-051-73/+68
| * vdi: do not create useless iovecsPaolo Bonzini2012-04-051-46/+33
| * vdi: leave bounce buffering to block layerPaolo Bonzini2012-04-051-55/+12
| * vdi: move aiocb fields to localsPaolo Bonzini2012-04-051-98/+65
| * vdi: merge aio_read_cb and aio_write_cb into callersPaolo Bonzini2012-04-051-28/+12
| * vdi: move end-of-I/O handling at the endPaolo Bonzini2012-04-051-67/+56
| * vdi: basic conversion to coroutinesPaolo Bonzini2012-04-051-121/+37
| * block/vpc: write checksum back to footer after checkZhang Shengju2012-04-051-0/+3
| * block: push recursive flushing up from driversPaolo Bonzini2012-04-059-55/+2
| * qcow2: Remove unused parameter in get_cluster_table()Kevin Wolf2012-04-051-10/+8
* | block/curl: Replace usleep by g_usleepStefan Weil2012-04-031-1/+1
|/
* qcow2: Reduce number of I/O requestsKevin Wolf2012-03-122-77/+167
* qcow2: Add qcow2_alloc_clusters_at()Kevin Wolf2012-03-122-0/+30
* qcow2: Factor out count_cow_clustersKevin Wolf2012-03-121-19/+36
* qcow2: Add error messages in qcow2_truncateKevin Wolf2012-03-121-0/+3
* qcow2: Add some tracingKevin Wolf2012-03-123-1/+41
* qed: do not evict in-use L2 table cache entriesStefan Hajnoczi2012-03-121-4/+18
* block/vmdk: Fix warning from splint (comparision of unsigned value)Stefan Weil2012-03-071-1/+1
* qcow2: Reject too large header extensionsKevin Wolf2012-02-291-0/+5
* qcow2: Fix offset in qcow2_read_extensionsKevin Wolf2012-02-291-3/+2
* qcow2: Fix build with DEBUG_EXT enabledKevin Wolf2012-02-291-1/+0
* block: bdrv_eject(): Make eject_flag a real boolLuiz Capitulino2012-02-222-4/+4
* sheepdog: fix co_recv coroutine contextMORITA Kazutaka2012-02-091-0/+3
* qcow2: Keep unknown header extension when rewriting headerKevin Wolf2012-02-092-2/+50
* qcow2: Update whole header at onceKevin Wolf2012-02-092-60/+95
* vpc: Round up image size during fixed image creationKevin Wolf2012-02-091-13/+10
* vpc: Add support for Fixed Disk typeCharles Arnold2012-02-091-91/+194
* iSCSI: add configuration variables for iSCSIRonnie Sahlberg2012-02-091-10/+129
* qed: add .bdrv_co_write_zeroes() supportStefan Hajnoczi2012-02-092-8/+103
* qed: replace is_write with flags fieldStefan Hajnoczi2012-02-092-8/+13
* qcow: Use bdrv functions to replace file operationLi Zhi Hui2012-01-261-17/+31
* qcow: Return real error code in qcow_openLi Zhi Hui2012-01-261-19/+37
* block/vdi: Zero unused parts when allocating a new block (fix #919242)Stefan Weil2012-01-261-2/+6
* block: add support for partial streamingMarcelo Tosatti2012-01-261-4/+87
* block: rate-limit streaming operationsStefan Hajnoczi2012-01-261-6/+59
* block: add image streaming block jobStefan Hajnoczi2012-01-261-0/+133
* block: replace unchecked strdup/malloc/calloc with glibStefan Hajnoczi2012-01-262-4/+4
* rbd: wire up snapshot removal and rollback functionalityGregory Farnum2012-01-261-0/+22
* prepare for future GPLv2+ relicensingPaolo Bonzini2012-01-133-0/+7
OpenPOWER on IntegriCloud