aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
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
2012-01-13vvfat: avoid leaking file descriptor in commit_one_file()Stefan Hajnoczi
2011-12-22move corking functions to osdep.cPaolo Bonzini
2011-12-22nbd: add support for NBD_CMD_TRIMPaolo Bonzini
2011-12-22nbd: add support for NBD_CMD_FLUSHPaolo Bonzini
2011-12-22nbd: add support for NBD_CMD_FLAG_FUAPaolo Bonzini
2011-12-22nbd: allow multiple in-flight requestsPaolo Bonzini
2011-12-22nbd: split requestsPaolo Bonzini
2011-12-22nbd: switch to asynchronous operationPaolo Bonzini
2011-12-22sheepdog: move coroutine send/recv function to generic codePaolo Bonzini
2011-12-15block/cow: Return real error codeLi Zhi Hui
2011-12-15qcow2: Allow >4 GB VM stateKevin Wolf
2011-12-15rbd: always set out parameter in qemu_rbd_snap_listJosh Durgin
2011-12-15block/qcow2.c: call qcow2_free_snapshots in the function of qcow2_closeLi Zhi Hui
2011-12-15block: qemu_aio_get does not return NULLPaolo Bonzini
2011-12-15block: bdrv_aio_* do not return NULLPaolo Bonzini
2011-12-06fix typo: delete redundant semicolonDong Xu Wang
2011-12-05Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2011-12-05cow: use bdrv_co_is_allocated()Stefan Hajnoczi
2011-12-05coroutine: add qemu_co_queue_restart_all()Stefan Hajnoczi
2011-12-05cow: convert to .bdrv_co_is_allocated()Stefan Hajnoczi
2011-12-05vdi: convert to .bdrv_co_is_allocated()Stefan Hajnoczi
2011-12-05vvfat: convert to .bdrv_co_is_allocated()Stefan Hajnoczi
2011-12-05block: convert qcow2, qcow2, and vmdk to .bdrv_co_is_allocated()Stefan Hajnoczi
2011-12-05qed: convert to .bdrv_co_is_allocated()Stefan Hajnoczi
2011-12-05qcow2: Fix error path in qcow2_snapshot_load_tmpKevin Wolf
2011-12-05qcow2: Fix order in qcow2_snapshot_deleteKevin Wolf
2011-12-05qcow2: Fix order of refcount updates in qcow2_snapshot_gotoKevin Wolf
2011-12-05qcow2: Return real error in qcow2_snapshot_gotoKevin Wolf
2011-12-05qcow2: Rework qcow2_snapshot_create error handlingKevin Wolf