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