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
/
rbd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Add @exact parameter to bdrv_co_truncate()
Max Reitz
2019-10-28
1
-0
/
+1
*
replay: add BH oneshot event for block layer
Pavel Dovgalyuk
2019-10-14
1
-2
/
+3
*
block: Implement .bdrv_has_zero_init_truncate()
Max Reitz
2019-08-19
1
-0
/
+1
*
block/rbd: increase dynamically the image size
Stefano Garzarella
2019-07-02
1
-3
/
+39
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-0
/
+1
*
block: Add strong_runtime_opts to BlockDriver
Max Reitz
2019-02-25
1
-0
/
+14
*
block: Require auto-read-only for existing fallbacks
Kevin Wolf
2018-11-05
1
-11
/
+4
*
rbd: Close image in qemu_rbd_open() error path
Kevin Wolf
2018-11-05
1
-0
/
+1
*
block: Use warn_report() & friends to report warnings
Markus Armbruster
2018-10-19
1
-2
/
+2
*
block/rbd: Attempt to parse legacy filenames
Jeff Cody
2018-09-25
1
-2
/
+52
*
block/rbd: pull out qemu_rbd_convert_options
Jeff Cody
2018-09-25
1
-12
/
+24
*
block: Convert .bdrv_truncate callback to coroutine_fn
Kevin Wolf
2018-06-29
1
-3
/
+5
*
rbd: New parameter key-secret
Markus Armbruster
2018-06-15
1
-16
/
+25
*
rbd: New parameter auth-client-required
Markus Armbruster
2018-06-15
1
-10
/
+32
*
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
*
rbd: Drop deprecated -drive parameter "filename"
Markus Armbruster
2018-06-15
1
-16
/
+0
*
rbd: Switch to byte-based callbacks
Eric Blake
2018-05-15
1
-18
/
+22
*
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
2018-05-04
1
-7
/
+7
*
block/rbd: remove processed options from qdict
Jeff Cody
2018-04-04
1
-0
/
+7
*
qapi: Replace qobject_to_X(o) by qobject_to(X, o)
Max Reitz
2018-03-19
1
-4
/
+4
*
rbd: Use qemu_rbd_connect() in qemu_rbd_do_create()
Kevin Wolf
2018-03-09
1
-44
/
+10
*
rbd: Assign s->snap/image_name in qemu_rbd_open()
Kevin Wolf
2018-03-09
1
-9
/
+5
*
rbd: Support .bdrv_co_create
Kevin Wolf
2018-03-09
1
-50
/
+100
*
rbd: Pass BlockdevOptionsRbd to qemu_rbd_connect()
Kevin Wolf
2018-03-09
1
-60
/
+55
*
rbd: Remove non-schema options from runtime_opts
Kevin Wolf
2018-03-09
1
-31
/
+24
*
rbd: Factor out qemu_rbd_connect()
Kevin Wolf
2018-03-09
1
-40
/
+60
*
rbd: Fix use after free in qemu_rbd_set_keypairs() error path
Kevin Wolf
2018-03-09
1
-1
/
+2
*
block: convert bdrv_invalidate_cache callback to coroutine_fn
Paolo Bonzini
2018-03-09
1
-3
/
+3
*
block: rename .bdrv_create() to .bdrv_co_create_opts()
Stefan Hajnoczi
2018-03-02
1
-2
/
+4
*
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-09
1
-0
/
+1
*
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
2018-02-09
1
-0
/
+1
*
Include qapi/qmp/qlist.h exactly where needed
Markus Armbruster
2018-02-09
1
-0
/
+1
*
block: Deprecate bdrv_set_read_only() and users
Kevin Wolf
2017-11-17
1
-4
/
+10
*
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
Markus Armbruster
2017-09-04
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into...
Peter Maydell
2017-07-14
1
-3
/
+3
|
\
|
*
Convert error_report() to warn_report()
Alistair Francis
2017-07-13
1
-3
/
+3
*
|
block: Add PreallocMode to BD.bdrv_truncate()
Max Reitz
2017-07-11
1
-1
/
+8
|
/
*
block: change variable names in BlockDriverState
Manos Pitsidianakis
2017-06-26
1
-2
/
+2
*
block/rbd: enable filename option and parsing
Jeff Cody
2017-06-14
1
-1
/
+21
*
qobject: Use simpler QDict/QList scalar insertion macros
Eric Blake
2017-05-09
1
-8
/
+8
*
block: Add .bdrv_truncate() error messages
Max Reitz
2017-04-28
1
-0
/
+1
*
block: Add errp to BD.bdrv_truncate()
Max Reitz
2017-04-28
1
-1
/
+1
*
block/rbd: Add support for reopen()
Jeff Cody
2017-04-24
1
-0
/
+21
*
block/rbd - update variable names to more apt names
Jeff Cody
2017-04-24
1
-16
/
+17
*
block: do not set BDS read_only if copy_on_read enabled
Jeff Cody
2017-04-24
1
-1
/
+10
*
block: add bdrv_set_read_only() helper function
Jeff Cody
2017-04-24
1
-1
/
+1
*
block: Document -drive problematic code and bugs
Markus Armbruster
2017-04-03
1
-0
/
+6
*
rbd: Fix regression in legacy key/values containing escaped :
Eric Blake
2017-03-31
1
-43
/
+44
[next]