summary refs log tree commit diff stats
path: root/block/gluster.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* qapi: Move include/qapi/qmp/ to include/qobject/Daniel P. Berrangé2025-02-101-1/+1
* block/gluster: Use g_autofree for string in qemu_gluster_parse_json()Peter Maydell2024-10-221-5/+2
* docs: Mark "gluster" support in QEMU as deprecatedThomas Huth2024-10-071-0/+2
* block: remove separate bdrv_file_open callbackPaolo Bonzini2024-06-281-3/+3
* block/gluster: Use URI parsing code from glibThomas Huth2024-05-141-35/+34
* block/gluster: Remove deprecated RDMA protocol handlingPhilippe Mathieu-Daudé2024-04-241-39/+0
* block: Mark bdrv_apply_auto_read_only() and callers GRAPH_RDLOCKKevin Wolf2023-10-121-0/+2
* cutils: Adjust signature of parse_uint[_full]Eric Blake2023-06-021-2/+2
* block: Convert bdrv_get_allocated_file_size() to co_wrapperEmanuele Giuseppe Esposito2023-02-011-5/+6
* block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixedEmanuele Giuseppe Esposito2023-02-011-6/+6
* include/block: Untangle inclusion loopsMarkus Armbruster2023-01-201-0/+1
* qapi block: Elide redundant has_FOO in generated CMarkus Armbruster2022-12-141-3/+0
* block: add BDRV_REQ_REGISTERED_BUF request flagStefan Hajnoczi2022-10-261-1/+0
* gluster: stop using .bdrv_needs_filenameStefan Hajnoczi2022-09-301-4/+0
* block/gluster: correctly set max_pdiscardFabian Ebner2022-06-241-1/+1
* block: use int64_t instead of int in driver discard handlersVladimir Sementsov-Ogievskiy2021-09-291-2/+5
* block: use int64_t instead of int in driver write_zeroes handlersVladimir Sementsov-Ogievskiy2021-09-291-3/+3
* block/gluster: Do not force-cap *pnumHanna Reitz2021-09-151-3/+4
* gluster: Align block-status tailMax Reitz2021-09-151-0/+16
* qapi: More complex uses of QAPI_LIST_APPENDEric Blake2021-01-281-10/+3
* qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake2020-12-191-2/+2
* error: Reduce unnecessary error propagationMarkus Armbruster2020-07-101-4/+4
* error: Eliminate error_propagate() with Coccinelle, part 2Markus Armbruster2020-07-101-3/+1
* qemu-option: Use returned bool to check for failureMarkus Armbruster2020-07-101-10/+5
* gluster: Drop useless has_zero_init callbackEric Blake2020-05-081-14/+0
* block: Add flags to BlockDriver.bdrv_co_truncate()Kevin Wolf2020-04-301-0/+1
* block: pass BlockDriver reference to the .bdrv_co_createMaxim Levitsky2020-03-261-1/+2
* block: Add @exact parameter to bdrv_co_truncate()Max Reitz2019-10-281-0/+1
* block: Implement .bdrv_has_zero_init_truncate()Max Reitz2019-08-191-0/+4
* gluster: fix .bdrv_reopen_prepare when backing file is a JSON objectStefano Garzarella2019-07-151-1/+11
* block/gluster: update .help of BLOCK_OPT_PREALLOC optionStefano Garzarella2019-06-121-1/+8
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* block/gluster: limit the transfer size to 512 MiBStefano Garzarella2019-04-021-0/+16
* gluster: the glfs_io_cbk callback function pointer adds pre/post stat argsNiels de Vos2019-03-121-1/+5
* gluster: Handle changed glfs_ftruncate signaturePrasanna Kumar Kalever2019-03-121-0/+4
* block: Add strong_runtime_opts to BlockDriverMax Reitz2019-02-251-0/+19
* qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini2019-01-111-1/+1
* gluster: Support auto-read-only optionKevin Wolf2018-11-051-2/+10
* block: Fix typos in comments (found by codespell)Stefan Weil2018-07-231-1/+1
* block: Convert .bdrv_truncate callback to coroutine_fnKevin Wolf2018-06-291-6/+8
* block: Add block-specific QDict headerMax Reitz2018-06-151-0/+1
* block: Merge .bdrv_co_writev{,_flags} in driversEric Blake2018-05-151-1/+3
* qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau2018-05-041-2/+2
* gluster: Fix blockdev-add with server.N.type=unixKevin Wolf2018-04-031-4/+17
* block: include original filename when reporting invalid URIsDaniel P. Berrangé2018-03-131-1/+1
* gluster: Support .bdrv_co_createKevin Wolf2018-03-091-44/+91
* block: rename .bdrv_create() to .bdrv_co_create_opts()Stefan Hajnoczi2018-03-021-6/+7
* gluster: Switch to .bdrv_co_block_status()Eric Blake2018-03-021-36/+34
* gluster: Add preallocated truncationMax Reitz2018-02-131-16/+1
* gluster: Query current size in do_truncate()Max Reitz2018-02-131-2/+19