index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
nfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-25
block: Purify .bdrv_refresh_filename()
Max Reitz
1
-35
/
+1
2019-02-25
block: Add strong_runtime_opts to BlockDriver
Max Reitz
1
-0
/
+11
2019-02-25
block/nfs: Implement bdrv_dirname()
Max Reitz
1
-0
/
+15
2018-06-29
block: Convert .bdrv_truncate callback to coroutine_fn
Kevin Wolf
1
-3
/
+4
2018-06-15
block: Factor out qobject_input_visitor_new_flat_confused()
Markus Armbruster
1
-5
/
+2
2018-06-15
block: Fix -blockdev for certain non-string scalars
Markus Armbruster
1
-1
/
+1
2018-06-15
block: Add block-specific QDict header
Max Reitz
1
-0
/
+1
2018-05-16
nfs: Remove processed options from QDict
Kevin Wolf
1
-0
/
+7
2018-05-16
nfs: Fix error path in nfs_options_qdict_to_qapi()
Kevin Wolf
1
-0
/
+1
2018-05-04
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
1
-2
/
+2
2018-03-09
nfs: Support .bdrv_co_create
Kevin Wolf
1
-16
/
+60
2018-03-09
nfs: Use QAPI options in nfs_client_open()
Kevin Wolf
1
-123
/
+53
2018-03-09
block: convert bdrv_invalidate_cache callback to coroutine_fn
Paolo Bonzini
1
-3
/
+3
2018-03-06
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-2
/
+3
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
1
-1
/
+1
2018-03-02
block: rename .bdrv_create() to .bdrv_co_create_opts()
Stefan Hajnoczi
1
-2
/
+3
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
1
-1
/
+1
2017-11-29
block/nfs: fix nfs_client_open for filesize greater than 1TB
Peter Lieven
1
-4
/
+3
2017-09-04
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
Markus Armbruster
1
-1
/
+1
2017-08-08
block/nfs: fix mutex assertion in nfs_file_close()
Jeff Cody
1
-3
/
+8
2017-07-14
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into...
Peter Maydell
1
-6
/
+6
2017-07-13
Convert error_report() to warn_report()
Alistair Francis
1
-6
/
+6
2017-07-11
block: Add PreallocMode to BD.bdrv_truncate()
Max Reitz
1
-1
/
+8
2017-06-26
block: Do not strcmp() with NULL uri->scheme
Max Reitz
1
-1
/
+1
2017-06-22
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...
Peter Maydell
1
-1
/
+0
2017-06-20
qapi: merge QInt and QFloat in QNum
Marc-André Lureau
1
-1
/
+0
2017-06-16
block: access wakeup with atomic ops
Paolo Bonzini
1
-1
/
+3
2017-05-09
qobject: Use simpler QDict/QList scalar insertion macros
Eric Blake
1
-26
/
+17
2017-04-28
block: Add .bdrv_truncate() error messages
Max Reitz
1
-1
/
+9
2017-04-28
block: Add errp to BD.bdrv_truncate()
Max Reitz
1
-1
/
+1
2017-04-24
nfs: Make errp the last parameter of nfs_client_open
Fam Zheng
1
-3
/
+3
2017-04-03
block: Document -drive problematic code and bugs
Markus Armbruster
1
-0
/
+7
2017-03-05
qapi: Drop unused non-strict qobject input visitor
Markus Armbruster
1
-1
/
+1
2017-02-27
nfs: do not use aio_context_acquire/release
Paolo Bonzini
1
-4
/
+19
2017-02-24
block/nfs: try to avoid the bounce buffer in pwritev
Peter Lieven
1
-7
/
+16
2017-02-24
block/nfs: convert to preadv / pwritev
Peter Lieven
1
-18
/
+15
2017-02-22
block: Don't bother asserting type of output visitor's output
Markus Armbruster
1
-2
/
+0
2017-02-21
block: explicitly acquire aiocontext in bottom halves that need it
Paolo Bonzini
1
-1
/
+2
2017-02-21
block: explicitly acquire aiocontext in callbacks that need it
Paolo Bonzini
1
-0
/
+6
2017-02-12
block/nfs: fix naming of runtime opts
Peter Lieven
1
-23
/
+23
2017-02-12
block/nfs: fix NULL pointer dereference in URI parsing
Peter Lieven
1
-1
/
+2
2017-01-03
aio: add AioPollFn and io_poll() interface
Stefan Hajnoczi
1
-3
/
+4
2016-12-05
block/nfs: fix QMP to match debug option
Prasanna Kumar Kalever
1
-2
/
+2
2016-11-11
nfs: Fix memory leak in nfs_file_create()
Kevin Wolf
1
-0
/
+1
2016-10-31
block/nfs: Introduce runtime_opts in NFS
Ashijeet Acharya
1
-93
/
+349
2016-10-28
block: only call aio_poll on the current thread's AioContext
Paolo Bonzini
1
-0
/
+1
2016-10-28
nfs: use BDRV_POLL_WHILE
Paolo Bonzini
1
-18
/
+28
2016-10-28
nfs: move nfs_set_events out of the while loops
Paolo Bonzini
1
-4
/
+4
2016-10-07
block: use aio_bh_schedule_oneshot
Paolo Bonzini
1
-5
/
+2
2016-07-13
coroutine: move entry argument to qemu_coroutine_create
Paolo Bonzini
1
-1
/
+1
[next]