| Commit message (Expand) | Author | Age | Files | Lines |
* | block: add BDRV_REQ_REGISTERED_BUF request flag | Stefan Hajnoczi | 2022-10-26 | 1 | -1/+0 |
* | gluster: stop using .bdrv_needs_filename | Stefan Hajnoczi | 2022-09-30 | 1 | -4/+0 |
* | block/gluster: correctly set max_pdiscard | Fabian Ebner | 2022-06-24 | 1 | -1/+1 |
* | block: use int64_t instead of int in driver discard handlers | Vladimir Sementsov-Ogievskiy | 2021-09-29 | 1 | -2/+5 |
* | block: use int64_t instead of int in driver write_zeroes handlers | Vladimir Sementsov-Ogievskiy | 2021-09-29 | 1 | -3/+3 |
* | block/gluster: Do not force-cap *pnum | Hanna Reitz | 2021-09-15 | 1 | -3/+4 |
* | gluster: Align block-status tail | Max Reitz | 2021-09-15 | 1 | -0/+16 |
* | qapi: More complex uses of QAPI_LIST_APPEND | Eric Blake | 2021-01-28 | 1 | -10/+3 |
* | qapi: Use QAPI_LIST_PREPEND() where possible | Eric Blake | 2020-12-19 | 1 | -2/+2 |
* | error: Reduce unnecessary error propagation | Markus Armbruster | 2020-07-10 | 1 | -4/+4 |
* | error: Eliminate error_propagate() with Coccinelle, part 2 | Markus Armbruster | 2020-07-10 | 1 | -3/+1 |
* | qemu-option: Use returned bool to check for failure | Markus Armbruster | 2020-07-10 | 1 | -10/+5 |
* | gluster: Drop useless has_zero_init callback | Eric Blake | 2020-05-08 | 1 | -14/+0 |
* | block: Add flags to BlockDriver.bdrv_co_truncate() | Kevin Wolf | 2020-04-30 | 1 | -0/+1 |
* | block: pass BlockDriver reference to the .bdrv_co_create | Maxim Levitsky | 2020-03-26 | 1 | -1/+2 |
* | block: Add @exact parameter to bdrv_co_truncate() | Max Reitz | 2019-10-28 | 1 | -0/+1 |
* | block: Implement .bdrv_has_zero_init_truncate() | Max Reitz | 2019-08-19 | 1 | -0/+4 |
* | gluster: fix .bdrv_reopen_prepare when backing file is a JSON object | Stefano Garzarella | 2019-07-15 | 1 | -1/+11 |
* | block/gluster: update .help of BLOCK_OPT_PREALLOC option | Stefano Garzarella | 2019-06-12 | 1 | -1/+8 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -0/+1 |
* | block/gluster: limit the transfer size to 512 MiB | Stefano Garzarella | 2019-04-02 | 1 | -0/+16 |
* | gluster: the glfs_io_cbk callback function pointer adds pre/post stat args | Niels de Vos | 2019-03-12 | 1 | -1/+5 |
* | gluster: Handle changed glfs_ftruncate signature | Prasanna Kumar Kalever | 2019-03-12 | 1 | -0/+4 |
* | block: Add strong_runtime_opts to BlockDriver | Max Reitz | 2019-02-25 | 1 | -0/+19 |
* | qemu/queue.h: leave head structs anonymous unless necessary | Paolo Bonzini | 2019-01-11 | 1 | -1/+1 |
* | gluster: Support auto-read-only option | Kevin Wolf | 2018-11-05 | 1 | -2/+10 |
* | block: Fix typos in comments (found by codespell) | Stefan Weil | 2018-07-23 | 1 | -1/+1 |
* | block: Convert .bdrv_truncate callback to coroutine_fn | Kevin Wolf | 2018-06-29 | 1 | -6/+8 |
* | block: Add block-specific QDict header | Max Reitz | 2018-06-15 | 1 | -0/+1 |
* | block: Merge .bdrv_co_writev{,_flags} in drivers | Eric Blake | 2018-05-15 | 1 | -1/+3 |
* | qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF | Marc-André Lureau | 2018-05-04 | 1 | -2/+2 |
* | gluster: Fix blockdev-add with server.N.type=unix | Kevin Wolf | 2018-04-03 | 1 | -4/+17 |
* | block: include original filename when reporting invalid URIs | Daniel P. Berrangé | 2018-03-13 | 1 | -1/+1 |
* | gluster: Support .bdrv_co_create | Kevin Wolf | 2018-03-09 | 1 | -44/+91 |
* | block: rename .bdrv_create() to .bdrv_co_create_opts() | Stefan Hajnoczi | 2018-03-02 | 1 | -6/+7 |
* | gluster: Switch to .bdrv_co_block_status() | Eric Blake | 2018-03-02 | 1 | -36/+34 |
* | gluster: Add preallocated truncation | Max Reitz | 2018-02-13 | 1 | -16/+1 |
* | gluster: Query current size in do_truncate() | Max Reitz | 2018-02-13 | 1 | -2/+19 |
* | gluster: Pull truncation from qemu_gluster_create | Max Reitz | 2018-02-13 | 1 | -34/+40 |
* | gluster: Move glfs_close() to create's clean-up | Max Reitz | 2018-02-13 | 1 | -4/+6 |
* | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster | 2018-02-09 | 1 | -0/+2 |
* | Include qapi/qmp/qdict.h exactly where needed | Markus Armbruster | 2018-02-09 | 1 | -0/+1 |
* | qapi: Change data type of the FOO_lookup generated for enum FOO | Marc-André Lureau | 2017-09-04 | 1 | -2/+2 |
* | qapi: Mechanically convert FOO_lookup[...] to FOO_str(...) | Markus Armbruster | 2017-09-04 | 1 | -2/+2 |
* | qapi: Generate FOO_str() macro for QAPI enum FOO | Markus Armbruster | 2017-09-04 | 1 | -1/+0 |
* | qapi: Drop superfluous qapi_enum_parse() parameter max | Markus Armbruster | 2017-09-04 | 1 | -4/+2 |
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into... | Peter Maydell | 2017-07-14 | 1 | -2/+1 |
|\ |
|
| * | Convert error_report() to warn_report() | Alistair Francis | 2017-07-13 | 1 | -2/+1 |
* | | block: Add PreallocMode to BD.bdrv_truncate() | Max Reitz | 2017-07-11 | 1 | -1/+7 |
|/ |
|
* | block/gluster.c: Handle qdict_array_entries() failure | Peter Maydell | 2017-06-09 | 1 | -2/+1 |