aboutsummaryrefslogtreecommitdiff
path: root/include/block/block_int.h
AgeCommit message (Expand)Author
2017-07-11block: remove all encryption handling APIsDaniel P. Berrange
2017-07-11block: deprecate "encryption=on" in favor of "encrypt.format=aes"Daniel P. Berrange
2017-06-26block: change variable names in BlockDriverStateManos Pitsidianakis
2017-06-16block: protect modification of dirty bitmaps with a mutexPaolo Bonzini
2017-06-16block: introduce dirty_bitmap_mutexPaolo Bonzini
2017-06-16block: protect tracked_requests and flush_queue with reqs_lockPaolo Bonzini
2017-06-16block: access write_gen with atomicsPaolo Bonzini
2017-06-16block: use Stat64 for wr_highest_offsetPaolo Bonzini
2017-06-16block: access io_plugged with atomic opsPaolo Bonzini
2017-06-16block: access wakeup with atomic opsPaolo Bonzini
2017-06-16block: access serialising_in_flight with atomic opsPaolo Bonzini
2017-06-16block: access quiesce_counter with atomic opsPaolo Bonzini
2017-06-16block: access copy_on_read with atomic opsPaolo Bonzini
2017-06-01migration: Create include for migration snapshotsJuan Quintela
2017-05-29block/file-*: *_parse_filename() and colonsMax Reitz
2017-05-11block: Update comments on BDRV_BLOCK_* meaningsEric Blake
2017-05-11block: Drop permissions when migration completesKevin 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-04-28block: fix obvious coding style mistakes in block_int.hKlim Kireev
2017-04-28block: Add errp to BD.bdrv_truncate()Max Reitz
2017-04-24block: Make errp the last parameter of commit_active_startFam Zheng
2017-03-17block: Always call bdrv_child_check_perm firstFam Zheng
2017-03-07block: Fix error handling in bdrv_replace_in_backing_chain()Kevin Wolf
2017-03-07block: Ignore multiple children in bdrv_check_update_perm()Kevin Wolf
2017-02-28commit: Add filter-node-name to block-commitKevin Wolf
2017-02-28mirror: Add filter-node-name to blockdev-mirrorKevin Wolf
2017-02-28block: BdrvChildRole.attach/detach() callbacksKevin Wolf
2017-02-28block: Add BdrvChildRole.stay_at_nodeKevin 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-28vvfat: Implement .bdrv_child_perm()Kevin Wolf
2017-02-28block: Default .bdrv_child_perm() for format driversKevin Wolf
2017-02-28block: Default .bdrv_child_perm() for filter driversKevin Wolf
2017-02-28block: Involve block drivers in permission grantingKevin Wolf
2017-02-28block: Let callers request permissions when attaching a child nodeKevin Wolf
2017-02-21block: document fields protected by AioContext lockPaolo Bonzini
2017-01-16block: get rid of bdrv_io_unplugged_begin/endPaolo Bonzini
2017-01-09block: Rename raw-{posix,win32} to file-*.cEric Blake
2016-11-14blockjob: refactor backup_start as backup_job_createJohn Snow
2016-11-01blockjob: centralize QMP event emissionsJohn Snow
2016-11-01Replication/Blockjobs: Create replication jobs as internalJohn Snow
2016-10-28block: only call aio_poll on the current thread's AioContextPaolo Bonzini
2016-10-28block: add BDS field to count in-flight requestsPaolo Bonzini
2016-10-27block: Introduce .bdrv_co_ioctl() driver callbackKevin Wolf
2016-09-28block: mirror: fix wrong comment of mirror_startYaowei Bai
2016-09-15Remove unused function declarationsLadi Prosek
2016-09-13mirror: auto complete active commitWen Congyang
2016-09-05drive-backup: added support for data compressionPavel Butsykin
2016-09-05block: remove BlockDriver.bdrv_write_compressedPavel Butsykin