aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2014-05-28block/sheepdog: Don't use qerror_report()Markus Armbruster
2014-05-28block/sheepdog: Fix silent sd_open(), sd_create() failuresMarkus Armbruster
2014-05-28block/sheepdog: Propagate errors to open and create methodsMarkus Armbruster
2014-05-28block/sheepdog: Propagate errors through find_vdi_name()Markus Armbruster
2014-05-28block/sheepdog: Propagate errors through do_sd_create()Markus Armbruster
2014-05-28block/sheepdog: Propagate errors through sd_prealloc()Markus Armbruster
2014-05-28block/sheepdog: Propagate errors through get_sheep_fd()Markus Armbruster
2014-05-28block/sheepdog: Propagate errors through connect_to_sdog()Markus Armbruster
2014-05-28block/vvfat: Propagate errors through init_directories()Markus Armbruster
2014-05-28block/vvfat: Propagate errors through enable_write_target()Markus Armbruster
2014-05-28block/ssh: Propagate errors to open and create methodsMarkus Armbruster
2014-05-28block/ssh: Propagate errors through connect_to_ssh()Markus Armbruster
2014-05-28block/ssh: Propagate errors through authenticate()Markus Armbruster
2014-05-28block/ssh: Propagate errors through check_host_key()Markus Armbruster
2014-05-28block/ssh: Drop superfluous libssh2_session_last_errno() callsMarkus Armbruster
2014-05-28block/rbd: Propagate errors to open and create methodsMarkus Armbruster
2014-05-28block: Add backing_blocker in BlockDriverStateFam Zheng
2014-05-28block: Use bdrv_set_backing_hd everywhereFam Zheng
2014-05-28qcow2: Fix memory leak in COW error pathKevin Wolf
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