summaryrefslogtreecommitdiffstats
path: root/include/block/block_int.h
Commit message (Expand)AuthorAgeFilesLines
* block: drop bdrv_set_key from BlockDriverPaolo Bonzini2017-08-081-1/+0Star
* block: Skip implicit nodes in query-block/blockstatsKevin Wolf2017-07-241-0/+1
* block: invoke .bdrv_drain callback in coroutine context and from AioContextPaolo Bonzini2017-07-171-1/+1
* block: Add PreallocMode to BD.bdrv_truncate()Max Reitz2017-07-111-1/+2
* block: add bdrv_measure() APIStefan Hajnoczi2017-07-111-0/+2
* block/dirty-bitmap: add bdrv_remove_persistent_dirty_bitmapVladimir Sementsov-Ogievskiy2017-07-111-0/+3
* block: add bdrv_can_store_new_dirty_bitmapVladimir Sementsov-Ogievskiy2017-07-111-0/+4
* block: new bdrv_reopen_bitmaps_rw interfaceVladimir Sementsov-Ogievskiy2017-07-111-0/+7
* block: remove all encryption handling APIsDaniel P. Berrange2017-07-111-1/+0Star
* block: deprecate "encryption=on" in favor of "encrypt.format=aes"Daniel P. Berrange2017-07-111-1/+1
* block: change variable names in BlockDriverStateManos Pitsidianakis2017-06-261-3/+3
* block: protect modification of dirty bitmaps with a mutexPaolo Bonzini2017-06-161-2/+2
* block: introduce dirty_bitmap_mutexPaolo Bonzini2017-06-161-0/+5
* block: protect tracked_requests and flush_queue with reqs_lockPaolo Bonzini2017-06-161-5/+9
* block: access write_gen with atomicsPaolo Bonzini2017-06-161-1/+1
* block: use Stat64 for wr_highest_offsetPaolo Bonzini2017-06-161-3/+4
* block: access io_plugged with atomic opsPaolo Bonzini2017-06-161-3/+5
* block: access wakeup with atomic opsPaolo Bonzini2017-06-161-2/+5
* block: access serialising_in_flight with atomic opsPaolo Bonzini2017-06-161-4/+6
* block: access quiesce_counter with atomic opsPaolo Bonzini2017-06-161-0/+1
* block: access copy_on_read with atomic opsPaolo Bonzini2017-06-161-5/+6
* migration: Create include for migration snapshotsJuan Quintela2017-06-011-2/+2
* block/file-*: *_parse_filename() and colonsMax Reitz2017-05-291-0/+3
* block: Update comments on BDRV_BLOCK_* meaningsEric Blake2017-05-111-0/+7
* block: Drop permissions when migration completesKevin Wolf2017-05-111-3/+4
* block: New BdrvChildRole.activate() for blk_resume_after_migration()Kevin Wolf2017-05-111-0/+5
* block: Add, parse and store "force-share" optionFam Zheng2017-05-111-0/+1
* block: fix obvious coding style mistakes in block_int.hKlim Kireev2017-04-281-3/+3
* block: Add errp to BD.bdrv_truncate()Max Reitz2017-04-281-1/+1
* block: Make errp the last parameter of commit_active_startFam Zheng2017-04-241-3/+3
* block: Always call bdrv_child_check_perm firstFam Zheng2017-03-171-4/+0Star
* block: Fix error handling in bdrv_replace_in_backing_chain()Kevin Wolf2017-03-071-2/+2
* block: Ignore multiple children in bdrv_check_update_perm()Kevin Wolf2017-03-071-1/+1
* commit: Add filter-node-name to block-commitKevin Wolf2017-02-281-3/+10
* mirror: Add filter-node-name to blockdev-mirrorKevin Wolf2017-02-281-1/+4
* block: BdrvChildRole.attach/detach() callbacksKevin Wolf2017-02-281-0/+3
* block: Add BdrvChildRole.stay_at_nodeKevin Wolf2017-02-281-0/+4
* block: Add BdrvChildRole.get_parent_desc()Kevin Wolf2017-02-281-0/+6
* block: Allow error return in BlockDevOps.change_media_cb()Kevin Wolf2017-02-281-1/+1
* vvfat: Implement .bdrv_child_perm()Kevin Wolf2017-02-281-0/+1
* block: Default .bdrv_child_perm() for format driversKevin Wolf2017-02-281-0/+8
* block: Default .bdrv_child_perm() for filter driversKevin Wolf2017-02-281-0/+8
* block: Involve block drivers in permission grantingKevin Wolf2017-02-281-0/+61
* block: Let callers request permissions when attaching a child nodeKevin Wolf2017-02-281-1/+14
* block: document fields protected by AioContext lockPaolo Bonzini2017-02-211-25/+39
* block: get rid of bdrv_io_unplugged_begin/endPaolo Bonzini2017-01-161-2/+1Star
* block: Rename raw-{posix,win32} to file-*.cEric Blake2017-01-091-1/+1
* blockjob: refactor backup_start as backup_job_createJohn Snow2016-11-151-11/+12
* blockjob: centralize QMP event emissionsJohn Snow2016-11-011-13/+4Star
* Replication/Blockjobs: Create replication jobs as internalJohn Snow2016-11-011-2/+7