aboutsummaryrefslogtreecommitdiff
path: root/include/block/block.h
AgeCommit message (Expand)Author
2017-07-11block: Add PreallocMode to bdrv_truncate()Max Reitz
2017-07-11block: add bdrv_measure() APIStefan Hajnoczi
2017-07-11block: add bdrv_can_store_new_dirty_bitmapVladimir Sementsov-Ogievskiy
2017-07-11block: remove all encryption handling APIsDaniel P. Berrange
2017-07-10block: Make bdrv_is_allocated_above() byte-basedEric Blake
2017-07-10block: Make bdrv_is_allocated() byte-basedEric Blake
2017-07-10block: Drop unused bdrv_round_sectors_to_clusters()Eric Blake
2017-07-10block: Simplify use of BDRV_BLOCK_RAWEric Blake
2017-06-30block: Add BDRV_BLOCK_EOF to bdrv_get_block_status()Eric Blake
2017-06-26block: change variable names in BlockDriverStateManos Pitsidianakis
2017-06-26block: Remove bdrv_aio_readv/writev/flush()Kevin Wolf
2017-06-16block: access wakeup with atomic opsPaolo Bonzini
2017-05-11block: Update comments on BDRV_BLOCK_* meaningsEric Blake
2017-05-11block: Fix write/resize permissions for inactive imagesKevin Wolf
2017-05-11block: New BdrvChildRole.activate() for blk_resume_after_migration()Kevin Wolf
2017-05-11block: Add, parse and store "force-share" optionFam Zheng
2017-05-11block: Make bdrv_perm_names publicFam Zheng
2017-04-28block: Add errp to b{lk,drv}_truncate()Max Reitz
2017-04-24block: introduce bdrv_can_set_read_only()Jeff Cody
2017-04-24block: do not set BDS read_only if copy_on_read enabledJeff Cody
2017-04-24block: add bdrv_set_read_only() helper functionJeff Cody
2017-04-24block: Make errp the last parameter of bdrv_img_createFam Zheng
2017-04-18block: Drain BH in bdrv_drained_beginFam Zheng
2017-04-11block: Introduce bdrv_coroutine_enterFam Zheng
2017-04-11block: Make bdrv_parent_drained_begin/end publicFam Zheng
2017-04-07block: Ignore guest dev permissions during incoming migrationKevin Wolf
2017-03-07block: Fix error handling in bdrv_replace_in_backing_chain()Kevin Wolf
2017-02-28block: Add Error parameter to bdrv_append()Kevin Wolf
2017-02-28block: Add Error parameter to bdrv_set_backing_hd()Kevin Wolf
2017-02-28block: Add BDRV_O_RESIZE for blk_new_open()Kevin Wolf
2017-02-28block: Add Error argument to bdrv_attach_child()Kevin Wolf
2017-02-28block: Add op blocker permission constantsKevin Wolf
2017-02-24block: Add bdrv_new_open_driver()Kevin Wolf
2017-02-24block: Pass BdrvChild to bdrv_truncate()Kevin Wolf
2017-01-27block: Fix target variable of BLKSECTGET ioctlEric Farman
2017-01-16block: get rid of bdrv_io_unplugged_begin/endPaolo Bonzini
2016-11-01blockjobs: split interface into public/private, Part 1John Snow
2016-10-31block: Add bdrv_drain_all_{begin,end}()Alberto Garcia
2016-10-28block: only call aio_poll on the current thread's AioContextPaolo Bonzini
2016-10-28block: prepare bdrv_reopen_multiple to release AioContextPaolo Bonzini
2016-10-28block: introduce BDRV_POLL_WHILEPaolo Bonzini
2016-10-27block: Remove bdrv_aio_ioctl()Kevin Wolf
2016-10-27block: Remove bdrv_ioctl()Kevin Wolf
2016-10-27block: Use blk_co_ioctl() for all BB level ioctlsKevin Wolf
2016-10-27block: Remove bdrv_aio_pdiscard()Kevin Wolf
2016-09-29block: Move 'discard' option to bdrv_open_common()Kevin Wolf
2016-09-29block: reintroduce bdrv_flush_allJohn Snow
2016-09-23block: Add "read-only" to the options QDictAlberto Garcia
2016-09-23block: Remove bdrv_is_snapshotAlberto Garcia
2016-09-15Remove unused function declarationsLadi Prosek