summaryrefslogtreecommitdiff
path: root/block/block-backend.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-11block: Drop permissions when migration completesKevin Wolf1-0/+25
2017-05-11block: New BdrvChildRole.activate() for blk_resume_after_migration()Kevin Wolf1-28/+28
2017-04-28block: Add errp to b{lk,drv}_truncate()Max Reitz1-2/+3
2017-04-27block: Constify data passed by pointer to blk_nameKrzysztof Kozlowski1-1/+1
2017-04-11throttle: Remove block from group on hot-unplugEric Blake1-0/+3
2017-04-11block: Use bdrv_coroutine_enter to start I/O coroutinesFam Zheng1-2/+2
2017-04-07block: Ignore guest dev permissions during incoming migrationKevin Wolf1-1/+39
2017-03-22block-backend: add drained_begin / drained_end opsJohn Snow1-2/+22
2017-03-07block: Don't use error_abort in blk_new_openFam Zheng1-1/+6
2017-02-28hmp: Request permissions in qemu-ioKevin Wolf1-0/+6
2017-02-28block: Add BdrvChildRole.get_parent_desc()Kevin Wolf1-0/+21
2017-02-28block: Allow error return in BlockDevOps.change_media_cb()Kevin Wolf1-5/+15
2017-02-28block: Request real permissions in blk_new_open()Kevin Wolf1-3/+19
2017-02-28block: Add error parameter to blk_insert_bs()Kevin Wolf1-5/+8
2017-02-28block: Add permissions to blk_new()Kevin Wolf1-7/+14
2017-02-28block: Add permissions to BlockBackendKevin Wolf1-0/+27
2017-02-28block: Let callers request permissions when attaching a child nodeKevin Wolf1-2/+6
2017-02-24block: Pass BdrvChild to bdrv_truncate()Kevin Wolf1-1/+1
2017-02-21block: explicitly acquire aiocontext in aio callbacks that need itPaolo Bonzini1-7/+0
2017-02-21block: explicitly acquire aiocontext in bottom halves that need itPaolo Bonzini1-0/+6
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