summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2014-05-28block/sheepdog: Don't use qerror_report()Markus Armbruster1-13/+13
2014-05-28block/sheepdog: Fix silent sd_open(), sd_create() failuresMarkus Armbruster1-0/+5
2014-05-28block/sheepdog: Propagate errors to open and create methodsMarkus Armbruster1-28/+12
2014-05-28block/sheepdog: Propagate errors through find_vdi_name()Markus Armbruster1-9/+11
2014-05-28block/sheepdog: Propagate errors through do_sd_create()Markus Armbruster1-14/+21
2014-05-28block/sheepdog: Propagate errors through sd_prealloc()Markus Armbruster1-7/+13
2014-05-28block/sheepdog: Propagate errors through get_sheep_fd()Markus Armbruster1-8/+10
2014-05-28block/sheepdog: Propagate errors through connect_to_sdog()Markus Armbruster1-22/+55
2014-05-28block/vvfat: Propagate errors through init_directories()Markus Armbruster1-7/+9
2014-05-28block/vvfat: Propagate errors through enable_write_target()Markus Armbruster1-11/+7
2014-05-28block/ssh: Propagate errors to open and create methodsMarkus Armbruster1-25/+22
2014-05-28block/ssh: Propagate errors through connect_to_ssh()Markus Armbruster1-17/+17
2014-05-28block/ssh: Propagate errors through authenticate()Markus Armbruster1-9/+14
2014-05-28block/ssh: Propagate errors through check_host_key()Markus Armbruster1-19/+49
2014-05-28block/ssh: Drop superfluous libssh2_session_last_errno() callsMarkus Armbruster1-5/+4
2014-05-28block/rbd: Propagate errors to open and create methodsMarkus Armbruster1-32/+39
2014-05-28block: Add backing_blocker in BlockDriverStateFam Zheng1-1/+1
2014-05-28block: Use bdrv_set_backing_hd everywhereFam Zheng2-3/+3
2014-05-28qcow2: Fix memory leak in COW error pathKevin Wolf1-1/+2
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