summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
* backup: Extract dirty bitmap handling as a separate functionFam Zheng2015-11-121-10/+17
* qed: Implement .bdrv_drainFam Zheng2015-11-121-0/+13
* block: Introduce BlockDriver.bdrv_drain callbackFam Zheng2015-11-121-1/+15
* block: Drop BlockDriver.bdrv_ioctlFam Zheng2015-11-123-47/+0Star
* block: Emulate bdrv_ioctl with bdrv_aio_ioctl and track bothFam Zheng2015-11-121-9/+92
* iscsi: Emulate commands in iscsi_aio_ioctl as iscsi_ioctlFam Zheng2015-11-121-2/+38
* block: Track discard requestsFam Zheng2015-11-121-3/+10
* block: Track flush requestsFam Zheng2015-11-121-3/+8
* block: Add more types for tracked requestFam Zheng2015-11-121-4/+5
* Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell2015-11-121-53/+33Star
|\
| * gluster: allocate GlusterAIOCBs on the stackPaolo Bonzini2015-11-111-53/+33Star
* | 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/+7Star
* | 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/+16Star
* | 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/+1Star
* 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/+5Star
* 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/+0Star
* block: Add blk_is_available()Max Reitz2015-10-231-1/+6
* block: Make bdrv_is_inserted() return a boolMax Reitz2015-10-233-7/+5Star
* block: Remove host floppy supportMax Reitz2015-10-231-217/+5Star
* 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/+0Star
* 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/+0Star