summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: switch from g_slice allocator to mallocPaolo Bonzini2015-10-124-10/+10
* block/ssh: remove dead codePaolo Bonzini2015-10-081-4/+1
* block/raw-posix: Open file descriptor O_RDWR to work around glibc posix_fallo...Richard W.M. Jones2015-10-021-1/+1
* raw-win32: Fix write request error handlingKevin Wolf2015-10-021-2/+2
* block: mirror - fix full sync mode when target does not support zero initJeff Cody2015-10-011-1/+3
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-09-251-34/+37
|\
| * nbd: convert to use the QAPI SocketAddress objectDaniel P. Berrange2015-09-251-34/+37
* | sheepdog: refine discard supportHitoshi Mitake2015-09-251-9/+20
* | sheepdog: use per AIOCB dirty indexes for non overlapping requestsHitoshi Mitake2015-09-251-28/+35
* | Backup: don't do copy-on-read in before_write_notifierWen Congyang2015-09-251-6/+14
* | block: Introduce a new API bdrv_co_no_copy_on_readv()Wen Congyang2015-09-251-1/+11
* | sheepdog: add reopen supportLiu Yuan2015-09-251-0/+76
* | block/nfs: cache allocated filesize for read-only filesPeter Lieven2015-09-251-0/+36
* | 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
OpenPOWER on IntegriCloud