summaryrefslogtreecommitdiff
path: root/include/block
AgeCommit message (Expand)AuthorFilesLines
2017-06-20Merge remote-tracking branch 'remotes/famz/tags/docker-and-block-pull-request...Peter Maydell4-33/+69
2017-06-16block: make accounting thread-safePaolo Bonzini1-2/+6
2017-06-16block: split BlockAcctStats creation and setupPaolo Bonzini1-1/+2
2017-06-16block: protect modification of dirty bitmaps with a mutexPaolo Bonzini2-9/+20
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 Bonzini2-4/+8
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-15nbd: rename read_sync and friendsVladimir Sementsov-Ogievskiy1-6/+2
2017-06-15nbd: Fix regression on resiliency to port scanEric Blake1-1/+1
2017-06-06nbd/client.c: use errp instead of LOGVladimir Sementsov-Ogievskiy1-2/+3
2017-06-06nbd: add errp parameter to nbd_wr_syncv()Vladimir Sementsov-Ogievskiy1-1/+2
2017-06-01migration: Create include for migration snapshotsJuan Quintela1-2/+2
2017-05-30Merge remote-tracking branch 'kwolf/tags/for-upstream' into stagingStefan Hajnoczi1-0/+3
2017-05-29block/file-*: *_parse_filename() and colonsMax Reitz1-0/+3
2017-05-24blockjob: use deferred_to_main_loop to indicate the coroutine has endedPaolo Bonzini1-1/+2
2017-05-24blockjob: introduce block_job_pause/resume_allPaolo Bonzini2-16/+14
2017-05-24blockjob: introduce block_job_early_failPaolo Bonzini1-12/+3
2017-05-24blockjob: remove iostatus_reset callbackPaolo Bonzini1-3/+0
2017-05-12Merge tag 'block-pull-request' into stagingStefan Hajnoczi1-2/+8
2017-05-12aio: add missing aio_notify() to aio_enable_external()Stefan Hajnoczi1-2/+8
2017-05-11block: Update comments on BDRV_BLOCK_* meaningsEric Blake2-16/+26
2017-05-11block: Fix write/resize permissions for inactive imagesKevin Wolf1-0/+1
2017-05-11block: Drop permissions when migration completesKevin Wolf1-3/+4
2017-05-11block: New BdrvChildRole.activate() for blk_resume_after_migration()Kevin Wolf2-2/+5
2017-05-11block: Add, parse and store "force-share" optionFam Zheng2-0/+2
2017-05-11block: Make bdrv_perm_names publicFam Zheng1-0/+2
2017-05-09sockets: Limit SocketAddressLegacy to external interfacesMarkus Armbruster1-0/+3
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-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 commit_active_startFam Zheng1-3/+3
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-11async: Introduce aio_co_enterFam Zheng1-0/+9
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-17block: Always call bdrv_child_check_perm firstFam Zheng1-4/+0
2017-03-07block: Fix error handling in bdrv_replace_in_backing_chain()Kevin Wolf2-4/+4
2017-03-07block: Ignore multiple children in bdrv_check_update_perm()Kevin Wolf1-1/+1
2017-02-28block: Add Error parameter to bdrv_append()Kevin Wolf1-1/+2