aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2015-09-14Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-09-14qcow2: Make qcow2_alloc_bytes() more explicitMax Reitz
2015-09-14vmdk: Fix next_cluster_sector for compressed writeRadoslav Gerganov
2015-09-14qcow2: Make size_to_clusters() return uint64_tMax Reitz
2015-09-14qcow2: Support updating driver-specific options in reopenKevin Wolf
2015-09-14qcow2: Make qcow2_update_options() suitable for transactionsKevin Wolf
2015-09-14qcow2: Fix memory leak in qcow2_update_options() error pathKevin Wolf
2015-09-14qcow2: Leave s unchanged on qcow2_update_options() failureKevin Wolf
2015-09-14qcow2: Move rest of option handling to qcow2_update_options()Kevin Wolf
2015-09-14qcow2: Move qcow2_update_options() call upKevin Wolf
2015-09-14qcow2: Factor out qcow2_update_options()Kevin Wolf
2015-09-14qcow2: Improve error messageKevin Wolf
2015-09-14block: Allow specifying driver-specific options to reopenKevin Wolf
2015-09-14qcow2: Rename BDRVQcowState to BDRVQcow2StateKevin Wolf
2015-09-14block: Drop drv parameter from bdrv_open()Max Reitz
2015-09-14block: Always pass NULL as drv for bdrv_open()Max Reitz
2015-09-11maint: remove / fix many doubled wordsDaniel P. Berrange
2015-09-11maint: remove double semicolons in many filesDaniel P. Berrange
2015-09-07block/iscsi: validate block size returned from targetPeter Lieven
2015-09-04quorum: validate vote threshold against num_children even if read-pattern is ...Wen Congyang
2015-09-04qcow2: reorder fields in Qcow2CachedTable to reduce paddingAlberto Garcia
2015-09-04qcow2: add option to clean unused cache entries after some timeAlberto Garcia
2015-09-04qcow2: mark the memory as no longer needed after qcow2_cache_empty()Alberto Garcia
2015-09-04block/raw-posix: Use raw_normalize_devicepath()Max Reitz
2015-09-02block: more check for replaced nodeWen Congyang
2015-08-14mirror: Fix coroutine reentranceKevin Wolf
2015-08-06block/mirror: limit qiov to IOV_MAX elementsStefan Hajnoczi
2015-08-05block: don't register quorum driver if SHA256 support is unavailableSascha Silbe
2015-07-28Merge remote-tracking branch 'remotes/cody/tags/jtc-for-upstream-pull-request...Peter Maydell
2015-07-28block/ssh: Avoid segfault if inet_connect doesn't set errno.Richard W.M. Jones
2015-07-28sheepdog: serialize requests to overwrapping areaHitoshi Mitake
2015-07-27block: vpc - prevent overflow if max_table_entries >= 0x40000000Jeff Cody
2015-07-22mirror: Speed up bitmap initial scanningFam Zheng
2015-07-14block/curl: Don't lose original error when a connection fails.Richard W.M. Jones
2015-07-14mirror: correct buf_sizeWen Congyang
2015-07-14block: keep bitmap if incremental backup job is cancelledStefan Hajnoczi
2015-07-14block/mirror: Sleep periodically during bitmap scanningFam Zheng
2015-07-14rbd: fix ceph settings precedenceJosh Durgin
2015-07-14rbd: make qemu's cache setting override any ceph settingJosh Durgin
2015-07-14rbd: remove unused constants and fieldsJosh Durgin
2015-07-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-07-08block: convert qcow/qcow2 to use generic cipher APIDaniel P. Berrange
2015-07-08block: convert quorum blockdrv to use crypto APIsDaniel P. Berrange
2015-07-07blockjob: add block_job_release functionTing Wang
2015-07-07block/raw-posix: Don't think /dev/fd/<NN> is a floppy drive.Richard W.M. Jones
2015-07-07block: Use bdrv_drain to replace uncessary bdrv_drain_allFam Zheng
2015-07-07crypto: move built-in AES implementation into crypto/Daniel P. Berrange
2015-07-07block: update bdrv_drain_all()/bdrv_drain() commentsStefan Hajnoczi
2015-07-07qcow2: remove unnecessary checkAlberto Garcia