Age | Commit message (Expand) | Author | Files | Lines |
2024-06-28 | block: remove separate bdrv_file_open callback | Paolo Bonzini | 1 | -1/+1 |
2024-05-14 | block/nfs: Use URI parsing code from glib | Thomas Huth | 1 | -56/+54 |
2023-10-12 | block: Mark bdrv_refresh_filename() and callers GRAPH_RDLOCK | Kevin Wolf | 1 | -1/+1 |
2023-06-02 | cutils: Adjust signature of parse_uint[_full] | Eric Blake | 1 | -2/+2 |
2023-05-30 | aio: remove aio_disable_external() API | Stefan Hajnoczi | 1 | -3/+2 |
2023-04-12 | block/nfs: do not poll within a coroutine | Paolo Bonzini | 1 | -11/+13 |
2023-02-01 | block: Convert bdrv_get_allocated_file_size() to co_wrapper | Emanuele Giuseppe Esposito | 1 | -2/+2 |
2023-01-20 | include/block: Untangle inclusion loops | Markus Armbruster | 1 | -0/+1 |
2022-10-27 | block/nfs: Fix 32-bit Windows build | Bin Meng | 1 | -0/+8 |
2022-10-07 | nfs: add missing coroutine_fn annotations | Paolo Bonzini | 1 | -1/+1 |
2022-01-12 | aio-posix: split poll check from ready handler | Stefan Hajnoczi | 1 | -3/+3 |
2021-09-29 | block: use int64_t instead of uint64_t in driver write handlers | Vladimir Sementsov-Ogievskiy | 1 | -3/+3 |
2021-09-29 | block: use int64_t instead of uint64_t in driver read handlers | Vladimir Sementsov-Ogievskiy | 1 | -3/+3 |
2021-07-09 | util/uri: do not check argument of uri_free() | Heinrich Schuchardt | 1 | -3/+1 |
2021-05-02 | Do not include sysemu/sysemu.h if it's not really necessary | Thomas Huth | 1 | -1/+0 |
2020-12-18 | block/nfs: fix int overflow in nfs_client_open_qdict | Peter Lieven | 1 | -1/+1 |
2020-11-09 | block: Fixes nfs compiling error on msys2/mingw | Yonggang Luo | 1 | -1/+12 |
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi | 1 | -1/+1 |
2020-07-10 | qapi: Smooth another visitor error checking pattern | Markus Armbruster | 1 | -5/+2 |
2020-05-08 | block: Drop unused .bdrv_has_zero_init_truncate | Eric Blake | 1 | -1/+0 |
2020-05-08 | nfs: Support BDRV_REQ_ZERO_WRITE for truncate | Eric Blake | 1 | -0/+3 |
2020-05-05 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul... | Peter Maydell | 1 | -2/+1 |
2020-05-04 | lockable: replaced locks with lock guard macros where appropriate | Daniel Brodsky | 1 | -27/+24 |
2020-05-04 | Compress lines for immediate return | Simran Singhal | 1 | -2/+1 |
2020-04-30 | block: Add flags to BlockDriver.bdrv_co_truncate() | Kevin Wolf | 1 | -1/+2 |
2020-03-26 | block: pass BlockDriver reference to the .bdrv_co_create | Maxim Levitsky | 1 | -1/+3 |
2019-10-28 | block: Add @exact parameter to bdrv_co_truncate() | Max Reitz | 1 | -1/+1 |
2019-10-14 | replay: add BH oneshot event for block layer | Pavel Dovgalyuk | 1 | -2/+4 |
2019-09-13 | block/nfs: add support for nfs_umount | Peter Lieven | 1 | -0/+3 |
2019-09-13 | block/nfs: tear down aio before nfs_close | Peter Lieven | 1 | -2/+4 |
2019-08-19 | block: Implement .bdrv_has_zero_init_truncate() | Max Reitz | 1 | -0/+1 |
2019-08-16 | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster | 1 | -1/+0 |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster | 1 | -0/+1 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 1 | -0/+1 |
2019-02-25 | block: Purify .bdrv_refresh_filename() | Max Reitz | 1 | -35/+1 |
2019-02-25 | block: Add strong_runtime_opts to BlockDriver | Max Reitz | 1 | -0/+11 |
2019-02-25 | block/nfs: Implement bdrv_dirname() | Max Reitz | 1 | -0/+15 |
2018-06-29 | block: Convert .bdrv_truncate callback to coroutine_fn | Kevin Wolf | 1 | -3/+4 |
2018-06-15 | block: Factor out qobject_input_visitor_new_flat_confused() | Markus Armbruster | 1 | -5/+2 |
2018-06-15 | block: Fix -blockdev for certain non-string scalars | Markus Armbruster | 1 | -1/+1 |
2018-06-15 | block: Add block-specific QDict header | Max Reitz | 1 | -0/+1 |
2018-05-16 | nfs: Remove processed options from QDict | Kevin Wolf | 1 | -0/+7 |
2018-05-16 | nfs: Fix error path in nfs_options_qdict_to_qapi() | Kevin Wolf | 1 | -0/+1 |
2018-05-04 | qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF | Marc-André Lureau | 1 | -2/+2 |
2018-03-09 | nfs: Support .bdrv_co_create | Kevin Wolf | 1 | -16/+60 |
2018-03-09 | nfs: Use QAPI options in nfs_client_open() | Kevin Wolf | 1 | -123/+53 |
2018-03-09 | block: convert bdrv_invalidate_cache callback to coroutine_fn | Paolo Bonzini | 1 | -3/+3 |
2018-03-06 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 1 | -2/+3 |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster | 1 | -1/+1 |
2018-03-02 | block: rename .bdrv_create() to .bdrv_co_create_opts() | Stefan Hajnoczi | 1 | -2/+3 |