Age | Commit message (Expand) | Author | Files | Lines |
2017-06-26 | fix: avoid an infinite loop or a dangling pointer problem in img_commit | sochin.jiang | 1 | -0/+18 |
2017-06-26 | block: change variable names in BlockDriverState | Manos Pitsidianakis | 2 | -7/+7 |
2017-06-26 | block: Remove bdrv_aio_readv/writev/flush() | Kevin Wolf | 1 | -8/+0 |
2017-06-20 | Merge remote-tracking branch 'remotes/famz/tags/docker-and-block-pull-request... | Peter Maydell | 4 | -33/+69 |
2017-06-16 | block: make accounting thread-safe | Paolo Bonzini | 1 | -2/+6 |
2017-06-16 | block: split BlockAcctStats creation and setup | Paolo Bonzini | 1 | -1/+2 |
2017-06-16 | block: protect modification of dirty bitmaps with a mutex | Paolo Bonzini | 2 | -9/+20 |
2017-06-16 | block: introduce dirty_bitmap_mutex | Paolo Bonzini | 1 | -0/+5 |
2017-06-16 | block: protect tracked_requests and flush_queue with reqs_lock | Paolo Bonzini | 1 | -5/+9 |
2017-06-16 | block: access write_gen with atomics | Paolo Bonzini | 1 | -1/+1 |
2017-06-16 | block: use Stat64 for wr_highest_offset | Paolo Bonzini | 1 | -3/+4 |
2017-06-16 | block: access io_plugged with atomic ops | Paolo Bonzini | 1 | -3/+5 |
2017-06-16 | block: access wakeup with atomic ops | Paolo Bonzini | 2 | -4/+8 |
2017-06-16 | block: access serialising_in_flight with atomic ops | Paolo Bonzini | 1 | -4/+6 |
2017-06-16 | block: access quiesce_counter with atomic ops | Paolo Bonzini | 1 | -0/+1 |
2017-06-16 | block: access copy_on_read with atomic ops | Paolo Bonzini | 1 | -5/+6 |
2017-06-15 | nbd: rename read_sync and friends | Vladimir Sementsov-Ogievskiy | 1 | -6/+2 |
2017-06-15 | nbd: Fix regression on resiliency to port scan | Eric Blake | 1 | -1/+1 |
2017-06-06 | nbd/client.c: use errp instead of LOG | Vladimir Sementsov-Ogievskiy | 1 | -2/+3 |
2017-06-06 | nbd: add errp parameter to nbd_wr_syncv() | Vladimir Sementsov-Ogievskiy | 1 | -1/+2 |
2017-06-01 | migration: Create include for migration snapshots | Juan Quintela | 1 | -2/+2 |
2017-05-30 | Merge remote-tracking branch 'kwolf/tags/for-upstream' into staging | Stefan Hajnoczi | 1 | -0/+3 |
2017-05-29 | block/file-*: *_parse_filename() and colons | Max Reitz | 1 | -0/+3 |
2017-05-24 | blockjob: use deferred_to_main_loop to indicate the coroutine has ended | Paolo Bonzini | 1 | -1/+2 |
2017-05-24 | blockjob: introduce block_job_pause/resume_all | Paolo Bonzini | 2 | -16/+14 |
2017-05-24 | blockjob: introduce block_job_early_fail | Paolo Bonzini | 1 | -12/+3 |
2017-05-24 | blockjob: remove iostatus_reset callback | Paolo Bonzini | 1 | -3/+0 |
2017-05-12 | Merge tag 'block-pull-request' into staging | Stefan Hajnoczi | 1 | -2/+8 |
2017-05-12 | aio: add missing aio_notify() to aio_enable_external() | Stefan Hajnoczi | 1 | -2/+8 |
2017-05-11 | block: Update comments on BDRV_BLOCK_* meanings | Eric Blake | 2 | -16/+26 |
2017-05-11 | block: Fix write/resize permissions for inactive images | Kevin Wolf | 1 | -0/+1 |
2017-05-11 | block: Drop permissions when migration completes | Kevin Wolf | 1 | -3/+4 |
2017-05-11 | block: New BdrvChildRole.activate() for blk_resume_after_migration() | Kevin Wolf | 2 | -2/+5 |
2017-05-11 | block: Add, parse and store "force-share" option | Fam Zheng | 2 | -0/+2 |
2017-05-11 | block: Make bdrv_perm_names public | Fam Zheng | 1 | -0/+2 |
2017-05-09 | sockets: Limit SocketAddressLegacy to external interfaces | Markus Armbruster | 1 | -0/+3 |
2017-04-28 | block: fix obvious coding style mistakes in block_int.h | Klim Kireev | 1 | -3/+3 |
2017-04-28 | block: Add errp to BD.bdrv_truncate() | Max Reitz | 1 | -1/+1 |
2017-04-28 | block: Add errp to b{lk,drv}_truncate() | Max Reitz | 1 | -1/+1 |
2017-04-24 | block: introduce bdrv_can_set_read_only() | Jeff Cody | 1 | -0/+1 |
2017-04-24 | block: do not set BDS read_only if copy_on_read enabled | Jeff Cody | 1 | -1/+1 |
2017-04-24 | block: add bdrv_set_read_only() helper function | Jeff Cody | 1 | -0/+1 |
2017-04-24 | block: Make errp the last parameter of commit_active_start | Fam Zheng | 1 | -3/+3 |
2017-04-24 | block: Make errp the last parameter of bdrv_img_create | Fam Zheng | 1 | -1/+1 |
2017-04-18 | block: Drain BH in bdrv_drained_begin | Fam Zheng | 1 | -8/+14 |
2017-04-11 | block: Introduce bdrv_coroutine_enter | Fam Zheng | 1 | -0/+5 |
2017-04-11 | async: Introduce aio_co_enter | Fam Zheng | 1 | -0/+9 |
2017-04-11 | block: Make bdrv_parent_drained_begin/end public | Fam Zheng | 1 | -0/+16 |
2017-04-07 | block: Ignore guest dev permissions during incoming migration | Kevin Wolf | 1 | -0/+2 |
2017-03-17 | block: Always call bdrv_child_check_perm first | Fam Zheng | 1 | -4/+0 |