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
2022-03-22
block/rbd: fix write zeroes with growing images
Stefano Garzarella
1
-12
/
+14
2022-02-01
block/rbd: workaround for ceph issue #53784
Peter Lieven
1
-2
/
+40
2022-02-01
block/rbd: fix handling of holes in .bdrv_co_block_status
Peter Lieven
1
-5
/
+5
2021-11-02
block/rbd: implement bdrv_co_block_status
Peter Lieven
1
-0
/
+112
2021-09-29
block: use int64_t instead of int in driver discard handlers
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2021-09-29
block: use int64_t instead of int in driver write_zeroes handlers
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2021-09-29
block: use int64_t instead of uint64_t in driver write handlers
Vladimir Sementsov-Ogievskiy
1
-3
/
+3
2021-09-29
block: use int64_t instead of uint64_t in driver read handlers
Vladimir Sementsov-Ogievskiy
1
-3
/
+3
2021-07-09
block/rbd: fix type of task->complete
Peter Lieven
1
-1
/
+1
2021-07-09
block/rbd: drop qemu_rbd_refresh_limits
Peter Lieven
1
-9
/
+0
2021-07-09
block/rbd: add write zeroes support
Peter Lieven
1
-1
/
+31
2021-07-09
block/rbd: migrate from aio to coroutines
Peter Lieven
1
-162
/
+90
2021-07-09
block/rbd: update s->image_size in qemu_rbd_getlength
Peter Lieven
1
-3
/
+2
2021-07-09
block/rbd: store object_size in BDRVRBDState
Peter Lieven
1
-11
/
+7
2021-07-09
block/rbd: bump librbd requirement to luminous release
Peter Lieven
1
-112
/
+8
2021-07-09
block/rbd: Add support for rbd image encryption
Or Ozeri
1
-4
/
+357
2021-05-14
block/rbd: Add an escape-aware strchr helper
Connor Kuehl
1
-11
/
+21
2021-04-09
block/rbd: fix memory leak in qemu_rbd_co_create_opts()
Stefano Garzarella
1
-0
/
+1
2021-04-09
block/rbd: fix memory leak in qemu_rbd_connect()
Stefano Garzarella
1
-4
/
+5
2020-12-19
qobject: Change qobject_to_json()'s value to GString
Markus Armbruster
1
-1
/
+1
2020-09-15
block/rbd: add 'namespace' to qemu_rbd_strong_runtime_opts[]
Stefano Garzarella
1
-0
/
+1
2020-09-15
block/rbd: remove runtime_opts
John Snow
1
-42
/
+0
2020-07-10
qapi: Smooth another visitor error checking pattern
Markus Armbruster
1
-5
/
+2
2020-05-08
block: Drop unused .bdrv_has_zero_init_truncate
Eric Blake
1
-1
/
+0
2020-05-08
rbd: Support BDRV_REQ_ZERO_WRITE for truncate
Eric Blake
1
-0
/
+3
2020-04-30
block: Add flags to BlockDriver.bdrv_co_truncate()
Kevin Wolf
1
-0
/
+1
2020-03-26
block: pass BlockDriver reference to the .bdrv_co_create
Maxim Levitsky
1
-1
/
+2
2020-03-06
block/rbd: Add support for ceph namespaces
Florian Florensa
1
-13
/
+31
2019-10-28
block: Add @exact parameter to bdrv_co_truncate()
Max Reitz
1
-0
/
+1
2019-10-14
replay: add BH oneshot event for block layer
Pavel Dovgalyuk
1
-2
/
+3
2019-08-19
block: Implement .bdrv_has_zero_init_truncate()
Max Reitz
1
-0
/
+1
2019-07-02
block/rbd: increase dynamically the image size
Stefano Garzarella
1
-3
/
+39
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2019-02-25
block: Add strong_runtime_opts to BlockDriver
Max Reitz
1
-0
/
+14
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
[next]