summaryrefslogtreecommitdiff
path: root/include/block/block_int.h
AgeCommit message (Expand)AuthorFilesLines
2016-11-14blockjob: refactor backup_start as backup_job_createJohn Snow1-11/+12
2016-11-01blockjob: centralize QMP event emissionsJohn Snow1-13/+4
2016-11-01Replication/Blockjobs: Create replication jobs as internalJohn Snow1-2/+7
2016-10-28block: only call aio_poll on the current thread's AioContextPaolo Bonzini1-0/+17
2016-10-28block: add BDS field to count in-flight requestsPaolo Bonzini1-4/+6
2016-10-27block: Introduce .bdrv_co_ioctl() driver callbackKevin Wolf1-0/+2
2016-09-28block: mirror: fix wrong comment of mirror_startYaowei Bai1-1/+1
2016-09-15Remove unused function declarationsLadi Prosek1-9/+0
2016-09-13mirror: auto complete active commitWen Congyang1-1/+2
2016-09-05drive-backup: added support for data compressionPavel Butsykin1-0/+1
2016-09-05block: remove BlockDriver.bdrv_write_compressedPavel Butsykin1-3/+0
2016-09-05block/io: reuse bdrv_co_pwritev() for write compressedPavel Butsykin1-0/+3
2016-08-18block: fix deadlock in bdrv_co_flushEvgeny Yakovlev1-1/+1
2016-08-03block: Cater to iscsi with non-power-of-2 discardEric Blake1-17/+20
2016-07-21Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-4/+4
2016-07-20block: Kill .bdrv_co_discard()Eric Blake1-2/+0
2016-07-20block: Add .bdrv_co_pdiscard() driver callbackEric Blake1-0/+2
2016-07-20block: Convert .bdrv_aio_discard() to byte-basedEric Blake1-2/+2
2016-07-19dirty-bitmap: operate with int64_t amountDenis V. Lunev1-1/+1
2016-07-18block: ignore flush requests when storage is cleanEvgeny Yakovlev1-0/+5
2016-07-13commit: Add 'job-id' parameter to 'block-commit'Alberto Garcia1-6/+10
2016-07-13stream: Add 'job-id' parameter to 'block-stream'Alberto Garcia1-4/+6
2016-07-13backup: Add 'job-id' parameter to 'blockdev-backup' and 'drive-backup'Alberto Garcia1-3/+5
2016-07-13mirror: Add 'job-id' parameter to 'blockdev-mirror' and 'drive-mirror'Alberto Garcia1-2/+4
2016-07-13stream: Fix prototype of stream_start()Alberto Garcia1-5/+6
2016-07-05block: Convert bdrv_co_preadv/pwritev to BdrvChildKevin Wolf1-2/+2
2016-07-05block: Use bool as appropriate for BDS membersEric Blake1-6/+7
2016-07-05block: Move request_alignment into BlockLimitEric Blake1-9/+13
2016-07-05block: Switch discard length bounds to byte-basedEric Blake1-5/+11
2016-07-05block: Wording tweaks to write zeroes limitsEric Blake1-2/+5
2016-07-05block: Switch transfer length bounds to byte-basedEric Blake1-5/+8
2016-06-20block: use safe iteration over AioContext notifiersStefan Hajnoczi1-0/+2
2016-06-16block/mirror: Fix target backing BDSMax Reitz1-1/+17
2016-06-16block: Remove bs->zero_beyond_eofKevin Wolf1-3/+0
2016-06-16block: Make bdrv_load/save_vmstate coroutine_fnsKevin Wolf1-4/+6
2016-06-16block: Make .bdrv_load_vmstate() vectoredKevin Wolf1-2/+2
2016-06-08block: Kill bdrv_co_write_zeroes()Eric Blake1-2/+0
2016-06-08block: Add .bdrv_co_pwrite_zeroes()Eric Blake1-1/+3
2016-06-08block: Track write zero limits in bytesEric Blake1-4/+6
2016-05-25block: Fix reconfiguring graph with drained nodesKevin Wolf1-1/+2
2016-05-19block: Remove BlockDriverState.blkKevin Wolf1-2/+1
2016-05-19block: User BdrvChild callback for device nameKevin Wolf1-0/+5
2016-05-19block: Use BdrvChild callbacks for change_media/resizeKevin Wolf1-1/+3
2016-05-19block: Decouple throttling from BlockDriverStateKevin Wolf1-3/+0
2016-05-19block: Drain throttling queue with BdrvChild callbackKevin Wolf1-5/+11
2016-05-19block: Introduce BdrvChild.opaqueKevin Wolf1-0/+1
2016-05-19block: Move I/O throttling configuration functions to BlockBackendKevin Wolf1-2/+1
2016-05-19block: Move throttling fields from BDS to BBKevin Wolf1-13/+0
2016-05-19block: throttle-groups: Use BlockBackend pointers internallyKevin Wolf1-1/+0
2016-05-12Add new block driver interface to add/delete a BDS's childWen Congyang1-0/+5