index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
rbd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
use int64_t for return values from rbd instead of int
Stefan Priebe
2012-11-21
1
-2
/
+2
*
aio: rename AIOPool to AIOCBInfo
Stefan Hajnoczi
2012-11-14
1
-2
/
+2
*
block: do not parse BDRV_O_CACHE_WB in block drivers
Jeff Cody
2012-09-24
1
-6
/
+0
*
Merge remote-tracking branch 'mjt/mjt-iov2' into staging
Anthony Liguori
2012-07-09
1
-2
/
+2
|
\
|
*
change qemu_iovec_to_buf() to match other to,from_buf functions
Michael Tokarev
2012-06-11
1
-1
/
+1
|
*
allow qemu_iovec_from_buffer() to specify offset from which to start copying
Michael Tokarev
2012-06-11
1
-1
/
+1
*
|
rbd: hook up cache options
Josh Durgin
2012-06-15
1
-0
/
+19
|
/
*
rbd: add discard support
Josh Durgin
2012-05-02
1
-16
/
+73
*
aio: remove process_queue callback and qemu_aio_process_queue
Paolo Bonzini
2012-04-19
1
-3
/
+2
*
rbd: wire up snapshot removal and rollback functionality
Gregory Farnum
2012-01-26
1
-0
/
+22
*
prepare for future GPLv2+ relicensing
Paolo Bonzini
2012-01-13
1
-0
/
+2
*
rbd: always set out parameter in qemu_rbd_snap_list
Josh Durgin
2011-12-15
1
-1
/
+2
*
block: qemu_aio_get does not return NULL
Paolo Bonzini
2011-12-15
1
-3
/
+0
*
block: Rename bdrv_co_flush to bdrv_co_flush_to_disk
Kevin Wolf
2011-11-11
1
-5
/
+5
*
block: change flush to co_flush
Paolo Bonzini
2011-10-21
1
-2
/
+2
*
rbd: allow escaping in config string
Sage Weil
2011-09-20
1
-2
/
+27
*
rbd: call flush, if available
Sage Weil
2011-09-20
1
-0
/
+12
*
rbd: update comment heading
Sage Weil
2011-09-20
1
-15
/
+13
*
rbd: ignore failures when reading from default conf location
Sage Weil
2011-09-20
1
-10
/
+4
*
rbd: fix leak in qemu_rbd_open failure paths
Sage Weil
2011-09-12
1
-15
/
+13
*
rbd: clean up, fix style
Sage Weil
2011-09-12
1
-9
/
+8
*
rbd: allow client id to be specified in config string
Sage Weil
2011-09-12
1
-8
/
+44
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-13
/
+13
*
block/rbd: Remove unused local variable
Stefan Weil
2011-06-14
1
-4
/
+0
*
rbd: Add bdrv_truncate implementation
Josh Durgin
2011-06-08
1
-0
/
+14
*
rbd: check return values when scheduling aio
Josh Durgin
2011-06-08
1
-4
/
+20
[next]