aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2015-11-11block: Add blk_remove_bs()Max Reitz
2015-11-05Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-11-05iscsi: Translate scsi sense into error codeFam Zheng
2015-11-02block: Convert to new qapi union layoutEric Blake
2015-10-29block: Consider all child nodes in bdrv_requests_pending()Kevin Wolf
2015-10-23block: Introduce "drained begin/end" APIFam Zheng
2015-10-23aio: Add "is_external" flag for event handlersFam Zheng
2015-10-23throttle: Remove throttle_group_lock/unlock()Alberto Garcia
2015-10-23block: Prepare for NULL BDSMax Reitz
2015-10-23block: Add blk_insert_bs()Max Reitz
2015-10-23block: Prepare remaining BB functions for NULL BDSMax Reitz
2015-10-23block: Fail requests to empty BlockBackendMax Reitz
2015-10-23block: Make some BB functions fall back to BBRSMax Reitz
2015-10-23block: Add BlockBackendRootStateMax Reitz
2015-10-23block/throttle-groups: Make incref/decref publicMax Reitz
2015-10-23block: Move I/O status and error actions into BBMax Reitz
2015-10-23block: Move BlockAcctStats into BlockBackendMax Reitz
2015-10-23block: Remove wr_highest_sector from BlockAcctStatsMax Reitz
2015-10-23block: Move guest_block_size into BlockBackendMax Reitz
2015-10-23block: Fix BB AIOCB AioContext without BDSMax Reitz
2015-10-23block/raw_bsd: Drop raw_is_inserted()Max Reitz
2015-10-23block: Add blk_is_available()Max Reitz
2015-10-23block: Make bdrv_is_inserted() return a boolMax Reitz
2015-10-23block: Remove host floppy supportMax Reitz
2015-10-20coroutine: move into libqemuutil.a libraryDaniel P. Berrange
2015-10-16blkdebug: Don't confuse image as backing fileFam Zheng
2015-10-16qcow2: Remove forward declaration of QCowAIOCBKevin Wolf
2015-10-16raw-posix: warn about BDRV_O_NATIVE_AIO if libaio is unavailableStefan Hajnoczi
2015-10-16blkverify: Fix BDS leak in .bdrv_open error pathKevin Wolf
2015-10-16block: Remove bdrv_swap()Kevin Wolf
2015-10-16block: Add and use bdrv_replace_in_backing_chain()Kevin Wolf
2015-10-16blockjob: Store device name at job creationKevin Wolf
2015-10-16block-backend: Add blk_set_bs()Kevin Wolf
2015-10-16block/io: Make bdrv_requests_pending() publicKevin Wolf
2015-10-16block: Manage backing file references in bdrv_set_backing_hd()Kevin Wolf
2015-10-16block: Convert bs->backing_hd to BdrvChildKevin Wolf
2015-10-16block: Convert bs->file to BdrvChildKevin Wolf
2015-10-16quorum: Convert to BdrvChildKevin Wolf
2015-10-16blkverify: Convert s->test_file to BdrvChildKevin Wolf
2015-10-16vmdk: Use BdrvChild instead of BDS for references to extentsKevin Wolf
2015-10-12block: switch from g_slice allocator to mallocPaolo Bonzini
2015-10-08block/ssh: remove dead codePaolo Bonzini
2015-10-02block/raw-posix: Open file descriptor O_RDWR to work around glibc posix_fallo...Richard W.M. Jones
2015-10-02raw-win32: Fix write request error handlingKevin Wolf
2015-10-01block: mirror - fix full sync mode when target does not support zero initJeff Cody
2015-09-25Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-09-25sheepdog: refine discard supportHitoshi Mitake
2015-09-25sheepdog: use per AIOCB dirty indexes for non overlapping requestsHitoshi Mitake
2015-09-25Backup: don't do copy-on-read in before_write_notifierWen Congyang
2015-09-25block: Introduce a new API bdrv_co_no_copy_on_readv()Wen Congyang