summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
* qcow2: Plug memory leak on qcow2_invalidate_cache() error pathsMarkus Armbruster2014-05-301-2/+1
* block/vvfat: Plug memory leak in enable_write_target()Markus Armbruster2014-05-301-0/+1
* block/sheepdog: Don't use qerror_report()Markus Armbruster2014-05-281-13/+13
* block/sheepdog: Fix silent sd_open(), sd_create() failuresMarkus Armbruster2014-05-281-0/+5
* block/sheepdog: Propagate errors to open and create methodsMarkus Armbruster2014-05-281-28/+12
* block/sheepdog: Propagate errors through find_vdi_name()Markus Armbruster2014-05-281-9/+11
* block/sheepdog: Propagate errors through do_sd_create()Markus Armbruster2014-05-281-14/+21
* block/sheepdog: Propagate errors through sd_prealloc()Markus Armbruster2014-05-281-7/+13
* block/sheepdog: Propagate errors through get_sheep_fd()Markus Armbruster2014-05-281-8/+10
* block/sheepdog: Propagate errors through connect_to_sdog()Markus Armbruster2014-05-281-22/+55
* block/vvfat: Propagate errors through init_directories()Markus Armbruster2014-05-281-7/+9
* block/vvfat: Propagate errors through enable_write_target()Markus Armbruster2014-05-281-11/+7
* block/ssh: Propagate errors to open and create methodsMarkus Armbruster2014-05-281-25/+22
* block/ssh: Propagate errors through connect_to_ssh()Markus Armbruster2014-05-281-17/+17
* block/ssh: Propagate errors through authenticate()Markus Armbruster2014-05-281-9/+14
* block/ssh: Propagate errors through check_host_key()Markus Armbruster2014-05-281-19/+49
* block/ssh: Drop superfluous libssh2_session_last_errno() callsMarkus Armbruster2014-05-281-5/+4
* block/rbd: Propagate errors to open and create methodsMarkus Armbruster2014-05-281-32/+39
* block: Add backing_blocker in BlockDriverStateFam Zheng2014-05-281-1/+1
* block: Use bdrv_set_backing_hd everywhereFam Zheng2014-05-282-3/+3
* qcow2: Fix memory leak in COW error pathKevin Wolf2014-05-281-1/+2
* 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
OpenPOWER on IntegriCloud