summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/bonzini/scsi-next' into stagingPeter Maydell2014-05-221-3/+1
|\
| * block: iscsi build fix if LIBISCSI_FEATURE_IOVECTOR is not definedJeff Cody2014-05-201-3/+1
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2014-05-204-50/+83
|\ \
| * | block: optimize zero writes with bdrv_write_zeroesPeter Lieven2014-05-191-0/+1
| * | qcow1: Stricter backing file length checkKevin Wolf2014-05-191-2/+5
| * | qcow1: Validate image size (CVE-2014-0223)Kevin Wolf2014-05-191-2/+14
| * | qcow1: Validate L2 table size (CVE-2014-0222)Kevin Wolf2014-05-191-0/+8
| * | qcow1: Check maximum cluster sizeKevin Wolf2014-05-191-2/+8
| * | 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
* | | Merge remote-tracking branch 'remotes/bonzini/scsi-next' into stagingPeter Maydell2014-05-191-107/+212
|\ \ \ | |/ / |/| / | |/
| * [PATCH] block/iscsi: bump year in copyright noticePeter Lieven2014-05-051-1/+1
| * block/iscsi: allow cluster_size of 4K and greaterPeter Lieven2014-04-291-1/+1
| * block/iscsi: clarify the meaning of ISCSI_CHECKALLOC_THRESPeter Lieven2014-04-291-2/+10
| * block/iscsi: speed up read for unallocated sectorsPeter Lieven2014-04-291-102/+198
| * block/iscsi: allow fall back to WRITE SAME without UNMAPPeter Lieven2014-04-281-5/+6
* | 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
OpenPOWER on IntegriCloud