summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2015-10-02block/raw-posix: Open file descriptor O_RDWR to work around glibc posix_fallo...Richard W.M. Jones1-1/+1
2015-10-02raw-win32: Fix write request error handlingKevin Wolf1-2/+2
2015-10-01block: mirror - fix full sync mode when target does not support zero initJeff Cody1-1/+3
2015-09-25Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-34/+37
2015-09-25sheepdog: refine discard supportHitoshi Mitake1-9/+20
2015-09-25sheepdog: use per AIOCB dirty indexes for non overlapping requestsHitoshi Mitake1-28/+35
2015-09-25Backup: don't do copy-on-read in before_write_notifierWen Congyang1-6/+14
2015-09-25block: Introduce a new API bdrv_co_no_copy_on_readv()Wen Congyang1-1/+11
2015-09-25sheepdog: add reopen supportLiu Yuan1-0/+76
2015-09-25block/nfs: cache allocated filesize for read-only filesPeter Lieven1-0/+36
2015-09-25block/nfs: fix calculation of allocated file sizePeter Lieven1-1/+1
2015-09-25nbd: convert to use the QAPI SocketAddress objectDaniel P. Berrange1-34/+37
2015-09-14Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell17-289/+455
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+4
2015-09-14qcow2: Make qcow2_alloc_bytes() more explicitMax Reitz1-0/+6
2015-09-14vmdk: Fix next_cluster_sector for compressed writeRadoslav Gerganov1-2/+6
2015-09-14qcow2: Make size_to_clusters() return uint64_tMax Reitz3-17/+29
2015-09-14qcow2: Support updating driver-specific options in reopenKevin Wolf1-9/+72
2015-09-14qcow2: Make qcow2_update_options() suitable for transactionsKevin Wolf1-40/+73
2015-09-14qcow2: Fix memory leak in qcow2_update_options() error pathKevin Wolf1-2/+10
2015-09-14qcow2: Leave s unchanged on qcow2_update_options() failureKevin Wolf1-22/+35
2015-09-14qcow2: Move rest of option handling to qcow2_update_options()Kevin Wolf1-66/+68
2015-09-14qcow2: Move qcow2_update_options() call upKevin Wolf1-9/+9
2015-09-14qcow2: Factor out qcow2_update_options()Kevin Wolf1-59/+76
2015-09-14qcow2: Improve error messageKevin Wolf1-1/+1
2015-09-14block: Allow specifying driver-specific options to reopenKevin Wolf1-2/+2
2015-09-14qcow2: Rename BDRVQcowState to BDRVQcow2StateKevin Wolf6-120/+120
2015-09-14block: Drop drv parameter from bdrv_open()Max Reitz11-18/+16
2015-09-14block: Always pass NULL as drv for bdrv_open()Max Reitz2-7/+17
2015-09-11maint: remove / fix many doubled wordsDaniel P. Berrange2-3/+3
2015-09-11maint: remove double semicolons in many filesDaniel P. Berrange1-1/+1
2015-09-07block/iscsi: validate block size returned from targetPeter Lieven1-0/+4
2015-09-04quorum: validate vote threshold against num_children even if read-pattern is ...Wen Congyang1-6/+6
2015-09-04qcow2: reorder fields in Qcow2CachedTable to reduce paddingAlberto Garcia1-1/+1
2015-09-04qcow2: add option to clean unused cache entries after some timeAlberto Garcia3-0/+103
2015-09-04qcow2: mark the memory as no longer needed after qcow2_cache_empty()Alberto Garcia1-0/+26
2015-09-04block/raw-posix: Use raw_normalize_devicepath()Max Reitz1-5/+17
2015-09-02block: more check for replaced nodeWen Congyang1-2/+2
2015-08-14mirror: Fix coroutine reentranceKevin Wolf1-5/+10
2015-08-06block/mirror: limit qiov to IOV_MAX elementsStefan Hajnoczi1-0/+4
2015-08-05block: don't register quorum driver if SHA256 support is unavailableSascha Silbe1-6/+4
2015-07-28Merge remote-tracking branch 'remotes/cody/tags/jtc-for-upstream-pull-request...Peter Maydell2-82/+72
2015-07-28block/ssh: Avoid segfault if inet_connect doesn't set errno.Richard W.M. Jones1-1/+1
2015-07-28sheepdog: serialize requests to overwrapping areaHitoshi Mitake1-81/+71
2015-07-27block: vpc - prevent overflow if max_table_entries >= 0x40000000Jeff Cody1-4/+14
2015-07-22mirror: Speed up bitmap initial scanningFam Zheng1-8/+6
2015-07-14block/curl: Don't lose original error when a connection fails.Richard W.M. Jones1-1/+14
2015-07-14mirror: correct buf_sizeWen Congyang1-1/+10
2015-07-14block: keep bitmap if incremental backup job is cancelledStefan Hajnoczi1-1/+1
2015-07-14block/mirror: Sleep periodically during bitmap scanningFam Zheng1-1/+12