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