Age | Commit message (Expand) | Author | Files | Lines |
2017-06-22 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in... | Peter Maydell | 8 | -15/+5 |
2017-06-20 | Merge remote-tracking branch 'remotes/famz/tags/docker-and-block-pull-request... | Peter Maydell | 9 | -94/+267 |
2017-06-20 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -4/+4 |
2017-06-20 | qapi: merge QInt and QFloat in QNum | Marc-André Lureau | 8 | -15/+5 |
2017-06-16 | block: make accounting thread-safe | Paolo Bonzini | 1 | -0/+16 |
2017-06-16 | block: split BlockAcctStats creation and setup | Paolo Bonzini | 2 | -5/+9 |
2017-06-16 | block: introduce block_account_one_io | Paolo Bonzini | 1 | -29/+22 |
2017-06-16 | block: protect modification of dirty bitmaps with a mutex | Paolo Bonzini | 2 | -11/+68 |
2017-06-16 | block: introduce dirty_bitmap_mutex | Paolo Bonzini | 2 | -2/+45 |
2017-06-16 | block: protect tracked_requests and flush_queue with reqs_lock | Paolo Bonzini | 1 | -2/+14 |
2017-06-16 | block: access write_gen with atomics | Paolo Bonzini | 1 | -3/+3 |
2017-06-16 | block: use Stat64 for wr_highest_offset | Paolo Bonzini | 2 | -4/+2 |
2017-06-16 | throttle-groups: protect throttled requests with a CoMutex | Paolo Bonzini | 2 | -2/+11 |
2017-06-16 | throttle-groups: do not use qemu_co_enter_next | Paolo Bonzini | 1 | -5/+37 |
2017-06-16 | throttle-groups: only start one coroutine from drained_begin | Paolo Bonzini | 1 | -20/+25 |
2017-06-16 | block: access io_plugged with atomic ops | Paolo Bonzini | 1 | -2/+2 |
2017-06-16 | block: access wakeup with atomic ops | Paolo Bonzini | 3 | -3/+7 |
2017-06-16 | block: access serialising_in_flight with atomic ops | Paolo Bonzini | 1 | -3/+3 |
2017-06-16 | block: access io_limits_disabled with atomic ops | Paolo Bonzini | 2 | -3/+3 |
2017-06-16 | block: access quiesce_counter with atomic ops | Paolo Bonzini | 1 | -2/+2 |
2017-06-16 | block: access copy_on_read with atomic ops | Paolo Bonzini | 1 | -4/+4 |
2017-06-15 | nbd: rename read_sync and friends | Vladimir Sementsov-Ogievskiy | 1 | -4/+4 |
2017-06-14 | block/iscsi: enable filename option and parsing | Jeff Cody | 1 | -1/+21 |
2017-06-14 | block/rbd: enable filename option and parsing | Jeff Cody | 1 | -1/+21 |
2017-06-13 | Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging | Peter Maydell | 1 | -2/+1 |
2017-06-12 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 3 | -1/+9 |
2017-06-09 | block/gluster.c: Handle qdict_array_entries() failure | Peter Maydell | 1 | -2/+1 |
2017-06-09 | block/qcow.c: Fix memory leak in qcow_create() | Peter Maydell | 1 | -0/+1 |
2017-06-09 | commit: Fix use after free in completion | Kevin Wolf | 1 | -0/+7 |
2017-06-09 | block: Fix anonymous BBs in blk_root_inactivate() | Kevin Wolf | 1 | -1/+1 |
2017-06-07 | nbd: make it thread-safe, fix qcow2 over nbd | Paolo Bonzini | 1 | -21/+9 |
2017-06-06 | nbd/client.c: use errp instead of LOG | Vladimir Sementsov-Ogievskiy | 1 | -1/+6 |
2017-06-06 | nbd: add errp parameter to nbd_wr_syncv() | Vladimir Sementsov-Ogievskiy | 1 | -2/+2 |
2017-06-02 | gluster: add support for PREALLOC_MODE_FALLOC | Niels de Vos | 1 | -36/+40 |
2017-05-30 | Merge remote-tracking branch 'kwolf/tags/for-upstream' into staging | Stefan Hajnoczi | 6 | -30/+16 |
2017-05-29 | block/file-*: *_parse_filename() and colons | Max Reitz | 2 | -24/+5 |
2017-05-29 | block: Tweak error message related to qemu-img amend | Eric Blake | 1 | -1/+2 |
2017-05-29 | qcow2: remove extra local_error variable | Alberto Garcia | 1 | -3/+2 |
2017-05-29 | mirror: Drop permissions on s->target on completion | Kevin Wolf | 1 | -1/+6 |
2017-05-26 | stream: fix crash in stream_start() when block_job_create() fails | Alberto Garcia | 1 | -1/+1 |
2017-05-24 | block/gluster: glfs_lseek() workaround | Jeff Cody | 1 | -2/+16 |
2017-05-24 | blockjob: introduce block_job_pause/resume_all | Paolo Bonzini | 1 | -16/+3 |
2017-05-24 | blockjob: introduce block_job_early_fail | Paolo Bonzini | 3 | -3/+3 |
2017-05-18 | migration: migration.h was not needed | Juan Quintela | 1 | -1/+0 |
2017-05-18 | Merge remote-tracking branch 'quintela/tags/migration/20170517' into staging | Stefan Hajnoczi | 6 | -6/+6 |
2017-05-17 | Merge remote-tracking branch 'jtc/tags/block-pull-request' into staging | Stefan Hajnoczi | 1 | -97/+144 |
2017-05-17 | migration: Create migration/blocker.h | Juan Quintela | 6 | -6/+6 |
2017-05-16 | curl: do not do aio_poll when waiting for a free CURLState | Paolo Bonzini | 1 | -1/+15 |
2017-05-16 | curl: convert readv to coroutines | Paolo Bonzini | 1 | -56/+38 |
2017-05-16 | curl: convert CURLAIOCB to byte values | Paolo Bonzini | 1 | -22/+22 |