summaryrefslogtreecommitdiff
path: root/block/block-backend.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-21block-backend: allow blk_prw from coroutine contextPaolo Bonzini1-4/+8
2016-11-14block-backend: Always notify on blk_ejectJohn Snow1-6/+7
2016-10-28block: introduce BDRV_POLL_WHILEPaolo Bonzini1-6/+1
2016-10-28block: add BDS field to count in-flight requestsPaolo Bonzini1-4/+19
2016-10-27block: Use blk_co_ioctl() for all BB level ioctlsKevin Wolf1-6/+33
2016-10-27block: Use blk_co_pdiscard() for all BB level discardKevin Wolf1-12/+18
2016-10-27block: Use blk_co_flush() for all BB level flushesKevin Wolf1-10/+17
2016-10-07block: Add qdev ID to DEVICE_TRAY_MOVEDKevin Wolf1-1/+32
2016-10-07block-backend: Remember if attached device is non-qdevKevin Wolf1-8/+20
2016-10-07block: Add node name to BLOCK_IO_ERROR eventKevin Wolf1-2/+3
2016-10-07block: use aio_bh_schedule_oneshotPaolo Bonzini1-16/+7
2016-09-29block: Use 'detect-zeroes' option for 'blockdev-change-medium'Kevin Wolf1-5/+4
2016-09-29block-backend: remove blk_flush_allJohn Snow1-22/+0
2016-09-23block: Add blk_by_dev()Kevin Wolf1-0/+19
2016-09-05block: remove BlockDriver.bdrv_write_compressedPavel Butsykin1-6/+2
2016-09-05block: Convert bdrv_pwrite_compressed() to BdrvChildPavel Butsykin1-1/+1
2016-09-05block: switch blk_write_compressed() to byte-based interfacePavel Butsykin1-19/+4
2016-09-05block: Accept node-name for block-streamKevin Wolf1-0/+16
2016-07-20block: Convert BB interface to byte-based discardsEric Blake1-14/+11
2016-07-20block: Convert bdrv_aio_discard() to byte-basedEric Blake1-1/+2
2016-07-20block: Convert bdrv_discard() to byte-basedEric Blake1-1/+2
2016-07-20block: Convert bdrv_co_discard() to byte-basedEric Blake1-1/+2
2016-07-13block/qdev: Allow configuring rerror/werror with qdev propertiesKevin Wolf1-0/+1
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini1-4/+4
2016-07-05block: Convert bdrv_co_preadv/pwritev to BdrvChildKevin Wolf1-2/+2
2016-07-05block: Convert bdrv_pwrite_zeroes() to BdrvChildKevin Wolf1-0/+5
2016-07-05block: Switch transfer length bounds to byte-basedEric Blake1-5/+5
2016-07-05block: Give nonzero result to blk_get_max_transfer_length()Eric Blake1-3/+4
2016-05-25block: Make blk_co_preadv/pwritev() publicKevin Wolf1-7/+14
2016-05-25block: Default to enabled write cache in blk_new()Kevin Wolf1-1/+2
2016-05-25block: Rename blk_write_zeroes()Eric Blake1-7/+7
2016-05-25block: Fix reconfiguring graph with drained nodesKevin Wolf1-4/+5
2016-05-25block: Drop errp parameter from blk_new()Max Reitz1-7/+2
2016-05-25block: Make bdrv_open() return a BDSMax Reitz1-4/+2
2016-05-25block: Drop blk_new_with_bs()Max Reitz1-23/+7
2016-05-25block: Fix bdrv_next() memory leakKevin Wolf1-23/+18
2016-05-19block: Remove BlockDriverState.blkKevin Wolf1-8/+0
2016-05-19block: Avoid bs->blk in bdrv_next()Kevin Wolf1-22/+50
2016-05-19block: Add bdrv_has_blk()Kevin Wolf1-0/+17
2016-05-19block: Remove bdrv_aio_multiwrite()Kevin Wolf1-14/+0
2016-05-19block: User BdrvChild callback for device nameKevin Wolf1-0/+6
2016-05-19block: Use BdrvChild callbacks for change_media/resizeKevin Wolf1-1/+14
2016-05-19block: Decouple throttling from BlockDriverStateKevin Wolf1-23/+14
2016-05-19block: Drain throttling queue with BdrvChild callbackKevin Wolf1-5/+27
2016-05-19block: Introduce BdrvChild.opaqueKevin Wolf1-0/+2
2016-05-19block: Move I/O throttling configuration functions to BlockBackendKevin Wolf1-2/+41
2016-05-19block: Move actual I/O throttling to BlockBackendKevin Wolf1-0/+10
2016-05-19block: Move throttling fields from BDS to BBKevin Wolf1-5/+8
2016-05-19block: Convert throttle_group_get_name() to BlockBackendKevin Wolf1-1/+1
2016-05-19block: Introduce BlockBackendPublicKevin Wolf1-0/+17