Age | Commit message (Expand) | Author |
2016-07-06 | qmp-output-visitor: Favor new visit_free() function | Eric Blake |
2016-07-06 | opts-visitor: Favor new visit_free() function | Eric Blake |
2016-07-06 | qapi: Add parameter to visit_end_* | Eric Blake |
2016-06-29 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2016-06-29 | iscsi: fix assertion in is_sector_request_lun_aligned | Peter Lieven |
2016-06-28 | mirror: fix misleading comments | Changlong Xie |
2016-06-28 | blockjob: assert(cb) when create job | Changlong Xie |
2016-06-28 | mirror: limit niov to IOV_MAX elements, again | John Snow |
2016-06-28 | mirror: clarify mirror_do_read return code | John Snow |
2016-06-28 | block/gluster: add support for selecting debug logging level | Jeff Cody |
2016-06-28 | mirror: fix trace_mirror_yield_in_flight usage in mirror_iteration() | Denis V. Lunev |
2016-06-28 | block/nfs: add support for libnfs pagecache | Peter Lieven |
2016-06-28 | block/nfs: refuse readahead if cache.direct is on | Peter Lieven |
2016-06-28 | block/gluster: add support for SEEK_DATA/SEEK_HOLE | Niels de Vos |
2016-06-20 | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... | Peter Maydell |
2016-06-20 | trace: split out trace events for block/ directory | Daniel P. Berrange |
2016-06-20 | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-06-20' into... | Peter Maydell |
2016-06-20 | coccinelle: Remove unnecessary variables for function return value | Eduardo Habkost |
2016-06-20 | error: Remove unnecessary local_err variables | Eduardo Habkost |
2016-06-20 | error: Remove NULL checks on error_propagate() calls | Eduardo Habkost |
2016-06-20 | backup: follow AioContext change gracefully | Stefan Hajnoczi |
2016-06-20 | mirror: follow AioContext change gracefully | Stefan Hajnoczi |
2016-06-20 | block: process before_write_notifiers in bdrv_co_discard | Denis V. Lunev |
2016-06-20 | block: fix race in bdrv_co_discard with drive-mirror | Denis V. Lunev |
2016-06-20 | block: fixed BdrvTrackedRequest filling in bdrv_co_discard | Denis V. Lunev |
2016-06-16 | os-posix: include sys/mman.h | Paolo Bonzini |
2016-06-16 | block/null: Implement bdrv_refresh_filename() | Max Reitz |
2016-06-16 | block/mirror: Fix target backing BDS | Max Reitz |
2016-06-16 | rbd:change error_setg() to error_setg_errno() | Vikhyat Umrao |
2016-06-16 | block: Create the commit block job before reopening any image | Alberto Garcia |
2016-06-16 | block: use the block job list in bdrv_drain_all() | Alberto Garcia |
2016-06-16 | block: Remove bs->zero_beyond_eof | Kevin Wolf |
2016-06-16 | qcow2: Let vmstate call qcow2_co_preadv/pwrite directly | Kevin Wolf |
2016-06-16 | block: Make bdrv_load/save_vmstate coroutine_fns | Kevin Wolf |
2016-06-16 | block: Allow .bdrv_load/save_vmstate() to return 0/-errno | Kevin Wolf |
2016-06-16 | block: Make .bdrv_load_vmstate() vectored | Kevin Wolf |
2016-06-16 | block: Introduce bdrv_preadv() | Kevin Wolf |
2016-06-16 | linux-aio: Cancel BH if not needed | Kevin Wolf |
2016-06-16 | block: Don't enforce 512 byte minimum alignment | Kevin Wolf |
2016-06-16 | raw-posix: Implement .bdrv_co_preadv/pwritev | Kevin Wolf |
2016-06-16 | raw-posix: Switch to bdrv_co_* interfaces | Kevin Wolf |
2016-06-16 | block: Prepare bdrv_aligned_pwritev() for byte-aligned requests | Kevin Wolf |
2016-06-16 | block: Prepare bdrv_aligned_preadv() for byte-aligned requests | Kevin Wolf |
2016-06-16 | block: Byte-based bdrv_co_do_copy_on_readv() | Kevin Wolf |
2016-06-16 | block: drop support for using qcow[2] encryption with system emulators | Daniel P. Berrange |
2016-06-16 | block: Assert that flags are in range | Eric Blake |
2016-06-16 | block: Avoid bogus flags during mirroring | Eric Blake |
2016-06-16 | qcow2: Implement .bdrv_co_pwritev() | Kevin Wolf |
2016-06-16 | qcow2: Use bytes instead of sectors for QCowL2Meta | Kevin Wolf |
2016-06-16 | qcow2: Make copy_sectors() byte based | Kevin Wolf |