index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-04
nbd: implement .bdrv_detach/attach_aio_context()
Stefan Hajnoczi
3
-37
/
+78
2014-06-04
iscsi: implement .bdrv_detach/attach_aio_context()
Stefan Hajnoczi
1
-24
/
+56
2014-06-04
gluster: use BlockDriverState's AioContext
Stefan Hajnoczi
1
-1
/
+6
2014-06-04
curl: implement .bdrv_detach/attach_aio_context()
Stefan Hajnoczi
1
-77
/
+115
2014-06-04
blkverify: implement .bdrv_detach/attach_aio_context()
Stefan Hajnoczi
1
-13
/
+34
2014-06-04
blkdebug: use BlockDriverState's AioContext
Stefan Hajnoczi
1
-1
/
+1
2014-05-30
vmdk: Fix local_err in vmdk_create
Fam Zheng
1
-4
/
+4
2014-05-30
block/raw-posix.c: Avoid nonstandard LONG_LONG_MAX
Peter Maydell
1
-1
/
+1
2014-05-30
block/sheepdog: Plug memory leak in sd_snapshot_create()
Markus Armbruster
1
-2
/
+2
2014-05-30
block/vvfat: Plug memory leak in read_directory()
Markus Armbruster
1
-1
/
+3
2014-05-30
block/vvfat: Plug memory leak in check_directory_consistency()
Markus Armbruster
1
-1
/
+1
2014-05-30
block/qapi: Plug memory leak in dump_qobject() case QTYPE_QERROR
Markus Armbruster
1
-0
/
+1
2014-05-30
qcow2: Plug memory leak on qcow2_invalidate_cache() error paths
Markus Armbruster
1
-2
/
+1
2014-05-30
block/vvfat: Plug memory leak in enable_write_target()
Markus Armbruster
1
-0
/
+1
2014-05-28
block/sheepdog: Don't use qerror_report()
Markus Armbruster
1
-13
/
+13
2014-05-28
block/sheepdog: Fix silent sd_open(), sd_create() failures
Markus Armbruster
1
-0
/
+5
2014-05-28
block/sheepdog: Propagate errors to open and create methods
Markus Armbruster
1
-28
/
+12
2014-05-28
block/sheepdog: Propagate errors through find_vdi_name()
Markus Armbruster
1
-9
/
+11
2014-05-28
block/sheepdog: Propagate errors through do_sd_create()
Markus Armbruster
1
-14
/
+21
2014-05-28
block/sheepdog: Propagate errors through sd_prealloc()
Markus Armbruster
1
-7
/
+13
2014-05-28
block/sheepdog: Propagate errors through get_sheep_fd()
Markus Armbruster
1
-8
/
+10
2014-05-28
block/sheepdog: Propagate errors through connect_to_sdog()
Markus Armbruster
1
-22
/
+55
2014-05-28
block/vvfat: Propagate errors through init_directories()
Markus Armbruster
1
-7
/
+9
2014-05-28
block/vvfat: Propagate errors through enable_write_target()
Markus Armbruster
1
-11
/
+7
2014-05-28
block/ssh: Propagate errors to open and create methods
Markus Armbruster
1
-25
/
+22
2014-05-28
block/ssh: Propagate errors through connect_to_ssh()
Markus Armbruster
1
-17
/
+17
2014-05-28
block/ssh: Propagate errors through authenticate()
Markus Armbruster
1
-9
/
+14
2014-05-28
block/ssh: Propagate errors through check_host_key()
Markus Armbruster
1
-19
/
+49
2014-05-28
block/ssh: Drop superfluous libssh2_session_last_errno() calls
Markus Armbruster
1
-5
/
+4
2014-05-28
block/rbd: Propagate errors to open and create methods
Markus Armbruster
1
-32
/
+39
2014-05-28
block: Add backing_blocker in BlockDriverState
Fam Zheng
1
-1
/
+1
2014-05-28
block: Use bdrv_set_backing_hd everywhere
Fam Zheng
2
-3
/
+3
2014-05-28
qcow2: Fix memory leak in COW error path
Kevin Wolf
1
-1
/
+2
2014-05-22
Merge remote-tracking branch 'remotes/bonzini/scsi-next' into staging
Peter Maydell
1
-3
/
+1
2014-05-20
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
4
-50
/
+83
2014-05-20
block: iscsi build fix if LIBISCSI_FEATURE_IOVECTOR is not defined
Jeff Cody
1
-3
/
+1
2014-05-19
block: optimize zero writes with bdrv_write_zeroes
Peter Lieven
1
-0
/
+1
2014-05-19
Merge remote-tracking branch 'remotes/bonzini/scsi-next' into staging
Peter Maydell
1
-107
/
+212
2014-05-19
qcow1: Stricter backing file length check
Kevin Wolf
1
-2
/
+5
2014-05-19
qcow1: Validate image size (CVE-2014-0223)
Kevin Wolf
1
-2
/
+14
2014-05-19
qcow1: Validate L2 table size (CVE-2014-0222)
Kevin Wolf
1
-0
/
+8
2014-05-19
qcow1: Check maximum cluster size
Kevin Wolf
1
-2
/
+8
2014-05-19
qcow1: Make padding in the header explicit
Kevin Wolf
1
-1
/
+2
2014-05-19
curl: Add sslverify option
Matthew Booth
1
-0
/
+12
2014-05-19
curl: Remove broken parsing of options from url
Matthew Booth
1
-42
/
+10
2014-05-19
curl: Fix build when curl_multi_socket_action isn't available
Matthew Booth
1
-0
/
+15
2014-05-19
block: vhdx - account for identical header sections
Jeff Cody
1
-1
/
+8
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
[prev]
[next]