summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* blkverify: Fix BDS leak in .bdrv_open error pathKevin Wolf2015-10-161-0/+3
* block: Remove bdrv_swap()Kevin Wolf2015-10-162-14/+0
* block: Add and use bdrv_replace_in_backing_chain()Kevin Wolf2015-10-161-16/+7
* blockjob: Store device name at job creationKevin Wolf2015-10-161-2/+1
* block-backend: Add blk_set_bs()Kevin Wolf2015-10-161-0/+17
* block/io: Make bdrv_requests_pending() publicKevin Wolf2015-10-161-1/+1
* block: Manage backing file references in bdrv_set_backing_hd()Kevin Wolf2015-10-163-34/+18
* block: Convert bs->backing_hd to BdrvChildKevin Wolf2015-10-1610-49/+50
* block: Convert bs->file to BdrvChildKevin Wolf2015-10-1623-308/+340
* quorum: Convert to BdrvChildKevin Wolf2015-10-161-31/+34
* blkverify: Convert s->test_file to BdrvChildKevin Wolf2015-10-161-20/+21
* vmdk: Use BdrvChild instead of BDS for references to extentsKevin Wolf2015-10-161-48/+51
* 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
OpenPOWER on IntegriCloud