index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
nfs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
block: Document -drive problematic code and bugs
Markus Armbruster
2017-04-03
1
-0
/
+7
*
qapi: Drop unused non-strict qobject input visitor
Markus Armbruster
2017-03-05
1
-1
/
+1
*
nfs: do not use aio_context_acquire/release
Paolo Bonzini
2017-02-27
1
-4
/
+19
*
block/nfs: try to avoid the bounce buffer in pwritev
Peter Lieven
2017-02-24
1
-7
/
+16
*
block/nfs: convert to preadv / pwritev
Peter Lieven
2017-02-24
1
-18
/
+15
*
block: Don't bother asserting type of output visitor's output
Markus Armbruster
2017-02-22
1
-2
/
+0
*
block: explicitly acquire aiocontext in bottom halves that need it
Paolo Bonzini
2017-02-21
1
-1
/
+2
*
block: explicitly acquire aiocontext in callbacks that need it
Paolo Bonzini
2017-02-21
1
-0
/
+6
*
block/nfs: fix naming of runtime opts
Peter Lieven
2017-02-12
1
-23
/
+23
*
block/nfs: fix NULL pointer dereference in URI parsing
Peter Lieven
2017-02-12
1
-1
/
+2
*
aio: add AioPollFn and io_poll() interface
Stefan Hajnoczi
2017-01-03
1
-3
/
+4
*
block/nfs: fix QMP to match debug option
Prasanna Kumar Kalever
2016-12-05
1
-2
/
+2
*
nfs: Fix memory leak in nfs_file_create()
Kevin Wolf
2016-11-11
1
-0
/
+1
*
block/nfs: Introduce runtime_opts in NFS
Ashijeet Acharya
2016-10-31
1
-93
/
+349
*
block: only call aio_poll on the current thread's AioContext
Paolo Bonzini
2016-10-28
1
-0
/
+1
*
nfs: use BDRV_POLL_WHILE
Paolo Bonzini
2016-10-28
1
-18
/
+28
*
nfs: move nfs_set_events out of the while loops
Paolo Bonzini
2016-10-28
1
-4
/
+4
*
block: use aio_bh_schedule_oneshot
Paolo Bonzini
2016-10-07
1
-5
/
+2
*
coroutine: move entry argument to qemu_coroutine_create
Paolo Bonzini
2016-07-13
1
-1
/
+1
*
block/nfs: add support for libnfs pagecache
Peter Lieven
2016-06-29
1
-1
/
+36
*
block/nfs: refuse readahead if cache.direct is on
Peter Lieven
2016-06-29
1
-4
/
+16
*
block/nfs: add missing #include "qemu/cutils.h"
Stefan Hajnoczi
2016-03-30
1
-0
/
+1
[next]