summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell2015-11-111-53/+33
|\
| * gluster: allocate GlusterAIOCBs on the stackPaolo Bonzini2015-11-111-53/+33
* | qcow2: Fix qcow2_get_cluster_offset() for zero clustersKevin Wolf2015-11-111-6/+9
* | block: Add blk_get_refcnt()Alberto Garcia2015-11-111-0/+5
* | mirror: block all operations on the target image during the jobAlberto Garcia2015-11-111-0/+4
* | throttle: Use bs->throttle_state instead of bs->io_limits_enabledAlberto Garcia2015-11-111-1/+1
* | throttle: Check for pending requests in throttle_group_unregister_bs()Alberto Garcia2015-11-111-0/+7
* | qcow2: avoid misaligned 64bit bswapJohn Snow2015-11-111-4/+7
* | commit: reopen overlay_bs before baseAlberto Garcia2015-11-111-4/+4
* | block: Inquire tray state before tray-moved eventsMax Reitz2015-11-111-10/+7
* | block: Add functions for inheriting a BBRSMax Reitz2015-11-111-0/+27
* | block: Add blk_remove_bs()Max Reitz2015-11-111-0/+12
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-11-051-20/+73
|\
| * iscsi: Translate scsi sense into error codeFam Zheng2015-11-051-20/+73
* | block: Convert to new qapi union layoutEric Blake2015-11-023-18/+16
* | block: Consider all child nodes in bdrv_requests_pending()Kevin Wolf2015-10-291-5/+8
|/
* block: Introduce "drained begin/end" APIFam Zheng2015-10-231-0/+17
* aio: Add "is_external" flag for event handlersFam Zheng2015-10-238-44/+59
* throttle: Remove throttle_group_lock/unlock()Alberto Garcia2015-10-231-30/+1
* block: Prepare for NULL BDSMax Reitz2015-10-231-2/+2
* block: Add blk_insert_bs()Max Reitz2015-10-231-0/+11
* block: Prepare remaining BB functions for NULL BDSMax Reitz2015-10-231-16/+56
* block: Fail requests to empty BlockBackendMax Reitz2015-10-231-1/+54
* block: Make some BB functions fall back to BBRSMax Reitz2015-10-231-4/+24
* block: Add BlockBackendRootStateMax Reitz2015-10-231-0/+40
* block/throttle-groups: Make incref/decref publicMax Reitz2015-10-231-8/+11
* block: Move I/O status and error actions into BBMax Reitz2015-10-236-19/+141
* block: Move BlockAcctStats into BlockBackendMax Reitz2015-10-233-12/+23
* block: Remove wr_highest_sector from BlockAcctStatsMax Reitz2015-10-233-11/+5
* block: Move guest_block_size into BlockBackendMax Reitz2015-10-231-2/+5
* block: Fix BB AIOCB AioContext without BDSMax Reitz2015-10-231-1/+16
* block/raw_bsd: Drop raw_is_inserted()Max Reitz2015-10-231-6/+0
* block: Add blk_is_available()Max Reitz2015-10-231-1/+6
* block: Make bdrv_is_inserted() return a boolMax Reitz2015-10-233-7/+5
* block: Remove host floppy supportMax Reitz2015-10-231-217/+5
* coroutine: move into libqemuutil.a libraryDaniel P. Berrange2015-10-203-3/+3
* blkdebug: Don't confuse image as backing fileFam Zheng2015-10-161-1/+1
* qcow2: Remove forward declaration of QCowAIOCBKevin Wolf2015-10-161-2/+0
* raw-posix: warn about BDRV_O_NATIVE_AIO if libaio is unavailableStefan Hajnoczi2015-10-161-1/+10
* 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
OpenPOWER on IntegriCloud