Age | Commit message (Expand) | Author |
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 |
2017-05-11 | block: Drop permissions when migration completes | Kevin Wolf |
2017-05-11 | block: New BdrvChildRole.activate() for blk_resume_after_migration() | Kevin Wolf |
2017-05-11 | qcow2: Discard preallocated zero clusters | Max Reitz |
2017-05-11 | qcow2: Reuse preallocated zero clusters | Max Reitz |
2017-05-11 | qcow2: Fix preallocation size formula | Max Reitz |
2017-05-11 | file-posix: Add image locking to perm operations | Fam Zheng |
2017-05-11 | file-win32: Error out if locking=on | Fam Zheng |
2017-05-11 | file-posix: Add 'locking' option | Fam Zheng |
2017-05-10 | Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into staging | Stefan Hajnoczi |
2017-05-10 | Merge remote-tracking branch 'danpb/tags/pull-qcrypto-2017-05-09-1' into staging | Stefan Hajnoczi |
2017-05-09 | crypto: move 'opaque' parameter to (nearly) the end of parameter list | Daniel P. Berrange |
2017-05-09 | sockets: Limit SocketAddressLegacy to external interfaces | Markus Armbruster |
2017-05-09 | sockets: Rename SocketAddressFlat to SocketAddress | Markus Armbruster |
2017-05-09 | sockets: Rename SocketAddress to SocketAddressLegacy | Markus Armbruster |
2017-05-09 | sockets: Prepare inet_parse() for flattened SocketAddress | Markus Armbruster |
2017-05-09 | qobject: Use simpler QDict/QList scalar insertion macros | Eric Blake |
2017-05-08 | qobject: Drop useless QObject casts | Eric Blake |
2017-05-07 | block: Make 'replication_state' an enum | Fam Zheng |
2017-04-28 | qcow2: Allow discard of final unaligned cluster | Eric Blake |