Age | Commit message (Expand) | Author | Files | Lines |
2016-02-29 | rbd: add support for getting password from QCryptoSecret object | Daniel P. Berrange | 1 | -0/+47 |
2016-01-20 | block: Clean up includes | Peter Maydell | 1 | -1/+1 |
2015-07-14 | rbd: fix ceph settings precedence | Josh Durgin | 1 | -8/+24 |
2015-07-14 | rbd: make qemu's cache setting override any ceph setting | Josh Durgin | 1 | -12/+12 |
2015-07-14 | rbd: remove unused constants and fields | Josh Durgin | 1 | -10/+0 |
2015-04-28 | Convert (ffs(val) - 1) to ctz32(val) | Stefan Hajnoczi | 1 | -1/+1 |
2014-12-12 | block/rbd: fix memory leak | Gonglei | 1 | -4/+4 |
2014-11-03 | rbd: Add support for bdrv_invalidate_cache | Adam Crume | 1 | -0/+15 |
2014-10-20 | block: Rename BlockDriverCompletionFunc to BlockCompletionFunc | Markus Armbruster | 1 | -5/+5 |
2014-10-20 | block: Rename BlockDriverAIOCB* to BlockAIOCB* | Markus Armbruster | 1 | -28/+28 |
2014-09-22 | block: Rename qemu_aio_release -> qemu_aio_unref | Fam Zheng | 1 | -2/+2 |
2014-09-22 | rbd: Drop rbd_aiocb_info.cancel | Fam Zheng | 1 | -22/+1 |
2014-09-12 | block: round up file size to nearest sector | Hu Tao | 1 | -1/+2 |
2014-08-20 | block: Use g_new() & friends to avoid multiplying sizes | Markus Armbruster | 1 | -1/+1 |
2014-08-20 | block: Use g_new() & friends where that makes obvious sense | Markus Armbruster | 1 | -2/+2 |
2014-08-15 | rbd: Handle failure for potentially large allocations | Kevin Wolf | 1 | -2/+5 |
2014-06-16 | cleanup QEMUOptionParameter | Chunyan Liu | 1 | -1/+1 |
2014-06-16 | rbd.c: replace QEMUOptionParameter with QemuOpts | Chunyan Liu | 1 | -33/+30 |
2014-06-06 | rbd: Fix leaks in rbd_start_aio() error path | Kevin Wolf | 1 | -1/+4 |
2014-06-04 | rbd: use BlockDriverState's AioContext | Stefan Hajnoczi | 1 | -2/+3 |
2014-05-28 | block/rbd: Propagate errors to open and create methods | Markus Armbruster | 1 | -32/+39 |
2014-02-17 | Use error_is_set() only when necessary | Markus Armbruster | 1 | -1/+1 |
2014-01-22 | rbd: switch from pipe to QEMUBH completion notification | Stefan Hajnoczi | 1 | -108/+22 |
2014-01-06 | qemu-option: Remove qemu_opts_create_nofail | Peter Crosthwaite | 1 | -1/+1 |
2013-09-25 | rbd: avoid qemu_rbd_snap_list() memory leaks | Stefan Hajnoczi | 1 | -1/+2 |
2013-09-25 | block: introduce BlockDriver.bdrv_needs_filename to enable some drivers. | BenoƮt Canet | 1 | -0/+1 |
2013-09-12 | bdrv: Use "Error" for creating images | Max Reitz | 1 | -1/+2 |
2013-09-12 | bdrv: Use "Error" for opening images | Max Reitz | 1 | -1/+2 |
2013-09-12 | snapshot: distinguish id and name in snapshot delete | Wenchao Xia | 1 | -1/+20 |
2013-08-19 | aio: drop io_flush argument | Stefan Hajnoczi | 1 | -2/+2 |
2013-08-19 | block/rbd: drop qemu_rbd_aio_flush_cb() | Stefan Hajnoczi | 1 | -13/+1 |
2013-06-28 | block: change default of .has_zero_init to 0 | Peter Lieven | 1 | -0/+1 |
2013-04-26 | rbd: Fix use after free in rbd_open() | Kevin Wolf | 1 | -3/+6 |
2013-04-22 | block: Remove filename parameter from .bdrv_file_open() | Kevin Wolf | 1 | -2/+1 |
2013-04-22 | rbd: Use bdrv_open options instead of filename | Kevin Wolf | 1 | -1/+30 |
2013-04-15 | rbd: add an asynchronous flush | Josh Durgin | 1 | -4/+33 |
2013-03-25 | rbd: fix compile error | Liu Yuan | 1 | -1/+2 |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | block: move include files to include/block/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-11 | rbd: Fix race between aio completition and aio cancel | Stefan Priebe | 1 | -8/+12 |
2012-11-21 | use int64_t for return values from rbd instead of int | Stefan Priebe | 1 | -2/+2 |
2012-11-14 | aio: rename AIOPool to AIOCBInfo | Stefan Hajnoczi | 1 | -2/+2 |
2012-09-24 | block: do not parse BDRV_O_CACHE_WB in block drivers | Jeff Cody | 1 | -6/+0 |
2012-07-09 | Merge remote-tracking branch 'mjt/mjt-iov2' into staging | Anthony Liguori | 1 | -2/+2 |
2012-06-15 | rbd: hook up cache options | Josh Durgin | 1 | -0/+19 |
2012-06-11 | change qemu_iovec_to_buf() to match other to,from_buf functions | Michael Tokarev | 1 | -1/+1 |
2012-06-11 | allow qemu_iovec_from_buffer() to specify offset from which to start copying | Michael Tokarev | 1 | -1/+1 |
2012-05-02 | rbd: add discard support | Josh Durgin | 1 | -16/+73 |
2012-04-19 | aio: remove process_queue callback and qemu_aio_process_queue | Paolo Bonzini | 1 | -3/+2 |
2012-01-26 | rbd: wire up snapshot removal and rollback functionality | Gregory Farnum | 1 | -0/+22 |