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