aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2017-06-26qed: Remove callback from qed_write_table()Kevin Wolf
2017-06-26qed: Remove GenericCBKevin Wolf
2017-06-26qed: Make qed_write_table() synchronousKevin Wolf
2017-06-26qed: Remove callback from qed_write_header()Kevin Wolf
2017-06-26qed: Make qed_write_header() synchronousKevin Wolf
2017-06-26qed: Remove callback from qed_copy_from_backing_file()Kevin Wolf
2017-06-26qed: Make qed_copy_from_backing_file() synchronousKevin Wolf
2017-06-26qed: Make qed_read_backing_file() synchronousKevin Wolf
2017-06-26qed: Remove callback from qed_find_cluster()Kevin Wolf
2017-06-26qed: Remove callback from qed_read_l2_table()Kevin Wolf
2017-06-26qed: Remove callback from qed_read_table()Kevin Wolf
2017-06-26qed: Make qed_read_table() synchronousKevin Wolf
2017-06-26qed: Use bottom half to resume waiting requestsKevin Wolf
2017-06-26qcow2: Use offset_into_cluster() and offset_to_l2_index()Alberto Garcia
2017-06-26qcow2: Merge the writing of the COW regions with the guest dataAlberto Garcia
2017-06-26qcow2: Pass a QEMUIOVector to do_perform_cow_{read,write}()Alberto Garcia
2017-06-26qcow2: Allow reading both COW regions with only one requestAlberto Garcia
2017-06-26qcow2: Split do_perform_cow() into _read(), _encrypt() and _write()Alberto Garcia
2017-06-26qcow2: Make perform_cow() call do_perform_cow() twiceAlberto Garcia
2017-06-26qcow2: Use unsigned int for both members of Qcow2COWRegionAlberto Garcia
2017-06-26qcow2: Remove unused Error variable in do_perform_cow()Alberto Garcia
2017-06-26throttle: Update throttle-groups.c documentationAlberto Garcia
2017-06-26block: use BDRV_POLL_WHILE() in bdrv_rw_vmstate()Stefan Hajnoczi
2017-06-26block: count bdrv_co_rw_vmstate() requestsStefan Hajnoczi
2017-06-26commit: Fix completion with extra referenceKevin Wolf
2017-06-22Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...Peter Maydell
2017-06-20Merge remote-tracking branch 'remotes/famz/tags/docker-and-block-pull-request...Peter Maydell
2017-06-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau
2017-06-16block: make accounting thread-safePaolo Bonzini
2017-06-16block: split BlockAcctStats creation and setupPaolo Bonzini
2017-06-16block: introduce block_account_one_ioPaolo Bonzini
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-16throttle-groups: protect throttled requests with a CoMutexPaolo Bonzini
2017-06-16throttle-groups: do not use qemu_co_enter_nextPaolo Bonzini
2017-06-16throttle-groups: only start one coroutine from drained_beginPaolo 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 io_limits_disabled 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-15nbd: rename read_sync and friendsVladimir Sementsov-Ogievskiy
2017-06-14block/iscsi: enable filename option and parsingJeff Cody
2017-06-14block/rbd: enable filename option and parsingJeff Cody
2017-06-13Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell