Age | Commit message (Expand) | Author | Files | Lines |
2015-03-10 | block/raw-posix: fix launching with failed disks | Stefan Hajnoczi | 1 | -2/+27 |
2015-03-10 | sheepdog: Fix misleading error messages in sd_snapshot_create() | Markus Armbruster | 1 | -3/+2 |
2015-03-10 | block/vdi: Add locking for parallel requests | Max Reitz | 1 | -0/+25 |
2015-03-10 | sheepdog: fix confused return values | Liu Yuan | 1 | -0/+11 |
2015-03-10 | block-backend: Add wrappers for blocksizes and geometry probing | Ekaterina Tumanova | 1 | -0/+10 |
2015-03-10 | block: Add driver methods to probe blocksizes and geometry | Ekaterina Tumanova | 2 | -0/+115 |
2015-03-10 | raw-posix: Factor block size detection out of raw_probe_alignment() | Ekaterina Tumanova | 1 | -16/+35 |
2015-03-10 | blkdebug: fix "once" rule | John Snow | 1 | -2/+4 |
2015-03-10 | qcow2: Allow creation with refcount order != 4 | Max Reitz | 1 | -0/+18 |
2015-03-10 | qcow2: Use symbolic macros in qcow2_amend_options | Max Reitz | 1 | -15/+16 |
2015-03-10 | qcow2: refcount_order parameter for qcow2_create2 | Max Reitz | 1 | -11/+36 |
2015-03-10 | qcow2: Open images with refcount order != 4 | Max Reitz | 1 | -4/+4 |
2015-03-10 | qcow2: More helpers for refcount modification | Max Reitz | 1 | -2/+119 |
2015-03-10 | qcow2: Helper function for refcount modification | Max Reitz | 2 | -53/+81 |
2015-03-10 | qcow2: Helper for refcount array reallocation | Max Reitz | 1 | -49/+81 |
2015-03-10 | qcow2: Use 64 bits for refcount values | Max Reitz | 3 | -25/+23 |
2015-03-10 | qcow2: Use unsigned addend for update_refcount() | Max Reitz | 3 | -24/+52 |
2015-03-10 | qcow2: Only return status from qcow2_get_refcount | Max Reitz | 3 | -44/+53 |
2015-03-10 | qcow2: Do not return new value after refcount update | Max Reitz | 1 | -10/+15 |
2015-03-10 | qcow2: Add refcount_bits to format-specific info | Max Reitz | 1 | -1/+3 |
2015-03-10 | qcow2: Add two new fields to BDRVQcowState | Max Reitz | 3 | -2/+7 |
2015-03-10 | iscsi: Fix check for username | Stefan Weil | 1 | -1/+1 |
2015-03-10 | nbd: fix resource leak | Gonglei | 1 | -0/+1 |
2015-03-10 | block: remove superfluous '\n' around error_report/error_setg | Gonglei | 1 | -3/+3 |
2015-03-09 | qcow2: Remove unused struct QCowCreateState | Kevin Wolf | 1 | -11/+0 |
2015-03-09 | block/raw-posix: fix compilation warning on OSX | Denis V. Lunev | 1 | -0/+2 |
2015-03-09 | sheepdog: selectable object size support | Teruaki Ishizaki | 1 | -22/+133 |
2015-03-09 | vpc: Implement bdrv_co_get_block_status() | Kevin Wolf | 1 | -2/+48 |
2015-03-09 | vpc: Fix size in fixed image creation | Kevin Wolf | 1 | -7/+3 |
2015-03-03 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -9/+11 |
2015-02-27 | iscsi: Handle write protected case in reopen | Fam Zheng | 1 | -9/+11 |
2015-02-26 | QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use | Markus Armbruster | 2 | -2/+3 |
2015-02-26 | QemuOpts: Convert qemu_opt_set_number() to Error, fix its use | Markus Armbruster | 3 | -3/+5 |
2015-02-26 | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into... | Peter Maydell | 1 | -26/+13 |
2015-02-25 | Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-02-18' in... | Peter Maydell | 1 | -3/+3 |
2015-02-18 | hmp: Name HMP command handler functions hmp_COMMAND() | Markus Armbruster | 1 | -3/+3 |
2015-02-18 | error: Use error_report_err() where appropriate | Markus Armbruster | 1 | -26/+13 |
2015-02-16 | block: Remove "growable" from BDS | Max Reitz | 4 | -9/+3 |
2015-02-16 | block: Clamp BlockBackend requests | Max Reitz | 1 | -0/+152 |
2015-02-16 | block: Add Error parameter to bdrv_find_protocol() | Max Reitz | 1 | -1/+1 |
2015-02-16 | block: Add blk_new_open() | Max Reitz | 1 | -0/+34 |
2015-02-16 | block: Lift some BDS functions to the BlockBackend | Max Reitz | 1 | -0/+38 |
2015-02-16 | block: vmdk - fixed sizeof() error | Jeff Cody | 1 | -2/+1 |
2015-02-16 | nbd: fix the co_queue multi-adding bug | Bin Wu | 1 | -12/+13 |
2015-02-16 | nbd: Drop BDS backpointer | Max Reitz | 3 | -89/+83 |
2015-02-06 | block/raw-posix.c: Fix raw_getlength() on Mac OS X block devices | Programmingkid | 1 | -1/+14 |
2015-02-06 | qcow2: Rewrite qcow2_alloc_bytes() | Max Reitz | 1 | -39/+39 |
2015-02-06 | block: Give always priority to unused entries in the qcow2 L2 cache | Alberto Garcia | 1 | -1/+3 |
2015-02-06 | nbd: fix max_discard/max_transfer_length | Denis V. Lunev | 1 | -0/+9 |
2015-02-06 | nbd: Improve error messages | Max Reitz | 3 | -4/+4 |