index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
rbd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-17
Use error_is_set() only when necessary
Markus Armbruster
1
-1
/
+1
2014-01-22
rbd: switch from pipe to QEMUBH completion notification
Stefan Hajnoczi
1
-108
/
+22
2014-01-06
qemu-option: Remove qemu_opts_create_nofail
Peter Crosthwaite
1
-1
/
+1
2013-09-25
rbd: avoid qemu_rbd_snap_list() memory leaks
Stefan Hajnoczi
1
-1
/
+2
2013-09-25
block: introduce BlockDriver.bdrv_needs_filename to enable some drivers.
BenoƮt Canet
1
-0
/
+1
2013-09-12
bdrv: Use "Error" for creating images
Max Reitz
1
-1
/
+2
2013-09-12
bdrv: Use "Error" for opening images
Max Reitz
1
-1
/
+2
2013-09-12
snapshot: distinguish id and name in snapshot delete
Wenchao Xia
1
-1
/
+20
2013-08-19
aio: drop io_flush argument
Stefan Hajnoczi
1
-2
/
+2
2013-08-19
block/rbd: drop qemu_rbd_aio_flush_cb()
Stefan Hajnoczi
1
-13
/
+1
2013-06-28
block: change default of .has_zero_init to 0
Peter Lieven
1
-0
/
+1
2013-04-26
rbd: Fix use after free in rbd_open()
Kevin Wolf
1
-3
/
+6
2013-04-22
block: Remove filename parameter from .bdrv_file_open()
Kevin Wolf
1
-2
/
+1
2013-04-22
rbd: Use bdrv_open options instead of filename
Kevin Wolf
1
-1
/
+30
2013-04-15
rbd: add an asynchronous flush
Josh Durgin
1
-4
/
+33
2013-03-25
rbd: fix compile error
Liu Yuan
1
-1
/
+2
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
block: move include files to include/block/
Paolo Bonzini
1
-1
/
+1
2012-12-11
rbd: Fix race between aio completition and aio cancel
Stefan Priebe
1
-8
/
+12
2012-11-21
use int64_t for return values from rbd instead of int
Stefan Priebe
1
-2
/
+2
2012-11-14
aio: rename AIOPool to AIOCBInfo
Stefan Hajnoczi
1
-2
/
+2
2012-09-24
block: do not parse BDRV_O_CACHE_WB in block drivers
Jeff Cody
1
-6
/
+0
2012-07-09
Merge remote-tracking branch 'mjt/mjt-iov2' into staging
Anthony Liguori
1
-2
/
+2
2012-06-15
rbd: hook up cache options
Josh Durgin
1
-0
/
+19
2012-06-11
change qemu_iovec_to_buf() to match other to,from_buf functions
Michael Tokarev
1
-1
/
+1
2012-06-11
allow qemu_iovec_from_buffer() to specify offset from which to start copying
Michael Tokarev
1
-1
/
+1
2012-05-02
rbd: add discard support
Josh Durgin
1
-16
/
+73
2012-04-19
aio: remove process_queue callback and qemu_aio_process_queue
Paolo Bonzini
1
-3
/
+2
2012-01-26
rbd: wire up snapshot removal and rollback functionality
Gregory Farnum
1
-0
/
+22
2012-01-13
prepare for future GPLv2+ relicensing
Paolo Bonzini
1
-0
/
+2
2011-12-15
rbd: always set out parameter in qemu_rbd_snap_list
Josh Durgin
1
-1
/
+2
2011-12-15
block: qemu_aio_get does not return NULL
Paolo Bonzini
1
-3
/
+0
2011-11-11
block: Rename bdrv_co_flush to bdrv_co_flush_to_disk
Kevin Wolf
1
-5
/
+5
2011-10-21
block: change flush to co_flush
Paolo Bonzini
1
-2
/
+2
2011-09-20
rbd: allow escaping in config string
Sage Weil
1
-2
/
+27
2011-09-20
rbd: call flush, if available
Sage Weil
1
-0
/
+12
2011-09-20
rbd: update comment heading
Sage Weil
1
-15
/
+13
2011-09-20
rbd: ignore failures when reading from default conf location
Sage Weil
1
-10
/
+4
2011-09-12
rbd: fix leak in qemu_rbd_open failure paths
Sage Weil
1
-15
/
+13
2011-09-12
rbd: clean up, fix style
Sage Weil
1
-9
/
+8
2011-09-12
rbd: allow client id to be specified in config string
Sage Weil
1
-8
/
+44
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-13
/
+13
2011-06-14
block/rbd: Remove unused local variable
Stefan Weil
1
-4
/
+0
2011-06-08
rbd: Add bdrv_truncate implementation
Josh Durgin
1
-0
/
+14
2011-06-08
rbd: check return values when scheduling aio
Josh Durgin
1
-4
/
+20
2011-06-08
rbd: allow configuration of rados from the rbd filename
Josh Durgin
1
-17
/
+102
2011-06-08
rbd: use the higher level librbd instead of just librados
Josh Durgin
1
-577
/
+218
2010-12-14
ceph/rbd block driver for qemu-kvm
Christian Brunner
1
-0
/
+1059