aboutsummaryrefslogtreecommitdiff
path: root/block/rbd.c
AgeCommit message (Expand)Author
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster
2014-01-22rbd: switch from pipe to QEMUBH completion notificationStefan Hajnoczi
2014-01-06qemu-option: Remove qemu_opts_create_nofailPeter Crosthwaite
2013-09-25rbd: avoid qemu_rbd_snap_list() memory leaksStefan Hajnoczi
2013-09-25block: introduce BlockDriver.bdrv_needs_filename to enable some drivers.BenoƮt Canet
2013-09-12bdrv: Use "Error" for creating imagesMax Reitz
2013-09-12bdrv: Use "Error" for opening imagesMax Reitz
2013-09-12snapshot: distinguish id and name in snapshot deleteWenchao Xia
2013-08-19aio: drop io_flush argumentStefan Hajnoczi
2013-08-19block/rbd: drop qemu_rbd_aio_flush_cb()Stefan Hajnoczi
2013-06-28block: change default of .has_zero_init to 0Peter Lieven
2013-04-26rbd: Fix use after free in rbd_open()Kevin Wolf
2013-04-22block: Remove filename parameter from .bdrv_file_open()Kevin Wolf
2013-04-22rbd: Use bdrv_open options instead of filenameKevin Wolf
2013-04-15rbd: add an asynchronous flushJosh Durgin
2013-03-25rbd: fix compile errorLiu Yuan
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19block: move include files to include/block/Paolo Bonzini
2012-12-11rbd: Fix race between aio completition and aio cancelStefan Priebe
2012-11-21use int64_t for return values from rbd instead of intStefan Priebe
2012-11-14aio: rename AIOPool to AIOCBInfoStefan Hajnoczi
2012-09-24block: do not parse BDRV_O_CACHE_WB in block driversJeff Cody
2012-07-09Merge remote-tracking branch 'mjt/mjt-iov2' into stagingAnthony Liguori
2012-06-15rbd: hook up cache optionsJosh Durgin
2012-06-11change qemu_iovec_to_buf() to match other to,from_buf functionsMichael Tokarev
2012-06-11allow qemu_iovec_from_buffer() to specify offset from which to start copyingMichael Tokarev
2012-05-02rbd: add discard supportJosh Durgin
2012-04-19aio: remove process_queue callback and qemu_aio_process_queuePaolo Bonzini
2012-01-26rbd: wire up snapshot removal and rollback functionalityGregory Farnum
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini
2011-12-15rbd: always set out parameter in qemu_rbd_snap_listJosh Durgin
2011-12-15block: qemu_aio_get does not return NULLPaolo Bonzini
2011-11-11block: Rename bdrv_co_flush to bdrv_co_flush_to_diskKevin Wolf
2011-10-21block: change flush to co_flushPaolo Bonzini
2011-09-20rbd: allow escaping in config stringSage Weil
2011-09-20rbd: call flush, if availableSage Weil
2011-09-20rbd: update comment headingSage Weil
2011-09-20rbd: ignore failures when reading from default conf locationSage Weil
2011-09-12rbd: fix leak in qemu_rbd_open failure pathsSage Weil
2011-09-12rbd: clean up, fix styleSage Weil
2011-09-12rbd: allow client id to be specified in config stringSage Weil
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-06-14block/rbd: Remove unused local variableStefan Weil
2011-06-08rbd: Add bdrv_truncate implementationJosh Durgin
2011-06-08rbd: check return values when scheduling aioJosh Durgin
2011-06-08rbd: allow configuration of rados from the rbd filenameJosh Durgin
2011-06-08rbd: use the higher level librbd instead of just libradosJosh Durgin
2010-12-14ceph/rbd block driver for qemu-kvmChristian Brunner