summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud