Age | Commit message (Expand) | Author |
2014-05-28 | block/sheepdog: Don't use qerror_report() | Markus Armbruster |
2014-05-28 | block/sheepdog: Fix silent sd_open(), sd_create() failures | Markus Armbruster |
2014-05-28 | block/sheepdog: Propagate errors to open and create methods | Markus Armbruster |
2014-05-28 | block/sheepdog: Propagate errors through find_vdi_name() | Markus Armbruster |
2014-05-28 | block/sheepdog: Propagate errors through do_sd_create() | Markus Armbruster |
2014-05-28 | block/sheepdog: Propagate errors through sd_prealloc() | Markus Armbruster |
2014-05-28 | block/sheepdog: Propagate errors through get_sheep_fd() | Markus Armbruster |
2014-05-28 | block/sheepdog: Propagate errors through connect_to_sdog() | Markus Armbruster |
2014-05-28 | block/vvfat: Propagate errors through init_directories() | Markus Armbruster |
2014-05-28 | block/vvfat: Propagate errors through enable_write_target() | Markus Armbruster |
2014-05-28 | block/ssh: Propagate errors to open and create methods | Markus Armbruster |
2014-05-28 | block/ssh: Propagate errors through connect_to_ssh() | Markus Armbruster |
2014-05-28 | block/ssh: Propagate errors through authenticate() | Markus Armbruster |
2014-05-28 | block/ssh: Propagate errors through check_host_key() | Markus Armbruster |
2014-05-28 | block/ssh: Drop superfluous libssh2_session_last_errno() calls | Markus Armbruster |
2014-05-28 | block/rbd: Propagate errors to open and create methods | Markus Armbruster |
2014-05-28 | block: Add backing_blocker in BlockDriverState | Fam Zheng |
2014-05-28 | block: Use bdrv_set_backing_hd everywhere | Fam Zheng |
2014-05-28 | qcow2: Fix memory leak in COW error path | Kevin Wolf |
2014-05-22 | Merge remote-tracking branch 'remotes/bonzini/scsi-next' into staging | Peter Maydell |
2014-05-20 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2014-05-20 | block: iscsi build fix if LIBISCSI_FEATURE_IOVECTOR is not defined | Jeff Cody |
2014-05-19 | block: optimize zero writes with bdrv_write_zeroes | Peter Lieven |
2014-05-19 | Merge remote-tracking branch 'remotes/bonzini/scsi-next' into staging | Peter Maydell |
2014-05-19 | qcow1: Stricter backing file length check | Kevin Wolf |
2014-05-19 | qcow1: Validate image size (CVE-2014-0223) | Kevin Wolf |
2014-05-19 | qcow1: Validate L2 table size (CVE-2014-0222) | Kevin Wolf |
2014-05-19 | qcow1: Check maximum cluster size | Kevin Wolf |
2014-05-19 | qcow1: Make padding in the header explicit | Kevin Wolf |
2014-05-19 | curl: Add sslverify option | Matthew Booth |
2014-05-19 | curl: Remove broken parsing of options from url | Matthew Booth |
2014-05-19 | curl: Fix build when curl_multi_socket_action isn't available | Matthew Booth |
2014-05-19 | block: vhdx - account for identical header sections | Jeff Cody |
2014-05-09 | block/raw-posix: Try both FIEMAP and SEEK_HOLE | Max Reitz |
2014-05-09 | gluster: Correctly propagate errors when volume isn't accessible | Peter Krempa |
2014-05-09 | vmdk: Implement .bdrv_get_info() | Fam Zheng |
2014-05-09 | vmdk: Implement .bdrv_write_compressed | Fam Zheng |
2014-05-09 | block/iscsi: bump year in copyright notice | Peter Lieven |
2014-05-09 | block/nfs: Check for NULL server part | Max Reitz |
2014-05-09 | qcow2: Fix alloc_clusters_noref() overflow detection | Max Reitz |
2014-05-05 | [PATCH] block/iscsi: bump year in copyright notice | Peter Lieven |
2014-04-30 | curl: Fix hang reading from slow connections | Matthew Booth |
2014-04-30 | curl: Ensure all informationals are checked for completion | Matthew Booth |
2014-04-30 | curl: Eliminate unnecessary use of curl_multi_socket_all | Matthew Booth |
2014-04-30 | curl: Remove unnecessary explicit calls to internal event handler | Matthew Booth |
2014-04-30 | curl: Remove erroneous sleep waiting for curl completion | Matthew Booth |
2014-04-30 | curl: Fix return from curl_read_cb with invalid state | Matthew Booth |
2014-04-30 | curl: Remove unnecessary use of goto | Matthew Booth |
2014-04-30 | curl: Fix long line | Matthew Booth |
2014-04-30 | block/vdi: Error out immediately in vdi_create() | Max Reitz |