aboutsummaryrefslogtreecommitdiffstats
path: root/block/rbd.c
AgeCommit message (Expand)AuthorFilesLines
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