Age | Commit message (Expand) | Author | Files | Lines |
2017-04-03 | qapi-schema: SocketAddressFlat variants 'vsock' and 'fd' | Markus Armbruster | 1 | -0/+2 |
2017-04-03 | gluster: Prepare for SocketAddressFlat extension | Markus Armbruster | 1 | -10/+16 |
2017-03-07 | qapi-schema: Rename SocketAddressFlat's variant tcp to inet | Markus Armbruster | 1 | -28/+31 |
2017-03-07 | qapi-schema: Rename GlusterServer to SocketAddressFlat | Markus Armbruster | 1 | -19/+19 |
2017-03-07 | gluster: Plug memory leaks in qemu_gluster_parse_json() | Markus Armbruster | 1 | -11/+11 |
2017-03-07 | gluster: Don't duplicate qapi-util.c's qapi_enum_parse() | Markus Armbruster | 1 | -21/+9 |
2017-03-07 | gluster: Drop assumptions on SocketTransport names | Markus Armbruster | 1 | -4/+2 |
2017-02-21 | block: explicitly acquire aiocontext in bottom halves that need it | Paolo Bonzini | 1 | -8/+1 |
2017-01-09 | block: Rename raw-{posix,win32} to file-*.c | Eric Blake | 1 | -2/+2 |
2016-12-05 | block/gluster: fix QMP to match debug option | Prasanna Kumar Kalever | 1 | -20/+20 |
2016-11-21 | gluster: Fix use after free in glfs_clear_preopened() | Kevin Wolf | 1 | -1/+2 |
2016-11-01 | block/gluster: fix port type in the QAPI options list | Prasanna Kumar Kalever | 1 | -1/+1 |
2016-11-01 | block/gluster: improve defense over string to int conversion | Prasanna Kumar Kalever | 1 | -1/+10 |
2016-11-01 | block/gluster: memory usage: use one glfs instance per volume | Prasanna Kumar Kalever | 1 | -14/+80 |
2016-11-01 | block: add gluster ifdef guard checks for SEEK_DATA/SEEK_HOLE support | Jeff Cody | 1 | -3/+14 |
2016-10-07 | block: use aio_bh_schedule_oneshot | Paolo Bonzini | 1 | -5/+1 |
2016-09-13 | block/gluster: add support to choose libgfapi logfile | Prasanna Kumar Kalever | 1 | -4/+38 |
2016-07-21 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 1 | -9/+6 |
2016-07-20 | gluster: Switch .bdrv_co_discard() to byte-based | Eric Blake | 1 | -8/+6 |
2016-07-19 | block/gluster: add support for multiple gluster servers | Prasanna Kumar Kalever | 1 | -40/+357 |
2016-07-19 | block/gluster: using new qapi schema | Prasanna Kumar Kalever | 1 | -50/+59 |
2016-07-19 | block/gluster: deprecate rdma support | Prasanna Kumar Kalever | 1 | -8/+12 |
2016-07-19 | block/gluster: code cleanup | Prasanna Kumar Kalever | 1 | -68/+75 |
2016-07-19 | block/gluster: rename [server, volname, image] -> [host, volume, path] | Prasanna Kumar Kalever | 1 | -27/+27 |
2016-07-13 | coroutine: move entry argument to qemu_coroutine_create | Paolo Bonzini | 1 | -1/+1 |
2016-06-28 | block/gluster: add support for selecting debug logging level | Jeff Cody | 1 | -7/+41 |
2016-06-28 | block/gluster: add support for SEEK_DATA/SEEK_HOLE | Niels de Vos | 1 | -0/+182 |
2016-06-08 | gluster: Convert to bdrv_co_pwrite_zeroes() | Eric Blake | 1 | -8/+6 |
2016-04-19 | block/gluster: prevent data loss after i/o error | Jeff Cody | 1 | -1/+52 |
2016-04-19 | block/gluster: code movement of qemu_gluster_close() | Jeff Cody | 1 | -11/+11 |
2016-04-19 | block/gluster: return correct error value | Jeff Cody | 1 | -1/+1 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 1 | -0/+1 |
2016-01-20 | block: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-11-11 | gluster: allocate GlusterAIOCBs on the stack | Paolo Bonzini | 1 | -53/+33 |
2014-09-12 | block: don't convert file size to sector size | Hu Tao | 1 | -5/+4 |
2014-09-12 | block: round up file size to nearest sector | Hu Tao | 1 | -2/+2 |
2014-08-20 | block: Use g_new() & friends where that makes obvious sense | Markus Armbruster | 1 | -4/+4 |
2014-06-16 | cleanup QEMUOptionParameter | Chunyan Liu | 1 | -4/+4 |
2014-06-16 | gluster.c: replace QEMUOptionParameter with QemuOpts | Chunyan Liu | 1 | -39/+42 |
2014-06-04 | gluster: use BlockDriverState's AioContext | Stefan Hajnoczi | 1 | -1/+6 |
2014-05-09 | gluster: Correctly propagate errors when volume isn't accessible | Peter Krempa | 1 | -1/+6 |
2014-03-25 | Fixed various typos | Deepak Kathayat | 1 | -1/+1 |
2014-03-05 | gluster: Remove unused defines and header include | Bharata B Rao | 1 | -4/+0 |
2014-03-05 | gluster: Change licence to GPLv2+ | Bharata B Rao | 1 | -10/+2 |
2014-03-04 | block/gluster: Add missing argument to qemu_gluster_init() call | Andreas Färber | 1 | -1/+1 |
2014-02-28 | block: gluster - add reopen support. | Jeff Cody | 1 | -0/+102 |
2014-02-28 | block: gluster - code movements, state storage changes | Jeff Cody | 1 | -15/+26 |
2014-02-21 | gluster: correctly propagate errors | Paolo Bonzini | 1 | -11/+13 |
2014-02-21 | gluster: default scheme to gluster:// and host to localhost. | Paolo Bonzini | 1 | -2/+2 |
2014-02-17 | Use error_is_set() only when necessary | Markus Armbruster | 1 | -1/+1 |