aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2014-06-04qed: use BlockDriverState's AioContextStefan Hajnoczi
2014-06-04nfs: implement .bdrv_detach/attach_aio_context()Stefan Hajnoczi
2014-06-04nbd: implement .bdrv_detach/attach_aio_context()Stefan Hajnoczi
2014-06-04iscsi: implement .bdrv_detach/attach_aio_context()Stefan Hajnoczi
2014-06-04gluster: use BlockDriverState's AioContextStefan Hajnoczi
2014-06-04curl: implement .bdrv_detach/attach_aio_context()Stefan Hajnoczi
2014-06-04blkverify: implement .bdrv_detach/attach_aio_context()Stefan Hajnoczi
2014-06-04blkdebug: use BlockDriverState's AioContextStefan Hajnoczi
2014-05-30vmdk: Fix local_err in vmdk_createFam Zheng
2014-05-30block/raw-posix.c: Avoid nonstandard LONG_LONG_MAXPeter Maydell
2014-05-30block/sheepdog: Plug memory leak in sd_snapshot_create()Markus Armbruster
2014-05-30block/vvfat: Plug memory leak in read_directory()Markus Armbruster
2014-05-30block/vvfat: Plug memory leak in check_directory_consistency()Markus Armbruster
2014-05-30block/qapi: Plug memory leak in dump_qobject() case QTYPE_QERRORMarkus Armbruster
2014-05-30qcow2: Plug memory leak on qcow2_invalidate_cache() error pathsMarkus Armbruster
2014-05-30block/vvfat: Plug memory leak in enable_write_target()Markus Armbruster
2014-05-28block/sheepdog: Don't use qerror_report()Markus Armbruster
2014-05-28block/sheepdog: Fix silent sd_open(), sd_create() failuresMarkus Armbruster
2014-05-28block/sheepdog: Propagate errors to open and create methodsMarkus Armbruster
2014-05-28block/sheepdog: Propagate errors through find_vdi_name()Markus Armbruster
2014-05-28block/sheepdog: Propagate errors through do_sd_create()Markus Armbruster
2014-05-28block/sheepdog: Propagate errors through sd_prealloc()Markus Armbruster
2014-05-28block/sheepdog: Propagate errors through get_sheep_fd()Markus Armbruster
2014-05-28block/sheepdog: Propagate errors through connect_to_sdog()Markus Armbruster
2014-05-28block/vvfat: Propagate errors through init_directories()Markus Armbruster
2014-05-28block/vvfat: Propagate errors through enable_write_target()Markus Armbruster
2014-05-28block/ssh: Propagate errors to open and create methodsMarkus Armbruster
2014-05-28block/ssh: Propagate errors through connect_to_ssh()Markus Armbruster
2014-05-28block/ssh: Propagate errors through authenticate()Markus Armbruster
2014-05-28block/ssh: Propagate errors through check_host_key()Markus Armbruster
2014-05-28block/ssh: Drop superfluous libssh2_session_last_errno() callsMarkus Armbruster
2014-05-28block/rbd: Propagate errors to open and create methodsMarkus Armbruster
2014-05-28block: Add backing_blocker in BlockDriverStateFam Zheng
2014-05-28block: Use bdrv_set_backing_hd everywhereFam Zheng
2014-05-28qcow2: Fix memory leak in COW error pathKevin Wolf
2014-05-22Merge remote-tracking branch 'remotes/bonzini/scsi-next' into stagingPeter Maydell
2014-05-20Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2014-05-20block: iscsi build fix if LIBISCSI_FEATURE_IOVECTOR is not definedJeff Cody
2014-05-19block: optimize zero writes with bdrv_write_zeroesPeter Lieven
2014-05-19Merge remote-tracking branch 'remotes/bonzini/scsi-next' into stagingPeter Maydell
2014-05-19qcow1: Stricter backing file length checkKevin Wolf
2014-05-19qcow1: Validate image size (CVE-2014-0223)Kevin Wolf
2014-05-19qcow1: Validate L2 table size (CVE-2014-0222)Kevin Wolf
2014-05-19qcow1: Check maximum cluster sizeKevin Wolf
2014-05-19qcow1: Make padding in the header explicitKevin Wolf
2014-05-19curl: Add sslverify optionMatthew Booth
2014-05-19curl: Remove broken parsing of options from urlMatthew Booth
2014-05-19curl: Fix build when curl_multi_socket_action isn't availableMatthew Booth
2014-05-19block: vhdx - account for identical header sectionsJeff Cody
2014-05-09block/raw-posix: Try both FIEMAP and SEEK_HOLEMax Reitz