summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2015-10-23block: Introduce "drained begin/end" APIFam Zheng1-0/+17
2015-10-23aio: Add "is_external" flag for event handlersFam Zheng8-44/+59
2015-10-23throttle: Remove throttle_group_lock/unlock()Alberto Garcia1-30/+1
2015-10-23block: Prepare for NULL BDSMax Reitz1-2/+2
2015-10-23block: Add blk_insert_bs()Max Reitz1-0/+11
2015-10-23block: Prepare remaining BB functions for NULL BDSMax Reitz1-16/+56
2015-10-23block: Fail requests to empty BlockBackendMax Reitz1-1/+54
2015-10-23block: Make some BB functions fall back to BBRSMax Reitz1-4/+24
2015-10-23block: Add BlockBackendRootStateMax Reitz1-0/+40
2015-10-23block/throttle-groups: Make incref/decref publicMax Reitz1-8/+11
2015-10-23block: Move I/O status and error actions into BBMax Reitz6-19/+141
2015-10-23block: Move BlockAcctStats into BlockBackendMax Reitz3-12/+23
2015-10-23block: Remove wr_highest_sector from BlockAcctStatsMax Reitz3-11/+5
2015-10-23block: Move guest_block_size into BlockBackendMax Reitz1-2/+5
2015-10-23block: Fix BB AIOCB AioContext without BDSMax Reitz1-1/+16
2015-10-23block/raw_bsd: Drop raw_is_inserted()Max Reitz1-6/+0
2015-10-23block: Add blk_is_available()Max Reitz1-1/+6
2015-10-23block: Make bdrv_is_inserted() return a boolMax Reitz3-7/+5
2015-10-23block: Remove host floppy supportMax Reitz1-217/+5
2015-10-20coroutine: move into libqemuutil.a libraryDaniel P. Berrange3-3/+3
2015-10-16blkdebug: Don't confuse image as backing fileFam Zheng1-1/+1
2015-10-16qcow2: Remove forward declaration of QCowAIOCBKevin Wolf1-2/+0
2015-10-16raw-posix: warn about BDRV_O_NATIVE_AIO if libaio is unavailableStefan Hajnoczi1-1/+10
2015-10-16blkverify: Fix BDS leak in .bdrv_open error pathKevin Wolf1-0/+3
2015-10-16block: Remove bdrv_swap()Kevin Wolf2-14/+0
2015-10-16block: Add and use bdrv_replace_in_backing_chain()Kevin Wolf1-16/+7
2015-10-16blockjob: Store device name at job creationKevin Wolf1-2/+1
2015-10-16block-backend: Add blk_set_bs()Kevin Wolf1-0/+17
2015-10-16block/io: Make bdrv_requests_pending() publicKevin Wolf1-1/+1
2015-10-16block: Manage backing file references in bdrv_set_backing_hd()Kevin Wolf3-34/+18
2015-10-16block: Convert bs->backing_hd to BdrvChildKevin Wolf10-49/+50
2015-10-16block: Convert bs->file to BdrvChildKevin Wolf23-308/+340
2015-10-16quorum: Convert to BdrvChildKevin Wolf1-31/+34
2015-10-16blkverify: Convert s->test_file to BdrvChildKevin Wolf1-20/+21
2015-10-16vmdk: Use BdrvChild instead of BDS for references to extentsKevin Wolf1-48/+51
2015-10-12block: switch from g_slice allocator to mallocPaolo Bonzini4-10/+10
2015-10-08block/ssh: remove dead codePaolo Bonzini1-4/+1
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