summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2015-03-1011-275/+893
|\ \
| * | block/raw-posix: fix launching with failed disksStefan Hajnoczi2015-03-101-2/+27
| * | sheepdog: Fix misleading error messages in sd_snapshot_create()Markus Armbruster2015-03-101-3/+2
| * | block/vdi: Add locking for parallel requestsMax Reitz2015-03-101-0/+25
| * | sheepdog: fix confused return valuesLiu Yuan2015-03-101-0/+11
| * | block-backend: Add wrappers for blocksizes and geometry probingEkaterina Tumanova2015-03-101-0/+10
| * | block: Add driver methods to probe blocksizes and geometryEkaterina Tumanova2015-03-102-0/+115
| * | raw-posix: Factor block size detection out of raw_probe_alignment()Ekaterina Tumanova2015-03-101-16/+35
| * | blkdebug: fix "once" ruleJohn Snow2015-03-101-2/+4
| * | qcow2: Allow creation with refcount order != 4Max Reitz2015-03-101-0/+18
| * | qcow2: Use symbolic macros in qcow2_amend_optionsMax Reitz2015-03-101-15/+16
| * | qcow2: refcount_order parameter for qcow2_create2Max Reitz2015-03-101-11/+36
| * | qcow2: Open images with refcount order != 4Max Reitz2015-03-101-4/+4
| * | qcow2: More helpers for refcount modificationMax Reitz2015-03-101-2/+119
| * | qcow2: Helper function for refcount modificationMax Reitz2015-03-102-53/+81
| * | qcow2: Helper for refcount array reallocationMax Reitz2015-03-101-49/+81
| * | qcow2: Use 64 bits for refcount valuesMax Reitz2015-03-103-25/+23
| * | qcow2: Use unsigned addend for update_refcount()Max Reitz2015-03-103-24/+52
| * | qcow2: Only return status from qcow2_get_refcountMax Reitz2015-03-103-44/+53
| * | qcow2: Do not return new value after refcount updateMax Reitz2015-03-101-10/+15
| * | qcow2: Add refcount_bits to format-specific infoMax Reitz2015-03-101-1/+3
| * | qcow2: Add two new fields to BDRVQcowStateMax Reitz2015-03-103-2/+7
| * | qcow2: Remove unused struct QCowCreateStateKevin Wolf2015-03-091-11/+0
| * | block/raw-posix: fix compilation warning on OSXDenis V. Lunev2015-03-091-0/+2
| * | sheepdog: selectable object size supportTeruaki Ishizaki2015-03-091-22/+133
| * | vpc: Implement bdrv_co_get_block_status()Kevin Wolf2015-03-091-2/+48
| * | vpc: Fix size in fixed image creationKevin Wolf2015-03-091-7/+3
| |/
* | nbd: fix resource leakGonglei2015-03-101-0/+1
* | block: remove superfluous '\n' around error_report/error_setgGonglei2015-03-101-3/+3
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-03-031-9/+11
|\
| * iscsi: Handle write protected case in reopenFam Zheng2015-02-271-9/+11
* | QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix useMarkus Armbruster2015-02-262-2/+3
* | QemuOpts: Convert qemu_opt_set_number() to Error, fix its useMarkus Armbruster2015-02-263-3/+5
|/
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...Peter Maydell2015-02-261-26/+13
|\
| * error: Use error_report_err() where appropriateMarkus Armbruster2015-02-181-26/+13
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-02-18' in...Peter Maydell2015-02-251-3/+3
|\ \
| * | hmp: Name HMP command handler functions hmp_COMMAND()Markus Armbruster2015-02-181-3/+3
| |/
* | block: Remove "growable" from BDSMax Reitz2015-02-164-9/+3
* | block: Clamp BlockBackend requestsMax Reitz2015-02-161-0/+152
* | block: Add Error parameter to bdrv_find_protocol()Max Reitz2015-02-161-1/+1
* | block: Add blk_new_open()Max Reitz2015-02-161-0/+34
* | block: Lift some BDS functions to the BlockBackendMax Reitz2015-02-161-0/+38
* | block: vmdk - fixed sizeof() errorJeff Cody2015-02-161-2/+1
* | nbd: fix the co_queue multi-adding bugBin Wu2015-02-161-12/+13
* | nbd: Drop BDS backpointerMax Reitz2015-02-163-89/+83
|/
* block/raw-posix.c: Fix raw_getlength() on Mac OS X block devicesProgrammingkid2015-02-061-1/+14
* qcow2: Rewrite qcow2_alloc_bytes()Max Reitz2015-02-061-39/+39
* block: Give always priority to unused entries in the qcow2 L2 cacheAlberto Garcia2015-02-061-1/+3
* nbd: fix max_discard/max_transfer_lengthDenis V. Lunev2015-02-061-0/+9
* nbd: Improve error messagesMax Reitz2015-02-063-4/+4
OpenPOWER on IntegriCloud