summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* vvfat: avoid leaking file descriptor in commit_one_file()Stefan Hajnoczi2012-01-131-0/+3
* move corking functions to osdep.cPaolo Bonzini2011-12-221-18/+2
* nbd: add support for NBD_CMD_TRIMPaolo Bonzini2011-12-221-0/+25
* nbd: add support for NBD_CMD_FLUSHPaolo Bonzini2011-12-221-8/+37
* nbd: add support for NBD_CMD_FLAG_FUAPaolo Bonzini2011-12-221-0/+4
* nbd: allow multiple in-flight requestsPaolo Bonzini2011-12-221-13/+56
* nbd: split requestsPaolo Bonzini2011-12-221-6/+46
* nbd: switch to asynchronous operationPaolo Bonzini2011-12-221-65/+123
* sheepdog: move coroutine send/recv function to generic codePaolo Bonzini2011-12-221-209/+21
* block/cow: Return real error codeLi Zhi Hui2011-12-151-15/+29
* qcow2: Allow >4 GB VM stateKevin Wolf2011-12-152-3/+33
* rbd: always set out parameter in qemu_rbd_snap_listJosh Durgin2011-12-151-1/+2
* block/qcow2.c: call qcow2_free_snapshots in the function of qcow2_closeLi Zhi Hui2011-12-151-0/+1
* block: qemu_aio_get does not return NULLPaolo Bonzini2011-12-153-36/+19
* block: bdrv_aio_* do not return NULLPaolo Bonzini2011-12-154-95/+31
* fix typo: delete redundant semicolonDong Xu Wang2011-12-061-2/+2
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2011-12-0512-219/+362
|\
| * cow: use bdrv_co_is_allocated()Stefan Hajnoczi2011-12-051-3/+3
| * coroutine: add qemu_co_queue_restart_all()Stefan Hajnoczi2011-12-051-1/+1
| * cow: convert to .bdrv_co_is_allocated()Stefan Hajnoczi2011-12-051-4/+4
| * vdi: convert to .bdrv_co_is_allocated()Stefan Hajnoczi2011-12-051-3/+3
| * vvfat: convert to .bdrv_co_is_allocated()Stefan Hajnoczi2011-12-051-2/+2
| * block: convert qcow2, qcow2, and vmdk to .bdrv_co_is_allocated()Stefan Hajnoczi2011-12-053-11/+18
| * qed: convert to .bdrv_co_is_allocated()Stefan Hajnoczi2011-12-051-4/+11
| * qcow2: Fix error path in qcow2_snapshot_load_tmpKevin Wolf2011-12-051-12/+22
| * qcow2: Fix order in qcow2_snapshot_deleteKevin Wolf2011-12-051-15/+33
| * qcow2: Fix order of refcount updates in qcow2_snapshot_gotoKevin Wolf2011-12-052-18/+50
| * qcow2: Return real error in qcow2_snapshot_gotoKevin Wolf2011-12-051-11/+40
| * qcow2: Rework qcow2_snapshot_create error handlingKevin Wolf2011-12-051-14/+41
| * qcow2: Cleanups and memleak fix in qcow2_snapshot_createKevin Wolf2011-12-051-15/+11
| * qcow2: Update snapshot table information at onceKevin Wolf2011-12-051-12/+10
| * qcow2: Return real error code in qcow2_write_snapshotsKevin Wolf2011-12-051-10/+38
| * qcow2: Return real error code in qcow2_read_snapshotsKevin Wolf2011-12-052-7/+23
| * block: Add coroutine_fn marker to coroutine functionsDong Xu Wang2011-12-053-8/+8
| * block: Use bdrv functions to replace file operation in cow.cLi Zhi Hui2011-12-051-18/+16
| * qed: adjust the way to get nb_sectorsZhi Yong Wu2011-12-051-3/+3
| * qcow2: avoid reentrant bdrv_read() in copy_sectors()Stefan Hajnoczi2011-12-051-8/+19
| * qcow2: Unlock during COWKevin Wolf2011-12-051-69/+35
* | fix spelling in block sub directoryDong Xu Wang2011-12-023-5/+5
|/
* vpc: Add missing error handling in alloc_blockKevin Wolf2011-11-231-1/+4
* vdi: Fix memory leakKevin Wolf2011-11-231-0/+3
* vvfat: Add migration blockerKevin Wolf2011-11-231-0/+17
* vpc: Add migration blockerKevin Wolf2011-11-231-0/+13
* vmdk: Add migration blockerKevin Wolf2011-11-231-1/+15
* vdi: Add migration blockerKevin Wolf2011-11-231-0/+12
OpenPOWER on IntegriCloud