summaryrefslogtreecommitdiff
path: root/block/nfs.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-02block/nfs: limit maximum readahead size to 1MBPeter Lieven1-0/+7
2014-12-10block/nfs: Add create_optsMax Reitz1-0/+15
2014-09-12block: round up file size to nearest sectorHu Tao1-1/+2
2014-08-29nfs: Fix leak of opts in nfs_file_openFam Zheng1-3/+7
2014-08-20block: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2014-08-15nfs: Handle failure for potentially large allocationsKevin Wolf1-1/+5
2014-06-26block/nfs: add knob to set readaheadPeter Lieven1-0/+4
2014-06-26block/nfs: fix url parameter checkingPeter Lieven1-6/+12
2014-06-16cleanup QEMUOptionParameterChunyan Liu1-1/+1
2014-06-16nfs.c: replace QEMUOptionParameter with QemuOptsChunyan Liu1-9/+3
2014-06-16block/nfs: fix potential segfault on early callbackPeter Lieven1-1/+3
2014-06-04nfs: implement .bdrv_detach/attach_aio_context()Stefan Hajnoczi1-24/+57
2014-05-09block/nfs: Check for NULL server partMax Reitz1-0/+4
2014-04-25Use error_is_set() only when necessary (again)Markus Armbruster1-1/+1
2014-03-19block/nfs: report errors from libnfsPeter Lieven1-0/+3
2014-02-09block: add native support for NFSPeter Lieven1-0/+439