summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-30block/bochs: Fix error handling for seek_to_sector()Max Reitz1-9/+14
2014-04-30qcow2: Check min_size in qcow2_grow_l1_table()Max Reitz1-0/+7
2014-04-30qcow2: Catch bdrv_getlength() errorMax Reitz1-0/+5
2014-04-30block: Use correct width in format stringsMax Reitz6-24/+28
2014-04-30qcow2: Avoid overflow in alloc_clusters_noref()Max Reitz1-0/+7
2014-04-30block: Use error_abort in bdrv_image_info_specific_dump()Max Reitz1-2/+1
2014-04-30block: Unlink temporary files in raw-posix/win32Kevin Wolf2-1/+7
2014-04-29qcow2: Fix discardMax Reitz1-8/+18
2014-04-29mirror: Check for bdrv_get_info resultFam Zheng1-1/+4
2014-04-29mirror: Fix resource leak when bdrv_getlength failsFam Zheng1-2/+2
2014-04-28mirror: Use DIV_ROUND_UPFam Zheng1-1/+1
2014-04-28Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell1-1/+1
2014-04-25iscsi: Don't use error_is_set() to suppress additional errorsMarkus Armbruster1-5/+4
2014-04-25nbd: Use return values instead of error_is_set(errp)Markus Armbruster1-1/+1
2014-04-25Use error_is_set() only when necessary (again)Markus Armbruster3-4/+4
2014-04-25qerror.h: Remove QERR defines that are only used onceCole Robinson1-1/+1
2014-04-23block/cloop: use PRIu32 format specifier for uint32_tStefan Hajnoczi1-6/+6
2014-04-22vmdk: Fix "%x" to PRIx32 in format strings for cidFam Zheng1-5/+5
2014-04-22block: Add errp to bdrv_new()Kevin Wolf2-2/+2
2014-04-22convert fprintf() calls to error_setg() in block/qed.c:bdrv_qed_create()Aakriti Gupta1-7/+9
2014-04-22curl: Replaced old error handling with error reporting API.Maria Kustova1-1/+1
2014-04-22block: Handle error of bdrv_getlength in bdrv_create_dirty_bitmapFam Zheng1-1/+4
2014-04-22vmdk: Fix %d and %lld to PRI* in format stringsFam Zheng1-6/+7
2014-04-11iscsi: Remember to set ret for iscsi_open in error caseFam Zheng1-0/+1
2014-04-11bochs: Fix catalog size checkKevin Wolf1-3/+11
2014-04-11bochs: Fix memory leak in bochs_open() error pathKevin Wolf1-2/+4
2014-04-04qcow2: Put cache reference in error caseKevin Wolf1-0/+1
2014-04-04qcow2: Flush metadata during read-only reopenKevin Wolf1-4/+21
2014-04-04iscsi: Don't set error if already set in iscsi_do_inquiryFam Zheng1-2/+4
2014-04-03Merge remote-tracking branch 'remotes/bonzini/scsi-next' into stagingPeter Maydell1-6/+13
2014-04-03iscsi: always query max WRITE SAME lengthPaolo Bonzini1-5/+7
2014-04-03iscsi: ignore flushes on scsi-generic devicesPaolo Bonzini1-0/+4
2014-04-03iscsi: recognize "invalid field" ASCQ from WRITE SAME commandPaolo Bonzini1-1/+2
2014-04-01qcow2: link all L2 meta updates in preallocate()Stefan Hajnoczi1-1/+6
2014-04-01parallels: Sanity check for s->tracks (CVE-2014-0142)Kevin Wolf1-1/+6
2014-04-01parallels: Fix catalog size integer overflow (CVE-2014-0143)Kevin Wolf1-1/+6
2014-04-01qcow2: Limit snapshot table sizeKevin Wolf2-1/+18
2014-04-01qcow2: Check maximum L1 size in qcow2_snapshot_load_tmp() (CVE-2014-0143)Kevin Wolf3-3/+9
2014-04-01qcow2: Fix L1 allocation size in qcow2_snapshot_load_tmp() (CVE-2014-0145)Kevin Wolf1-1/+1
2014-04-01qcow2: Fix NULL dereference in qcow2_open() error path (CVE-2014-0146)Kevin Wolf1-3/+4
2014-04-01qcow2: Fix copy_sectors() with VM stateKevin Wolf1-9/+0