index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
nfs.c
Age
Commit message (
Expand
)
Author
2017-09-04
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
Markus Armbruster
2017-08-08
block/nfs: fix mutex assertion in nfs_file_close()
Jeff Cody
2017-07-14
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into...
Peter Maydell
2017-07-13
Convert error_report() to warn_report()
Alistair Francis
2017-07-11
block: Add PreallocMode to BD.bdrv_truncate()
Max Reitz
2017-06-26
block: Do not strcmp() with NULL uri->scheme
Max Reitz
2017-06-22
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...
Peter Maydell
2017-06-20
qapi: merge QInt and QFloat in QNum
Marc-André Lureau
2017-06-16
block: access wakeup with atomic ops
Paolo Bonzini
2017-05-09
qobject: Use simpler QDict/QList scalar insertion macros
Eric Blake
2017-04-28
block: Add .bdrv_truncate() error messages
Max Reitz
2017-04-28
block: Add errp to BD.bdrv_truncate()
Max Reitz
2017-04-24
nfs: Make errp the last parameter of nfs_client_open
Fam Zheng
2017-04-03
block: Document -drive problematic code and bugs
Markus Armbruster
2017-03-05
qapi: Drop unused non-strict qobject input visitor
Markus Armbruster
2017-02-27
nfs: do not use aio_context_acquire/release
Paolo Bonzini
2017-02-24
block/nfs: try to avoid the bounce buffer in pwritev
Peter Lieven
2017-02-24
block/nfs: convert to preadv / pwritev
Peter Lieven
2017-02-22
block: Don't bother asserting type of output visitor's output
Markus Armbruster
2017-02-21
block: explicitly acquire aiocontext in bottom halves that need it
Paolo Bonzini
2017-02-21
block: explicitly acquire aiocontext in callbacks that need it
Paolo Bonzini
2017-02-12
block/nfs: fix naming of runtime opts
Peter Lieven
2017-02-12
block/nfs: fix NULL pointer dereference in URI parsing
Peter Lieven
2017-01-03
aio: add AioPollFn and io_poll() interface
Stefan Hajnoczi
2016-12-05
block/nfs: fix QMP to match debug option
Prasanna Kumar Kalever
2016-11-11
nfs: Fix memory leak in nfs_file_create()
Kevin Wolf
2016-10-31
block/nfs: Introduce runtime_opts in NFS
Ashijeet Acharya
2016-10-28
block: only call aio_poll on the current thread's AioContext
Paolo Bonzini
2016-10-28
nfs: use BDRV_POLL_WHILE
Paolo Bonzini
2016-10-28
nfs: move nfs_set_events out of the while loops
Paolo Bonzini
2016-10-07
block: use aio_bh_schedule_oneshot
Paolo Bonzini
2016-07-13
coroutine: move entry argument to qemu_coroutine_create
Paolo Bonzini
2016-06-28
block/nfs: add support for libnfs pagecache
Peter Lieven
2016-06-28
block/nfs: refuse readahead if cache.direct is on
Peter Lieven
2016-03-30
block/nfs: add missing #include "qemu/cutils.h"
Stefan Hajnoczi
2016-03-30
block/nfs: add missing #include "qapi/error.h"
Stefan Hajnoczi
2016-02-29
block/nfs: add support for setting debug level
Peter Lieven
2016-01-20
block: Clean up includes
Peter Maydell
2015-10-23
aio: Add "is_external" flag for event handlers
Fam Zheng
2015-09-25
block/nfs: cache allocated filesize for read-only files
Peter Lieven
2015-09-25
block/nfs: fix calculation of allocated file size
Peter Lieven
2015-07-02
block/nfs: limit maximum readahead size to 1MB
Peter Lieven
2014-12-10
block/nfs: Add create_opts
Max Reitz
2014-09-12
block: round up file size to nearest sector
Hu Tao
2014-08-29
nfs: Fix leak of opts in nfs_file_open
Fam Zheng
2014-08-20
block: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2014-08-15
nfs: Handle failure for potentially large allocations
Kevin Wolf
2014-06-26
block/nfs: add knob to set readahead
Peter Lieven
2014-06-26
block/nfs: fix url parameter checking
Peter Lieven
2014-06-16
cleanup QEMUOptionParameter
Chunyan Liu
[next]