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