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
*
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
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
*
rbd: add support for getting password from QCryptoSecret object
Daniel P. Berrange
2016-02-29
1
-0
/
+47
*
block: Clean up includes
Peter Maydell
2016-01-20
1
-1
/
+1
*
rbd: fix ceph settings precedence
Josh Durgin
2015-07-14
1
-8
/
+24
*
rbd: make qemu's cache setting override any ceph setting
Josh Durgin
2015-07-14
1
-12
/
+12
*
rbd: remove unused constants and fields
Josh Durgin
2015-07-14
1
-10
/
+0
*
Convert (ffs(val) - 1) to ctz32(val)
Stefan Hajnoczi
2015-04-28
1
-1
/
+1
*
block/rbd: fix memory leak
Gonglei
2014-12-12
1
-4
/
+4
*
rbd: Add support for bdrv_invalidate_cache
Adam Crume
2014-11-03
1
-0
/
+15
*
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
2014-10-20
1
-5
/
+5
*
block: Rename BlockDriverAIOCB* to BlockAIOCB*
Markus Armbruster
2014-10-20
1
-28
/
+28
*
block: Rename qemu_aio_release -> qemu_aio_unref
Fam Zheng
2014-09-22
1
-2
/
+2
*
rbd: Drop rbd_aiocb_info.cancel
Fam Zheng
2014-09-22
1
-22
/
+1
*
block: round up file size to nearest sector
Hu Tao
2014-09-12
1
-1
/
+2
*
block: Use g_new() & friends to avoid multiplying sizes
Markus Armbruster
2014-08-20
1
-1
/
+1
*
block: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2014-08-20
1
-2
/
+2
*
rbd: Handle failure for potentially large allocations
Kevin Wolf
2014-08-15
1
-2
/
+5
*
cleanup QEMUOptionParameter
Chunyan Liu
2014-06-16
1
-1
/
+1
*
rbd.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
1
-33
/
+30
*
rbd: Fix leaks in rbd_start_aio() error path
Kevin Wolf
2014-06-06
1
-1
/
+4
*
rbd: use BlockDriverState's AioContext
Stefan Hajnoczi
2014-06-04
1
-2
/
+3
*
block/rbd: Propagate errors to open and create methods
Markus Armbruster
2014-05-28
1
-32
/
+39
*
Use error_is_set() only when necessary
Markus Armbruster
2014-02-17
1
-1
/
+1
*
rbd: switch from pipe to QEMUBH completion notification
Stefan Hajnoczi
2014-01-22
1
-108
/
+22
*
qemu-option: Remove qemu_opts_create_nofail
Peter Crosthwaite
2014-01-06
1
-1
/
+1
*
rbd: avoid qemu_rbd_snap_list() memory leaks
Stefan Hajnoczi
2013-09-25
1
-1
/
+2
*
block: introduce BlockDriver.bdrv_needs_filename to enable some drivers.
BenoƮt Canet
2013-09-25
1
-0
/
+1
*
bdrv: Use "Error" for creating images
Max Reitz
2013-09-12
1
-1
/
+2
*
bdrv: Use "Error" for opening images
Max Reitz
2013-09-12
1
-1
/
+2
*
snapshot: distinguish id and name in snapshot delete
Wenchao Xia
2013-09-12
1
-1
/
+20
*
aio: drop io_flush argument
Stefan Hajnoczi
2013-08-19
1
-2
/
+2
*
block/rbd: drop qemu_rbd_aio_flush_cb()
Stefan Hajnoczi
2013-08-19
1
-13
/
+1
*
block: change default of .has_zero_init to 0
Peter Lieven
2013-06-28
1
-0
/
+1
*
rbd: Fix use after free in rbd_open()
Kevin Wolf
2013-04-26
1
-3
/
+6
*
block: Remove filename parameter from .bdrv_file_open()
Kevin Wolf
2013-04-22
1
-2
/
+1
*
rbd: Use bdrv_open options instead of filename
Kevin Wolf
2013-04-22
1
-1
/
+30
*
rbd: add an asynchronous flush
Josh Durgin
2013-04-15
1
-4
/
+33
*
rbd: fix compile error
Liu Yuan
2013-03-25
1
-1
/
+2
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
block: move include files to include/block/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
rbd: Fix race between aio completition and aio cancel
Stefan Priebe
2012-12-11
1
-8
/
+12
[next]