aboutsummaryrefslogtreecommitdiff
path: root/include/block/block_int.h
AgeCommit message (Expand)Author
2017-02-21block: document fields protected by AioContext lockPaolo Bonzini
2017-01-16block: get rid of bdrv_io_unplugged_begin/endPaolo Bonzini
2017-01-09block: Rename raw-{posix,win32} to file-*.cEric Blake
2016-11-14blockjob: refactor backup_start as backup_job_createJohn Snow
2016-11-01blockjob: centralize QMP event emissionsJohn Snow
2016-11-01Replication/Blockjobs: Create replication jobs as internalJohn Snow
2016-10-28block: only call aio_poll on the current thread's AioContextPaolo Bonzini
2016-10-28block: add BDS field to count in-flight requestsPaolo Bonzini
2016-10-27block: Introduce .bdrv_co_ioctl() driver callbackKevin Wolf
2016-09-28block: mirror: fix wrong comment of mirror_startYaowei Bai
2016-09-15Remove unused function declarationsLadi Prosek
2016-09-13mirror: auto complete active commitWen Congyang
2016-09-05drive-backup: added support for data compressionPavel Butsykin
2016-09-05block: remove BlockDriver.bdrv_write_compressedPavel Butsykin
2016-09-05block/io: reuse bdrv_co_pwritev() for write compressedPavel Butsykin
2016-08-18block: fix deadlock in bdrv_co_flushEvgeny Yakovlev
2016-08-03block: Cater to iscsi with non-power-of-2 discardEric Blake
2016-07-21Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2016-07-20block: Kill .bdrv_co_discard()Eric Blake
2016-07-20block: Add .bdrv_co_pdiscard() driver callbackEric Blake
2016-07-20block: Convert .bdrv_aio_discard() to byte-basedEric Blake
2016-07-19dirty-bitmap: operate with int64_t amountDenis V. Lunev
2016-07-18block: ignore flush requests when storage is cleanEvgeny Yakovlev
2016-07-13commit: Add 'job-id' parameter to 'block-commit'Alberto Garcia
2016-07-13stream: Add 'job-id' parameter to 'block-stream'Alberto Garcia
2016-07-13backup: Add 'job-id' parameter to 'blockdev-backup' and 'drive-backup'Alberto Garcia
2016-07-13mirror: Add 'job-id' parameter to 'blockdev-mirror' and 'drive-mirror'Alberto Garcia
2016-07-13stream: Fix prototype of stream_start()Alberto Garcia
2016-07-05block: Convert bdrv_co_preadv/pwritev to BdrvChildKevin Wolf
2016-07-05block: Use bool as appropriate for BDS membersEric Blake
2016-07-05block: Move request_alignment into BlockLimitEric Blake
2016-07-05block: Switch discard length bounds to byte-basedEric Blake
2016-07-05block: Wording tweaks to write zeroes limitsEric Blake
2016-07-05block: Switch transfer length bounds to byte-basedEric Blake
2016-06-20block: use safe iteration over AioContext notifiersStefan Hajnoczi
2016-06-16block/mirror: Fix target backing BDSMax Reitz
2016-06-16block: Remove bs->zero_beyond_eofKevin Wolf
2016-06-16block: Make bdrv_load/save_vmstate coroutine_fnsKevin Wolf
2016-06-16block: Make .bdrv_load_vmstate() vectoredKevin Wolf
2016-06-08block: Kill bdrv_co_write_zeroes()Eric Blake
2016-06-08block: Add .bdrv_co_pwrite_zeroes()Eric Blake
2016-06-08block: Track write zero limits in bytesEric Blake
2016-05-25block: Fix reconfiguring graph with drained nodesKevin Wolf
2016-05-19block: Remove BlockDriverState.blkKevin Wolf
2016-05-19block: User BdrvChild callback for device nameKevin Wolf
2016-05-19block: Use BdrvChild callbacks for change_media/resizeKevin Wolf
2016-05-19block: Decouple throttling from BlockDriverStateKevin Wolf
2016-05-19block: Drain throttling queue with BdrvChild callbackKevin Wolf
2016-05-19block: Introduce BdrvChild.opaqueKevin Wolf
2016-05-19block: Move I/O throttling configuration functions to BlockBackendKevin Wolf