summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | qcow2: remove unnecessary checkAlberto Garcia2015-07-071-3/+0
|/
* block: remove redundant check before g_slist_find()Alberto Garcia2015-07-021-1/+1
* block/nfs: limit maximum readahead size to 1MBPeter Lieven2015-07-021-0/+7
* block/iscsi: restore compatiblity with libiscsi 1.9.0Peter Lieven2015-07-021-5/+27
* block: Fix dirty bitmap in bdrv_co_discardFam Zheng2015-07-021-2/+2
* mirror: Do zero write on target if sectors not allocatedFam Zheng2015-07-021-2/+18
* qmp: Add optional bool "unmap" to drive-mirrorFam Zheng2015-07-021-2/+6
* block: Add bdrv_get_block_status_aboveFam Zheng2015-07-021-11/+45
OpenPOWER on IntegriCloud