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
...
*
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
*
rbd: Fix bugs around -drive parameter "server"
Markus Armbruster
2017-03-28
1
-95
/
+32
*
rbd: Revert -blockdev and -drive parameter auth-supported
Markus Armbruster
2017-03-28
1
-28
/
+3
*
rbd: Clean up qemu_rbd_create()'s detour through QemuOpts
Markus Armbruster
2017-03-28
1
-15
/
+5
*
rbd: Clean up runtime_opts, fix -drive to reject filename
Markus Armbruster
2017-03-28
1
-14
/
+24
*
rbd: Don't accept -drive driver=rbd, keyvalue-pairs=...
Markus Armbruster
2017-03-28
1
-4
/
+8
*
rbd: Clean up after the previous commit
Markus Armbruster
2017-03-28
1
-15
/
+9
*
rbd: Don't limit length of parameter values
Markus Armbruster
2017-03-28
1
-77
/
+14
*
rbd: Fix to cleanly reject -drive without pool or image
Markus Armbruster
2017-03-28
1
-3
/
+7
*
block/rbd: add support for 'mon_host', 'auth_supported' via QAPI
Jeff Cody
2017-03-02
1
-0
/
+135
*
block/rbd: parse all options via bdrv_parse_filename
Jeff Cody
2017-02-28
1
-148
/
+151
*
block/rbd: add all the currently supported runtime_opts
Jeff Cody
2017-02-28
1
-19
/
+49
*
block/rbd: don't copy strings in qemu_rbd_next_tok()
Jeff Cody
2017-02-28
1
-35
/
+64
*
RBD: Add support readv,writev for rbd
tianqing
2017-02-24
1
-24
/
+56
*
rbd: make the code more readable
Xiubo Li
2016-11-01
1
-13
/
+12
*
rbd: shift byte count as a 64-bit value
Paolo Bonzini
2016-10-23
1
-2
/
+2
*
block: use aio_bh_schedule_oneshot
Paolo Bonzini
2016-10-07
1
-6
/
+2
*
block: Convert .bdrv_aio_discard() to byte-based
Eric Blake
2016-07-20
1
-8
/
+7
*
rbd: Switch rbd_start_aio() to byte-based
Eric Blake
2016-07-20
1
-9
/
+9
*
coccinelle: Remove unnecessary variables for function return value
Eduardo Habkost
2016-06-20
1
-3
/
+1
*
rbd:change error_setg() to error_setg_errno()
Vikhyat Umrao
2016-06-16
1
-15
/
+23
*
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
1
-1
/
+1
[prev]
[next]