aboutsummaryrefslogtreecommitdiff
path: root/block/block-backend.c
AgeCommit message (Expand)Author
2017-07-18block: Make blk_all_next() publicKevin Wolf
2017-07-18block: Make blk_get_attached_dev_id() publicKevin Wolf
2017-07-11block: Add PreallocMode to blk_truncate()Max Reitz
2017-07-11block: Add PreallocMode to bdrv_truncate()Max Reitz
2017-06-26block: change variable names in BlockDriverStateManos Pitsidianakis
2017-06-16block: split BlockAcctStats creation and setupPaolo Bonzini
2017-06-16throttle-groups: protect throttled requests with a CoMutexPaolo Bonzini
2017-06-16block: access io_limits_disabled with atomic opsPaolo Bonzini
2017-06-09block: Fix anonymous BBs in blk_root_inactivate()Kevin Wolf
2017-05-11block: Drop permissions when migration completesKevin Wolf
2017-05-11block: New BdrvChildRole.activate() for blk_resume_after_migration()Kevin Wolf
2017-04-28block: Add errp to b{lk,drv}_truncate()Max Reitz
2017-04-27block: Constify data passed by pointer to blk_nameKrzysztof Kozlowski
2017-04-11throttle: Remove block from group on hot-unplugEric Blake
2017-04-11block: Use bdrv_coroutine_enter to start I/O coroutinesFam Zheng
2017-04-07block: Ignore guest dev permissions during incoming migrationKevin Wolf
2017-03-22block-backend: add drained_begin / drained_end opsJohn Snow
2017-03-07block: Don't use error_abort in blk_new_openFam Zheng
2017-02-28hmp: Request permissions in qemu-ioKevin Wolf
2017-02-28block: Add BdrvChildRole.get_parent_desc()Kevin Wolf
2017-02-28block: Allow error return in BlockDevOps.change_media_cb()Kevin Wolf
2017-02-28block: Request real permissions in blk_new_open()Kevin Wolf
2017-02-28block: Add error parameter to blk_insert_bs()Kevin Wolf
2017-02-28block: Add permissions to blk_new()Kevin Wolf
2017-02-28block: Add permissions to BlockBackendKevin Wolf
2017-02-28block: Let callers request permissions when attaching a child nodeKevin Wolf
2017-02-24block: Pass BdrvChild to bdrv_truncate()Kevin Wolf
2017-02-21block: explicitly acquire aiocontext in aio callbacks that need itPaolo Bonzini
2017-02-21block: explicitly acquire aiocontext in bottom halves that need itPaolo Bonzini
2017-02-21block-backend: allow blk_prw from coroutine contextPaolo Bonzini
2016-11-14block-backend: Always notify on blk_ejectJohn Snow
2016-10-28block: introduce BDRV_POLL_WHILEPaolo Bonzini
2016-10-28block: add BDS field to count in-flight requestsPaolo Bonzini
2016-10-27block: Use blk_co_ioctl() for all BB level ioctlsKevin Wolf
2016-10-27block: Use blk_co_pdiscard() for all BB level discardKevin Wolf
2016-10-27block: Use blk_co_flush() for all BB level flushesKevin Wolf
2016-10-07block: Add qdev ID to DEVICE_TRAY_MOVEDKevin Wolf
2016-10-07block-backend: Remember if attached device is non-qdevKevin Wolf
2016-10-07block: Add node name to BLOCK_IO_ERROR eventKevin Wolf
2016-10-07block: use aio_bh_schedule_oneshotPaolo Bonzini
2016-09-29block: Use 'detect-zeroes' option for 'blockdev-change-medium'Kevin Wolf
2016-09-29block-backend: remove blk_flush_allJohn Snow
2016-09-23block: Add blk_by_dev()Kevin Wolf
2016-09-05block: remove BlockDriver.bdrv_write_compressedPavel Butsykin
2016-09-05block: Convert bdrv_pwrite_compressed() to BdrvChildPavel Butsykin
2016-09-05block: switch blk_write_compressed() to byte-based interfacePavel Butsykin
2016-09-05block: Accept node-name for block-streamKevin Wolf
2016-07-20block: Convert BB interface to byte-based discardsEric Blake
2016-07-20block: Convert bdrv_aio_discard() to byte-basedEric Blake
2016-07-20block: Convert bdrv_discard() to byte-basedEric Blake