summaryrefslogtreecommitdiffstats
path: root/block/gluster.c
Commit message (Expand)AuthorAgeFilesLines
* block: explicitly acquire aiocontext in bottom halves that need itPaolo Bonzini2017-02-211-8/+1Star
* block: Rename raw-{posix,win32} to file-*.cEric Blake2017-01-091-2/+2
* block/gluster: fix QMP to match debug optionPrasanna Kumar Kalever2016-12-051-20/+20
* gluster: Fix use after free in glfs_clear_preopened()Kevin Wolf2016-11-211-1/+2
* block/gluster: fix port type in the QAPI options listPrasanna Kumar Kalever2016-11-011-1/+1
* block/gluster: improve defense over string to int conversionPrasanna Kumar Kalever2016-11-011-1/+10
* block/gluster: memory usage: use one glfs instance per volumePrasanna Kumar Kalever2016-11-011-14/+80
* block: add gluster ifdef guard checks for SEEK_DATA/SEEK_HOLE supportJeff Cody2016-11-011-3/+14
* block: use aio_bh_schedule_oneshotPaolo Bonzini2016-10-071-5/+1Star
* block/gluster: add support to choose libgfapi logfilePrasanna Kumar Kalever2016-09-131-4/+38
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2016-07-211-9/+6Star
|\
| * gluster: Switch .bdrv_co_discard() to byte-basedEric Blake2016-07-201-8/+6Star
* | block/gluster: add support for multiple gluster serversPrasanna Kumar Kalever2016-07-191-40/+357
* | block/gluster: using new qapi schemaPrasanna Kumar Kalever2016-07-191-50/+59
* | block/gluster: deprecate rdma supportPrasanna Kumar Kalever2016-07-191-8/+12
* | block/gluster: code cleanupPrasanna Kumar Kalever2016-07-191-68/+75
* | block/gluster: rename [server, volname, image] -> [host, volume, path]Prasanna Kumar Kalever2016-07-191-27/+27
|/
* coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini2016-07-131-1/+1
* block/gluster: add support for selecting debug logging levelJeff Cody2016-06-291-7/+41
* block/gluster: add support for SEEK_DATA/SEEK_HOLENiels de Vos2016-06-291-0/+182
* gluster: Convert to bdrv_co_pwrite_zeroes()Eric Blake2016-06-081-8/+6Star
* block/gluster: prevent data loss after i/o errorJeff Cody2016-04-191-1/+52
* block/gluster: code movement of qemu_gluster_close()Jeff Cody2016-04-191-11/+11
* block/gluster: return correct error valueJeff Cody2016-04-191-1/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* block: Clean up includesPeter Maydell2016-01-201-0/+1
* gluster: allocate GlusterAIOCBs on the stackPaolo Bonzini2015-11-111-53/+33Star
* block: don't convert file size to sector sizeHu Tao2014-09-121-5/+4Star
* block: round up file size to nearest sectorHu Tao2014-09-121-2/+2
* block: Use g_new() & friends where that makes obvious senseMarkus Armbruster2014-08-201-4/+4
* cleanup QEMUOptionParameterChunyan Liu2014-06-161-4/+4
* gluster.c: replace QEMUOptionParameter with QemuOptsChunyan Liu2014-06-161-39/+42
* gluster: use BlockDriverState's AioContextStefan Hajnoczi2014-06-041-1/+6
* gluster: Correctly propagate errors when volume isn't accessiblePeter Krempa2014-05-091-1/+6
* Fixed various typosDeepak Kathayat2014-03-251-1/+1
* gluster: Remove unused defines and header includeBharata B Rao2014-03-051-4/+0Star
* gluster: Change licence to GPLv2+Bharata B Rao2014-03-051-10/+2Star
* block/gluster: Add missing argument to qemu_gluster_init() callAndreas Färber2014-03-041-1/+1
* block: gluster - add reopen support.Jeff Cody2014-02-281-0/+102
* block: gluster - code movements, state storage changesJeff Cody2014-02-281-15/+26
* gluster: correctly propagate errorsPaolo Bonzini2014-02-211-11/+13
* gluster: default scheme to gluster:// and host to localhost.Paolo Bonzini2014-02-211-2/+2
* Use error_is_set() only when necessaryMarkus Armbruster2014-02-171-1/+1
* gluster: Add support for creating zero-filled imageBharata B Rao2014-01-221-1/+49
* gluster: Implement .bdrv_co_write_zeroes for glusterBharata B Rao2014-01-221-19/+60
* gluster: Convert aio routines into coroutinesBharata B Rao2014-01-221-147/+74Star
* qemu-option: Remove qemu_opts_create_nofailPeter Crosthwaite2014-01-061-1/+1
* block: introduce BlockDriver.bdrv_needs_filename to enable some drivers.Benoît Canet2013-09-251-0/+4
* bdrv: Use "Error" for creating imagesMax Reitz2013-09-121-1/+1
* bdrv: Use "Error" for opening imagesMax Reitz2013-09-121-1/+1