summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2014-05-22Merge remote-tracking branch 'remotes/bonzini/scsi-next' into stagingPeter Maydell1-3/+1
2014-05-20Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell4-50/+83
2014-05-20block: iscsi build fix if LIBISCSI_FEATURE_IOVECTOR is not definedJeff Cody1-3/+1
2014-05-19block: optimize zero writes with bdrv_write_zeroesPeter Lieven1-0/+1
2014-05-19Merge remote-tracking branch 'remotes/bonzini/scsi-next' into stagingPeter Maydell1-107/+212
2014-05-19qcow1: Stricter backing file length checkKevin Wolf1-2/+5
2014-05-19qcow1: Validate image size (CVE-2014-0223)Kevin Wolf1-2/+14
2014-05-19qcow1: Validate L2 table size (CVE-2014-0222)Kevin Wolf1-0/+8
2014-05-19qcow1: Check maximum cluster sizeKevin Wolf1-2/+8
2014-05-19qcow1: Make padding in the header explicitKevin Wolf1-1/+2
2014-05-19curl: Add sslverify optionMatthew Booth1-0/+12
2014-05-19curl: Remove broken parsing of options from urlMatthew Booth1-42/+10
2014-05-19curl: Fix build when curl_multi_socket_action isn't availableMatthew Booth1-0/+15
2014-05-19block: vhdx - account for identical header sectionsJeff Cody1-1/+8
2014-05-09block/raw-posix: Try both FIEMAP and SEEK_HOLEMax Reitz1-50/+77
2014-05-09gluster: Correctly propagate errors when volume isn't accessiblePeter Krempa1-1/+6
2014-05-09vmdk: Implement .bdrv_get_info()Fam Zheng1-0/+21
2014-05-09vmdk: Implement .bdrv_write_compressedFam Zheng1-0/+14
2014-05-09block/iscsi: bump year in copyright noticePeter Lieven1-1/+1
2014-05-09block/nfs: Check for NULL server partMax Reitz1-0/+4
2014-05-09qcow2: Fix alloc_clusters_noref() overflow detectionMax Reitz1-1/+3
2014-05-05[PATCH] block/iscsi: bump year in copyright noticePeter Lieven1-1/+1
2014-04-30curl: Fix hang reading from slow connectionsMatthew Booth1-1/+2
2014-04-30curl: Ensure all informationals are checked for completionMatthew Booth1-30/+23
2014-04-30curl: Eliminate unnecessary use of curl_multi_socket_allMatthew Booth1-10/+22
2014-04-30curl: Remove unnecessary explicit calls to internal event handlerMatthew Booth1-2/+3
2014-04-30curl: Remove erroneous sleep waiting for curl completionMatthew Booth1-2/+1
2014-04-30curl: Fix return from curl_read_cb with invalid stateMatthew Booth1-2/+1
2014-04-30curl: Remove unnecessary use of gotoMatthew Booth1-28/+27
2014-04-30curl: Fix long lineMatthew Booth1-1/+2
2014-04-30block/vdi: Error out immediately in vdi_create()Max Reitz1-1/+6
2014-04-30block/bochs: Fix error handling for seek_to_sector()Max Reitz1-9/+14
2014-04-30qcow2: Check min_size in qcow2_grow_l1_table()Max Reitz1-0/+7
2014-04-30qcow2: Catch bdrv_getlength() errorMax Reitz1-0/+5
2014-04-30block: Use correct width in format stringsMax Reitz6-24/+28
2014-04-30qcow2: Avoid overflow in alloc_clusters_noref()Max Reitz1-0/+7
2014-04-30block: Use error_abort in bdrv_image_info_specific_dump()Max Reitz1-2/+1
2014-04-30block: Unlink temporary files in raw-posix/win32Kevin Wolf2-1/+7
2014-04-29qcow2: Fix discardMax Reitz1-8/+18
2014-04-29mirror: Check for bdrv_get_info resultFam Zheng1-1/+4
2014-04-29mirror: Fix resource leak when bdrv_getlength failsFam Zheng1-2/+2
2014-04-29block/iscsi: allow cluster_size of 4K and greaterPeter Lieven1-1/+1
2014-04-29block/iscsi: clarify the meaning of ISCSI_CHECKALLOC_THRESPeter Lieven1-2/+10
2014-04-29block/iscsi: speed up read for unallocated sectorsPeter Lieven1-102/+198
2014-04-28mirror: Use DIV_ROUND_UPFam Zheng1-1/+1
2014-04-28block/iscsi: allow fall back to WRITE SAME without UNMAPPeter Lieven1-5/+6
2014-04-28Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell1-1/+1
2014-04-25iscsi: Don't use error_is_set() to suppress additional errorsMarkus Armbruster1-5/+4
2014-04-25nbd: Use return values instead of error_is_set(errp)Markus Armbruster1-1/+1
2014-04-25Use error_is_set() only when necessary (again)Markus Armbruster3-4/+4