summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud