Age | Commit message (Expand) | Author | Files | Lines |
2014-05-09 | block/raw-posix: Try both FIEMAP and SEEK_HOLE | Max Reitz | 1 | -50/+77 |
2014-05-09 | gluster: Correctly propagate errors when volume isn't accessible | Peter Krempa | 1 | -1/+6 |
2014-05-09 | vmdk: Implement .bdrv_get_info() | Fam Zheng | 1 | -0/+21 |
2014-05-09 | vmdk: Implement .bdrv_write_compressed | Fam Zheng | 1 | -0/+14 |
2014-05-09 | block/iscsi: bump year in copyright notice | Peter Lieven | 1 | -1/+1 |
2014-05-09 | block/nfs: Check for NULL server part | Max Reitz | 1 | -0/+4 |
2014-05-09 | qcow2: Fix alloc_clusters_noref() overflow detection | Max Reitz | 1 | -1/+3 |
2014-04-30 | curl: Fix hang reading from slow connections | Matthew Booth | 1 | -1/+2 |
2014-04-30 | curl: Ensure all informationals are checked for completion | Matthew Booth | 1 | -30/+23 |
2014-04-30 | curl: Eliminate unnecessary use of curl_multi_socket_all | Matthew Booth | 1 | -10/+22 |
2014-04-30 | curl: Remove unnecessary explicit calls to internal event handler | Matthew Booth | 1 | -2/+3 |
2014-04-30 | curl: Remove erroneous sleep waiting for curl completion | Matthew Booth | 1 | -2/+1 |
2014-04-30 | curl: Fix return from curl_read_cb with invalid state | Matthew Booth | 1 | -2/+1 |
2014-04-30 | curl: Remove unnecessary use of goto | Matthew Booth | 1 | -28/+27 |
2014-04-30 | curl: Fix long line | Matthew Booth | 1 | -1/+2 |
2014-04-30 | block/vdi: Error out immediately in vdi_create() | Max Reitz | 1 | -1/+6 |
2014-04-30 | block/bochs: Fix error handling for seek_to_sector() | Max Reitz | 1 | -9/+14 |
2014-04-30 | qcow2: Check min_size in qcow2_grow_l1_table() | Max Reitz | 1 | -0/+7 |
2014-04-30 | qcow2: Catch bdrv_getlength() error | Max Reitz | 1 | -0/+5 |
2014-04-30 | block: Use correct width in format strings | Max Reitz | 6 | -24/+28 |
2014-04-30 | qcow2: Avoid overflow in alloc_clusters_noref() | Max Reitz | 1 | -0/+7 |
2014-04-30 | block: Use error_abort in bdrv_image_info_specific_dump() | Max Reitz | 1 | -2/+1 |
2014-04-30 | block: Unlink temporary files in raw-posix/win32 | Kevin Wolf | 2 | -1/+7 |
2014-04-29 | qcow2: Fix discard | Max Reitz | 1 | -8/+18 |
2014-04-29 | mirror: Check for bdrv_get_info result | Fam Zheng | 1 | -1/+4 |
2014-04-29 | mirror: Fix resource leak when bdrv_getlength fails | Fam Zheng | 1 | -2/+2 |
2014-04-28 | mirror: Use DIV_ROUND_UP | Fam Zheng | 1 | -1/+1 |
2014-04-28 | Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging | Peter Maydell | 1 | -1/+1 |
2014-04-25 | iscsi: Don't use error_is_set() to suppress additional errors | Markus Armbruster | 1 | -5/+4 |
2014-04-25 | nbd: Use return values instead of error_is_set(errp) | Markus Armbruster | 1 | -1/+1 |
2014-04-25 | Use error_is_set() only when necessary (again) | Markus Armbruster | 3 | -4/+4 |
2014-04-25 | qerror.h: Remove QERR defines that are only used once | Cole Robinson | 1 | -1/+1 |
2014-04-23 | block/cloop: use PRIu32 format specifier for uint32_t | Stefan Hajnoczi | 1 | -6/+6 |
2014-04-22 | vmdk: Fix "%x" to PRIx32 in format strings for cid | Fam Zheng | 1 | -5/+5 |
2014-04-22 | block: Add errp to bdrv_new() | Kevin Wolf | 2 | -2/+2 |
2014-04-22 | convert fprintf() calls to error_setg() in block/qed.c:bdrv_qed_create() | Aakriti Gupta | 1 | -7/+9 |
2014-04-22 | curl: Replaced old error handling with error reporting API. | Maria Kustova | 1 | -1/+1 |
2014-04-22 | block: Handle error of bdrv_getlength in bdrv_create_dirty_bitmap | Fam Zheng | 1 | -1/+4 |
2014-04-22 | vmdk: Fix %d and %lld to PRI* in format strings | Fam Zheng | 1 | -6/+7 |
2014-04-11 | iscsi: Remember to set ret for iscsi_open in error case | Fam Zheng | 1 | -0/+1 |
2014-04-11 | bochs: Fix catalog size check | Kevin Wolf | 1 | -3/+11 |
2014-04-11 | bochs: Fix memory leak in bochs_open() error path | Kevin Wolf | 1 | -2/+4 |
2014-04-04 | qcow2: Put cache reference in error case | Kevin Wolf | 1 | -0/+1 |
2014-04-04 | qcow2: Flush metadata during read-only reopen | Kevin Wolf | 1 | -4/+21 |
2014-04-04 | iscsi: Don't set error if already set in iscsi_do_inquiry | Fam Zheng | 1 | -2/+4 |
2014-04-03 | Merge remote-tracking branch 'remotes/bonzini/scsi-next' into staging | Peter Maydell | 1 | -6/+13 |
2014-04-03 | iscsi: always query max WRITE SAME length | Paolo Bonzini | 1 | -5/+7 |
2014-04-03 | iscsi: ignore flushes on scsi-generic devices | Paolo Bonzini | 1 | -0/+4 |
2014-04-03 | iscsi: recognize "invalid field" ASCQ from WRITE SAME command | Paolo Bonzini | 1 | -1/+2 |
2014-04-01 | qcow2: link all L2 meta updates in preallocate() | Stefan Hajnoczi | 1 | -1/+6 |