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