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