aboutsummaryrefslogtreecommitdiff
path: root/include/block/block_int.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-16block: protect modification of dirty bitmaps with a mutexPaolo Bonzini1-2/+2
2017-06-16block: introduce dirty_bitmap_mutexPaolo Bonzini1-0/+5
2017-06-16block: protect tracked_requests and flush_queue with reqs_lockPaolo Bonzini1-5/+9
2017-06-16block: access write_gen with atomicsPaolo Bonzini1-1/+1
2017-06-16block: use Stat64 for wr_highest_offsetPaolo Bonzini1-3/+4
2017-06-16block: access io_plugged with atomic opsPaolo Bonzini1-3/+5
2017-06-16block: access wakeup with atomic opsPaolo Bonzini1-2/+5
2017-06-16block: access serialising_in_flight with atomic opsPaolo Bonzini1-4/+6
2017-06-16block: access quiesce_counter with atomic opsPaolo Bonzini1-0/+1
2017-06-16block: access copy_on_read with atomic opsPaolo Bonzini1-5/+6
2017-06-01migration: Create include for migration snapshotsJuan Quintela1-2/+2
2017-05-29block/file-*: *_parse_filename() and colonsMax Reitz1-0/+3
2017-05-11block: Update comments on BDRV_BLOCK_* meaningsEric Blake1-0/+7
2017-05-11block: Drop permissions when migration completesKevin Wolf1-3/+4
2017-05-11block: New BdrvChildRole.activate() for blk_resume_after_migration()Kevin Wolf1-0/+5
2017-05-11block: Add, parse and store "force-share" optionFam Zheng1-0/+1
2017-04-28block: fix obvious coding style mistakes in block_int.hKlim Kireev1-3/+3
2017-04-28block: Add errp to BD.bdrv_truncate()Max Reitz1-1/+1
2017-04-24block: Make errp the last parameter of commit_active_startFam Zheng1-3/+3
2017-03-17block: Always call bdrv_child_check_perm firstFam Zheng1-4/+0
2017-03-07block: Fix error handling in bdrv_replace_in_backing_chain()Kevin Wolf1-2/+2
2017-03-07block: Ignore multiple children in bdrv_check_update_perm()Kevin Wolf1-1/+1
2017-02-28commit: Add filter-node-name to block-commitKevin Wolf1-3/+10
2017-02-28mirror: Add filter-node-name to blockdev-mirrorKevin Wolf1-1/+4
2017-02-28block: BdrvChildRole.attach/detach() callbacksKevin Wolf1-0/+3
2017-02-28block: Add BdrvChildRole.stay_at_nodeKevin Wolf1-0/+4
2017-02-28block: Add BdrvChildRole.get_parent_desc()Kevin Wolf1-0/+6
2017-02-28block: Allow error return in BlockDevOps.change_media_cb()Kevin Wolf1-1/+1
2017-02-28vvfat: Implement .bdrv_child_perm()Kevin Wolf1-0/+1
2017-02-28block: Default .bdrv_child_perm() for format driversKevin Wolf1-0/+8
2017-02-28block: Default .bdrv_child_perm() for filter driversKevin Wolf1-0/+8
2017-02-28block: Involve block drivers in permission grantingKevin Wolf1-0/+61
2017-02-28block: Let callers request permissions when attaching a child nodeKevin Wolf1-1/+14
2017-02-21block: document fields protected by AioContext lockPaolo Bonzini1-25/+39
2017-01-16block: get rid of bdrv_io_unplugged_begin/endPaolo Bonzini1-2/+1
2017-01-09block: Rename raw-{posix,win32} to file-*.cEric Blake1-1/+1
2016-11-14blockjob: refactor backup_start as backup_job_createJohn Snow1-11/+12
2016-11-01blockjob: centralize QMP event emissionsJohn Snow1-13/+4
2016-11-01Replication/Blockjobs: Create replication jobs as internalJohn Snow1-2/+7
2016-10-28block: only call aio_poll on the current thread's AioContextPaolo Bonzini1-0/+17
2016-10-28block: add BDS field to count in-flight requestsPaolo Bonzini1-4/+6
2016-10-27block: Introduce .bdrv_co_ioctl() driver callbackKevin Wolf1-0/+2
2016-09-28block: mirror: fix wrong comment of mirror_startYaowei Bai1-1/+1
2016-09-15Remove unused function declarationsLadi Prosek1-9/+0
2016-09-13mirror: auto complete active commitWen Congyang1-1/+2
2016-09-05drive-backup: added support for data compressionPavel Butsykin1-0/+1
2016-09-05block: remove BlockDriver.bdrv_write_compressedPavel Butsykin1-3/+0
2016-09-05block/io: reuse bdrv_co_pwritev() for write compressedPavel Butsykin1-0/+3
2016-08-18block: fix deadlock in bdrv_co_flushEvgeny Yakovlev1-1/+1
2016-08-03block: Cater to iscsi with non-power-of-2 discardEric Blake1-17/+20