Age | Commit message (Expand) | Author |
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 |
2017-05-16 | curl: avoid recursive locking of BDRVCURLState mutex | Paolo Bonzini |
2017-05-16 | curl: never invoke callbacks with s->mutex held | Paolo Bonzini |
2017-05-16 | curl: strengthen assertion in curl_clean_state | Paolo Bonzini |
2017-05-16 | block: curl: Allow passing cookies via QCryptoSecret | Peter Krempa |
2017-05-12 | Merge tag 'block-pull-request' into staging | Stefan Hajnoczi |
2017-05-12 | Merge remote-tracking branch 'kwolf/tags/for-upstream' into staging | Stefan Hajnoczi |
2017-05-12 | block: Simplify BDRV_BLOCK_RAW recursion | Eric Blake |
2017-05-11 | qcow2: Discard/zero clusters by byte count | Eric Blake |
2017-05-11 | qcow2: Assert that cluster operations are aligned | Eric Blake |
2017-05-11 | qcow2: Optimize write zero of unaligned tail cluster | Eric Blake |
2017-05-11 | qcow2: Optimize zero_single_l2() to minimize L2 churn | Eric Blake |
2017-05-11 | qcow2: Make distinction between zero cluster types obvious | Eric Blake |
2017-05-11 | qcow2: Name typedef for cluster type | Eric Blake |
2017-05-11 | qcow2: Correctly report status of preallocated zero clusters | Eric Blake |
2017-05-11 | qcow2: Use consistent switch indentation | Eric Blake |
2017-05-11 | qcow2: Nicer variable names in qcow2_update_snapshot_refcount() | Eric Blake |
2017-05-11 | blkdebug: Add ability to override unmap geometries | Eric Blake |
2017-05-11 | blkdebug: Simplify override logic | Eric Blake |
2017-05-11 | blkdebug: Add pass-through write_zero and discard support | Eric Blake |
2017-05-11 | blkdebug: Refactor error injection | Eric Blake |
2017-05-11 | blkdebug: Sanity check block layer guarantees | Eric Blake |
2017-05-11 | file-posix: Remove .bdrv_inactivate/invalidate_cache | Kevin Wolf |