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