Age | Commit message (Expand) | Author |
2013-04-22 | block: Remove filename parameter from .bdrv_file_open() | Kevin Wolf |
2013-04-22 | rbd: Use bdrv_open options instead of filename | Kevin Wolf |
2013-04-15 | rbd: add an asynchronous flush | Josh Durgin |
2013-03-25 | rbd: fix compile error | Liu Yuan |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-12-19 | block: move include files to include/block/ | Paolo Bonzini |
2012-12-11 | rbd: Fix race between aio completition and aio cancel | Stefan Priebe |
2012-11-21 | use int64_t for return values from rbd instead of int | Stefan Priebe |
2012-11-14 | aio: rename AIOPool to AIOCBInfo | Stefan Hajnoczi |
2012-09-24 | block: do not parse BDRV_O_CACHE_WB in block drivers | Jeff Cody |
2012-07-09 | Merge remote-tracking branch 'mjt/mjt-iov2' into staging | Anthony Liguori |
2012-06-15 | rbd: hook up cache options | Josh Durgin |
2012-06-11 | change qemu_iovec_to_buf() to match other to,from_buf functions | Michael Tokarev |
2012-06-11 | allow qemu_iovec_from_buffer() to specify offset from which to start copying | Michael Tokarev |
2012-05-02 | rbd: add discard support | Josh Durgin |
2012-04-19 | aio: remove process_queue callback and qemu_aio_process_queue | Paolo Bonzini |
2012-01-26 | rbd: wire up snapshot removal and rollback functionality | Gregory Farnum |
2012-01-13 | prepare for future GPLv2+ relicensing | Paolo Bonzini |
2011-12-15 | rbd: always set out parameter in qemu_rbd_snap_list | Josh Durgin |
2011-12-15 | block: qemu_aio_get does not return NULL | Paolo Bonzini |
2011-11-11 | block: Rename bdrv_co_flush to bdrv_co_flush_to_disk | Kevin Wolf |
2011-10-21 | block: change flush to co_flush | Paolo Bonzini |
2011-09-20 | rbd: allow escaping in config string | Sage Weil |
2011-09-20 | rbd: call flush, if available | Sage Weil |
2011-09-20 | rbd: update comment heading | Sage Weil |
2011-09-20 | rbd: ignore failures when reading from default conf location | Sage Weil |
2011-09-12 | rbd: fix leak in qemu_rbd_open failure paths | Sage Weil |
2011-09-12 | rbd: clean up, fix style | Sage Weil |
2011-09-12 | rbd: allow client id to be specified in config string | Sage Weil |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori |
2011-06-14 | block/rbd: Remove unused local variable | Stefan Weil |
2011-06-08 | rbd: Add bdrv_truncate implementation | Josh Durgin |
2011-06-08 | rbd: check return values when scheduling aio | Josh Durgin |
2011-06-08 | rbd: allow configuration of rados from the rbd filename | Josh Durgin |
2011-06-08 | rbd: use the higher level librbd instead of just librados | Josh Durgin |
2010-12-14 | ceph/rbd block driver for qemu-kvm | Christian Brunner |