aboutsummaryrefslogtreecommitdiff
path: root/block/nfs.c
AgeCommit message (Expand)Author
2018-05-16nfs: Remove processed options from QDictKevin Wolf
2018-05-16nfs: Fix error path in nfs_options_qdict_to_qapi()Kevin Wolf
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau
2018-03-09nfs: Support .bdrv_co_createKevin Wolf
2018-03-09nfs: Use QAPI options in nfs_client_open()Kevin Wolf
2018-03-09block: convert bdrv_invalidate_cache callback to coroutine_fnPaolo Bonzini
2018-03-06Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-03-02block: rename .bdrv_create() to .bdrv_co_create_opts()Stefan Hajnoczi
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2017-11-29block/nfs: fix nfs_client_open for filesize greater than 1TBPeter Lieven
2017-09-04qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster
2017-08-08block/nfs: fix mutex assertion in nfs_file_close()Jeff Cody
2017-07-14Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into...Peter Maydell
2017-07-13Convert error_report() to warn_report()Alistair Francis
2017-07-11block: Add PreallocMode to BD.bdrv_truncate()Max Reitz
2017-06-26block: Do not strcmp() with NULL uri->schemeMax Reitz
2017-06-22Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...Peter Maydell
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau
2017-06-16block: access wakeup with atomic opsPaolo Bonzini
2017-05-09qobject: Use simpler QDict/QList scalar insertion macrosEric Blake
2017-04-28block: Add .bdrv_truncate() error messagesMax Reitz
2017-04-28block: Add errp to BD.bdrv_truncate()Max Reitz
2017-04-24nfs: Make errp the last parameter of nfs_client_openFam Zheng
2017-04-03block: Document -drive problematic code and bugsMarkus Armbruster
2017-03-05qapi: Drop unused non-strict qobject input visitorMarkus Armbruster
2017-02-27nfs: do not use aio_context_acquire/releasePaolo Bonzini
2017-02-24block/nfs: try to avoid the bounce buffer in pwritevPeter Lieven
2017-02-24block/nfs: convert to preadv / pwritevPeter Lieven
2017-02-22block: Don't bother asserting type of output visitor's outputMarkus Armbruster
2017-02-21block: explicitly acquire aiocontext in bottom halves that need itPaolo Bonzini
2017-02-21block: explicitly acquire aiocontext in callbacks that need itPaolo Bonzini
2017-02-12block/nfs: fix naming of runtime optsPeter Lieven
2017-02-12block/nfs: fix NULL pointer dereference in URI parsingPeter Lieven
2017-01-03aio: add AioPollFn and io_poll() interfaceStefan Hajnoczi
2016-12-05block/nfs: fix QMP to match debug optionPrasanna Kumar Kalever
2016-11-11nfs: Fix memory leak in nfs_file_create()Kevin Wolf
2016-10-31block/nfs: Introduce runtime_opts in NFSAshijeet Acharya
2016-10-28block: only call aio_poll on the current thread's AioContextPaolo Bonzini
2016-10-28nfs: use BDRV_POLL_WHILEPaolo Bonzini
2016-10-28nfs: move nfs_set_events out of the while loopsPaolo Bonzini
2016-10-07block: use aio_bh_schedule_oneshotPaolo Bonzini
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini
2016-06-28block/nfs: add support for libnfs pagecachePeter Lieven
2016-06-28block/nfs: refuse readahead if cache.direct is onPeter Lieven
2016-03-30block/nfs: add missing #include "qemu/cutils.h"Stefan Hajnoczi
2016-03-30block/nfs: add missing #include "qapi/error.h"Stefan Hajnoczi
2016-02-29block/nfs: add support for setting debug levelPeter Lieven
2016-01-20block: Clean up includesPeter Maydell
2015-10-23aio: Add "is_external" flag for event handlersFam Zheng