| Commit message (Expand) | Author | Age | Files | Lines |
* | block/nfs: fix int overflow in nfs_client_open_qdict | Peter Lieven | 2020-12-18 | 1 | -1/+1 |
* | block: Fixes nfs compiling error on msys2/mingw | Yonggang Luo | 2020-11-09 | 1 | -1/+12 |
* | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi | 2020-09-23 | 1 | -1/+1 |
* | qapi: Smooth another visitor error checking pattern | Markus Armbruster | 2020-07-10 | 1 | -5/+2 |
* | block: Drop unused .bdrv_has_zero_init_truncate | Eric Blake | 2020-05-08 | 1 | -1/+0 |
* | nfs: Support BDRV_REQ_ZERO_WRITE for truncate | Eric Blake | 2020-05-08 | 1 | -0/+3 |
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul... | Peter Maydell | 2020-05-05 | 1 | -2/+1 |
|\ |
|
| * | Compress lines for immediate return | Simran Singhal | 2020-05-04 | 1 | -2/+1 |
* | | lockable: replaced locks with lock guard macros where appropriate | Daniel Brodsky | 2020-05-04 | 1 | -27/+24 |
|/ |
|
* | block: Add flags to BlockDriver.bdrv_co_truncate() | Kevin Wolf | 2020-04-30 | 1 | -1/+2 |
* | block: pass BlockDriver reference to the .bdrv_co_create | Maxim Levitsky | 2020-03-26 | 1 | -1/+3 |
* | block: Add @exact parameter to bdrv_co_truncate() | Max Reitz | 2019-10-28 | 1 | -1/+1 |
* | replay: add BH oneshot event for block layer | Pavel Dovgalyuk | 2019-10-14 | 1 | -2/+4 |
* | block/nfs: add support for nfs_umount | Peter Lieven | 2019-09-13 | 1 | -0/+3 |
* | block/nfs: tear down aio before nfs_close | Peter Lieven | 2019-09-13 | 1 | -2/+4 |
* | block: Implement .bdrv_has_zero_init_truncate() | Max Reitz | 2019-08-19 | 1 | -0/+1 |
* | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | Include qemu/main-loop.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -0/+1 |
* | block: Purify .bdrv_refresh_filename() | Max Reitz | 2019-02-25 | 1 | -35/+1 |
* | block: Add strong_runtime_opts to BlockDriver | Max Reitz | 2019-02-25 | 1 | -0/+11 |
* | block/nfs: Implement bdrv_dirname() | Max Reitz | 2019-02-25 | 1 | -0/+15 |
* | block: Convert .bdrv_truncate callback to coroutine_fn | Kevin Wolf | 2018-06-29 | 1 | -3/+4 |
* | block: Factor out qobject_input_visitor_new_flat_confused() | Markus Armbruster | 2018-06-15 | 1 | -5/+2 |
* | block: Fix -blockdev for certain non-string scalars | Markus Armbruster | 2018-06-15 | 1 | -1/+1 |
* | block: Add block-specific QDict header | Max Reitz | 2018-06-15 | 1 | -0/+1 |
* | nfs: Remove processed options from QDict | Kevin Wolf | 2018-05-16 | 1 | -0/+7 |
* | nfs: Fix error path in nfs_options_qdict_to_qapi() | Kevin Wolf | 2018-05-16 | 1 | -0/+1 |
* | qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF | Marc-André Lureau | 2018-05-04 | 1 | -2/+2 |
* | nfs: Support .bdrv_co_create | Kevin Wolf | 2018-03-09 | 1 | -16/+60 |
* | nfs: Use QAPI options in nfs_client_open() | Kevin Wolf | 2018-03-09 | 1 | -123/+53 |
* | block: convert bdrv_invalidate_cache callback to coroutine_fn | Paolo Bonzini | 2018-03-09 | 1 | -3/+3 |
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 2018-03-06 | 1 | -2/+3 |
|\ |
|
| * | block: rename .bdrv_create() to .bdrv_co_create_opts() | Stefan Hajnoczi | 2018-03-02 | 1 | -2/+3 |
* | | Include less of the generated modular QAPI headers | Markus Armbruster | 2018-03-02 | 1 | -1/+1 |
|/ |
|
* | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster | 2018-02-09 | 1 | -1/+1 |
* | block/nfs: fix nfs_client_open for filesize greater than 1TB | Peter Lieven | 2017-11-29 | 1 | -4/+3 |
* | qapi: Mechanically convert FOO_lookup[...] to FOO_str(...) | Markus Armbruster | 2017-09-04 | 1 | -1/+1 |
* | block/nfs: fix mutex assertion in nfs_file_close() | Jeff Cody | 2017-08-08 | 1 | -3/+8 |
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into... | Peter Maydell | 2017-07-14 | 1 | -6/+6 |
|\ |
|
| * | Convert error_report() to warn_report() | Alistair Francis | 2017-07-13 | 1 | -6/+6 |
* | | block: Add PreallocMode to BD.bdrv_truncate() | Max Reitz | 2017-07-11 | 1 | -1/+8 |
|/ |
|
* | block: Do not strcmp() with NULL uri->scheme | Max Reitz | 2017-06-26 | 1 | -1/+1 |
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in... | Peter Maydell | 2017-06-22 | 1 | -1/+0 |
|\ |
|
| * | qapi: merge QInt and QFloat in QNum | Marc-André Lureau | 2017-06-20 | 1 | -1/+0 |
* | | block: access wakeup with atomic ops | Paolo Bonzini | 2017-06-16 | 1 | -1/+3 |
|/ |
|
* | qobject: Use simpler QDict/QList scalar insertion macros | Eric Blake | 2017-05-09 | 1 | -26/+17 |
* | block: Add .bdrv_truncate() error messages | Max Reitz | 2017-04-28 | 1 | -1/+9 |
* | block: Add errp to BD.bdrv_truncate() | Max Reitz | 2017-04-28 | 1 | -1/+1 |
* | nfs: Make errp the last parameter of nfs_client_open | Fam Zheng | 2017-04-24 | 1 | -3/+3 |