summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* qcow1: Make padding in the header explicitKevin Wolf2014-05-191-1/+2
* curl: Add sslverify optionMatthew Booth2014-05-191-0/+12
* curl: Remove broken parsing of options from urlMatthew Booth2014-05-191-42/+10
* curl: Fix build when curl_multi_socket_action isn't availableMatthew Booth2014-05-191-0/+15
* block: vhdx - account for identical header sectionsJeff Cody2014-05-191-1/+8
* block/raw-posix: Try both FIEMAP and SEEK_HOLEMax Reitz2014-05-091-50/+77
* gluster: Correctly propagate errors when volume isn't accessiblePeter Krempa2014-05-091-1/+6
* vmdk: Implement .bdrv_get_info()Fam Zheng2014-05-091-0/+21
* vmdk: Implement .bdrv_write_compressedFam Zheng2014-05-091-0/+14
* block/iscsi: bump year in copyright noticePeter Lieven2014-05-091-1/+1
* block/nfs: Check for NULL server partMax Reitz2014-05-091-0/+4
* qcow2: Fix alloc_clusters_noref() overflow detectionMax Reitz2014-05-091-1/+3
* curl: Fix hang reading from slow connectionsMatthew Booth2014-04-301-1/+2
* curl: Ensure all informationals are checked for completionMatthew Booth2014-04-301-30/+23
* curl: Eliminate unnecessary use of curl_multi_socket_allMatthew Booth2014-04-301-10/+22
* curl: Remove unnecessary explicit calls to internal event handlerMatthew Booth2014-04-301-2/+3
* curl: Remove erroneous sleep waiting for curl completionMatthew Booth2014-04-301-2/+1
* curl: Fix return from curl_read_cb with invalid stateMatthew Booth2014-04-301-2/+1
* curl: Remove unnecessary use of gotoMatthew Booth2014-04-301-28/+27
* curl: Fix long lineMatthew Booth2014-04-301-1/+2
* block/vdi: Error out immediately in vdi_create()Max Reitz2014-04-301-1/+6
* block/bochs: Fix error handling for seek_to_sector()Max Reitz2014-04-301-9/+14
* qcow2: Check min_size in qcow2_grow_l1_table()Max Reitz2014-04-301-0/+7
* qcow2: Catch bdrv_getlength() errorMax Reitz2014-04-301-0/+5
* block: Use correct width in format stringsMax Reitz2014-04-306-24/+28
* qcow2: Avoid overflow in alloc_clusters_noref()Max Reitz2014-04-301-0/+7
* block: Use error_abort in bdrv_image_info_specific_dump()Max Reitz2014-04-301-2/+1
* block: Unlink temporary files in raw-posix/win32Kevin Wolf2014-04-302-1/+7
* qcow2: Fix discardMax Reitz2014-04-291-8/+18
* mirror: Check for bdrv_get_info resultFam Zheng2014-04-291-1/+4
* mirror: Fix resource leak when bdrv_getlength failsFam Zheng2014-04-291-2/+2
* mirror: Use DIV_ROUND_UPFam Zheng2014-04-281-1/+1
* Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell2014-04-281-1/+1
|\
| * qerror.h: Remove QERR defines that are only used onceCole Robinson2014-04-251-1/+1
* | iscsi: Don't use error_is_set() to suppress additional errorsMarkus Armbruster2014-04-251-5/+4
* | nbd: Use return values instead of error_is_set(errp)Markus Armbruster2014-04-251-1/+1
* | Use error_is_set() only when necessary (again)Markus Armbruster2014-04-253-4/+4
|/
* block/cloop: use PRIu32 format specifier for uint32_tStefan Hajnoczi2014-04-231-6/+6
* vmdk: Fix "%x" to PRIx32 in format strings for cidFam Zheng2014-04-221-5/+5
* block: Add errp to bdrv_new()Kevin Wolf2014-04-222-2/+2
* convert fprintf() calls to error_setg() in block/qed.c:bdrv_qed_create()Aakriti Gupta2014-04-221-7/+9
* curl: Replaced old error handling with error reporting API.Maria Kustova2014-04-221-1/+1
* block: Handle error of bdrv_getlength in bdrv_create_dirty_bitmapFam Zheng2014-04-221-1/+4
* vmdk: Fix %d and %lld to PRI* in format stringsFam Zheng2014-04-221-6/+7
* iscsi: Remember to set ret for iscsi_open in error caseFam Zheng2014-04-111-0/+1
* bochs: Fix catalog size checkKevin Wolf2014-04-111-3/+11
* bochs: Fix memory leak in bochs_open() error pathKevin Wolf2014-04-111-2/+4
* qcow2: Put cache reference in error caseKevin Wolf2014-04-041-0/+1
* qcow2: Flush metadata during read-only reopenKevin Wolf2014-04-041-4/+21
* iscsi: Don't set error if already set in iscsi_do_inquiryFam Zheng2014-04-041-2/+4
OpenPOWER on IntegriCloud