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