summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
* | block/nfs: fix calculation of allocated file sizePeter Lieven2015-09-251-1/+1
|/
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2015-09-1417-289/+455
|\
| * qcow2: Make qcow2_alloc_bytes() more explicitMax Reitz2015-09-141-0/+6
| * vmdk: Fix next_cluster_sector for compressed writeRadoslav Gerganov2015-09-141-2/+6
| * qcow2: Make size_to_clusters() return uint64_tMax Reitz2015-09-143-17/+29
| * qcow2: Support updating driver-specific options in reopenKevin Wolf2015-09-141-9/+72
| * qcow2: Make qcow2_update_options() suitable for transactionsKevin Wolf2015-09-141-40/+73
| * qcow2: Fix memory leak in qcow2_update_options() error pathKevin Wolf2015-09-141-2/+10
| * qcow2: Leave s unchanged on qcow2_update_options() failureKevin Wolf2015-09-141-22/+35
| * qcow2: Move rest of option handling to qcow2_update_options()Kevin Wolf2015-09-141-66/+68
| * qcow2: Move qcow2_update_options() call upKevin Wolf2015-09-141-9/+9
| * qcow2: Factor out qcow2_update_options()Kevin Wolf2015-09-141-59/+76
| * qcow2: Improve error messageKevin Wolf2015-09-141-1/+1
| * block: Allow specifying driver-specific options to reopenKevin Wolf2015-09-141-2/+2
| * qcow2: Rename BDRVQcowState to BDRVQcow2StateKevin Wolf2015-09-146-120/+120
| * block: Drop drv parameter from bdrv_open()Max Reitz2015-09-1411-18/+16
| * block: Always pass NULL as drv for bdrv_open()Max Reitz2015-09-142-7/+17
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-09-141-0/+4
|\ \ | |/ |/|
| * block/iscsi: validate block size returned from targetPeter Lieven2015-09-071-0/+4
* | maint: remove / fix many doubled wordsDaniel P. Berrange2015-09-112-3/+3
* | maint: remove double semicolons in many filesDaniel P. Berrange2015-09-111-1/+1
* | quorum: validate vote threshold against num_children even if read-pattern is ...Wen Congyang2015-09-041-6/+6
* | qcow2: reorder fields in Qcow2CachedTable to reduce paddingAlberto Garcia2015-09-041-1/+1
* | qcow2: add option to clean unused cache entries after some timeAlberto Garcia2015-09-043-0/+103
* | qcow2: mark the memory as no longer needed after qcow2_cache_empty()Alberto Garcia2015-09-041-0/+26
* | block/raw-posix: Use raw_normalize_devicepath()Max Reitz2015-09-041-5/+17
* | block: more check for replaced nodeWen Congyang2015-09-021-2/+2
|/
* mirror: Fix coroutine reentranceKevin Wolf2015-08-141-5/+10
* block/mirror: limit qiov to IOV_MAX elementsStefan Hajnoczi2015-08-061-0/+4
* block: don't register quorum driver if SHA256 support is unavailableSascha Silbe2015-08-051-6/+4
* Merge remote-tracking branch 'remotes/cody/tags/jtc-for-upstream-pull-request...Peter Maydell2015-07-282-82/+72
|\
| * block/ssh: Avoid segfault if inet_connect doesn't set errno.Richard W.M. Jones2015-07-281-1/+1
| * sheepdog: serialize requests to overwrapping areaHitoshi Mitake2015-07-281-81/+71
* | block: vpc - prevent overflow if max_table_entries >= 0x40000000Jeff Cody2015-07-271-4/+14
|/
* mirror: Speed up bitmap initial scanningFam Zheng2015-07-221-8/+6
* block/curl: Don't lose original error when a connection fails.Richard W.M. Jones2015-07-141-1/+14
* mirror: correct buf_sizeWen Congyang2015-07-141-1/+10
* block: keep bitmap if incremental backup job is cancelledStefan Hajnoczi2015-07-141-1/+1
* block/mirror: Sleep periodically during bitmap scanningFam Zheng2015-07-141-1/+12
* rbd: fix ceph settings precedenceJosh Durgin2015-07-141-8/+24
* rbd: make qemu's cache setting override any ceph settingJosh Durgin2015-07-141-12/+12
* rbd: remove unused constants and fieldsJosh Durgin2015-07-141-10/+0
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-07-086-112/+186
|\
| * block: convert qcow/qcow2 to use generic cipher APIDaniel P. Berrange2015-07-084-91/+165
| * block: convert quorum blockdrv to use crypto APIsDaniel P. Berrange2015-07-082-20/+21
| * crypto: move built-in AES implementation into crypto/Daniel P. Berrange2015-07-073-3/+2
* | blockjob: add block_job_release functionTing Wang2015-07-071-0/+2
* | block/raw-posix: Don't think /dev/fd/<NN> is a floppy drive.Richard W.M. Jones2015-07-071-1/+2
* | block: Use bdrv_drain to replace uncessary bdrv_drain_allFam Zheng2015-07-071-1/+1
* | block: update bdrv_drain_all()/bdrv_drain() commentsStefan Hajnoczi2015-07-071-10/+10
OpenPOWER on IntegriCloud