aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
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-13Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell
2017-06-12Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2017-06-09block/gluster.c: Handle qdict_array_entries() failurePeter Maydell
2017-06-09block/qcow.c: Fix memory leak in qcow_create()Peter Maydell
2017-06-09commit: Fix use after free in completionKevin Wolf
2017-06-09block: Fix anonymous BBs in blk_root_inactivate()Kevin Wolf
2017-06-07nbd: make it thread-safe, fix qcow2 over nbdPaolo Bonzini
2017-06-06nbd/client.c: use errp instead of LOGVladimir Sementsov-Ogievskiy
2017-06-06nbd: add errp parameter to nbd_wr_syncv()Vladimir Sementsov-Ogievskiy
2017-06-02gluster: add support for PREALLOC_MODE_FALLOCNiels de Vos
2017-05-30Merge remote-tracking branch 'kwolf/tags/for-upstream' into stagingStefan Hajnoczi
2017-05-29block/file-*: *_parse_filename() and colonsMax Reitz
2017-05-29block: Tweak error message related to qemu-img amendEric Blake
2017-05-29qcow2: remove extra local_error variableAlberto Garcia
2017-05-29mirror: Drop permissions on s->target on completionKevin Wolf
2017-05-26stream: fix crash in stream_start() when block_job_create() failsAlberto Garcia
2017-05-24block/gluster: glfs_lseek() workaroundJeff Cody
2017-05-24blockjob: introduce block_job_pause/resume_allPaolo Bonzini
2017-05-24blockjob: introduce block_job_early_failPaolo Bonzini
2017-05-18migration: migration.h was not neededJuan Quintela
2017-05-18Merge remote-tracking branch 'quintela/tags/migration/20170517' into stagingStefan Hajnoczi
2017-05-17Merge remote-tracking branch 'jtc/tags/block-pull-request' into stagingStefan Hajnoczi
2017-05-17migration: Create migration/blocker.hJuan Quintela
2017-05-16curl: do not do aio_poll when waiting for a free CURLStatePaolo Bonzini
2017-05-16curl: convert readv to coroutinesPaolo Bonzini
2017-05-16curl: convert CURLAIOCB to byte valuesPaolo Bonzini
2017-05-16curl: split curl_find_state/curl_init_statePaolo Bonzini
2017-05-16block/win32: fix 'ret not initialized' warningGerd Hoffmann
2017-05-16curl: avoid recursive locking of BDRVCURLState mutexPaolo Bonzini
2017-05-16curl: never invoke callbacks with s->mutex heldPaolo Bonzini
2017-05-16curl: strengthen assertion in curl_clean_statePaolo Bonzini
2017-05-16block: curl: Allow passing cookies via QCryptoSecretPeter Krempa
2017-05-12Merge tag 'block-pull-request' into stagingStefan Hajnoczi
2017-05-12Merge remote-tracking branch 'kwolf/tags/for-upstream' into stagingStefan Hajnoczi
2017-05-12block: Simplify BDRV_BLOCK_RAW recursionEric Blake
2017-05-11qcow2: Discard/zero clusters by byte countEric Blake