summaryrefslogtreecommitdiff
path: root/block/gluster.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-03qapi-schema: SocketAddressFlat variants 'vsock' and 'fd'Markus Armbruster1-0/+2
2017-04-03gluster: Prepare for SocketAddressFlat extensionMarkus Armbruster1-10/+16
2017-03-07qapi-schema: Rename SocketAddressFlat's variant tcp to inetMarkus Armbruster1-28/+31
2017-03-07qapi-schema: Rename GlusterServer to SocketAddressFlatMarkus Armbruster1-19/+19
2017-03-07gluster: Plug memory leaks in qemu_gluster_parse_json()Markus Armbruster1-11/+11
2017-03-07gluster: Don't duplicate qapi-util.c's qapi_enum_parse()Markus Armbruster1-21/+9
2017-03-07gluster: Drop assumptions on SocketTransport namesMarkus Armbruster1-4/+2
2017-02-21block: explicitly acquire aiocontext in bottom halves that need itPaolo Bonzini1-8/+1
2017-01-09block: Rename raw-{posix,win32} to file-*.cEric Blake1-2/+2
2016-12-05block/gluster: fix QMP to match debug optionPrasanna Kumar Kalever1-20/+20
2016-11-21gluster: Fix use after free in glfs_clear_preopened()Kevin Wolf1-1/+2
2016-11-01block/gluster: fix port type in the QAPI options listPrasanna Kumar Kalever1-1/+1
2016-11-01block/gluster: improve defense over string to int conversionPrasanna Kumar Kalever1-1/+10
2016-11-01block/gluster: memory usage: use one glfs instance per volumePrasanna Kumar Kalever1-14/+80
2016-11-01block: add gluster ifdef guard checks for SEEK_DATA/SEEK_HOLE supportJeff Cody1-3/+14
2016-10-07block: use aio_bh_schedule_oneshotPaolo Bonzini1-5/+1
2016-09-13block/gluster: add support to choose libgfapi logfilePrasanna Kumar Kalever1-4/+38
2016-07-21Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-9/+6
2016-07-20gluster: Switch .bdrv_co_discard() to byte-basedEric Blake1-8/+6
2016-07-19block/gluster: add support for multiple gluster serversPrasanna Kumar Kalever1-40/+357
2016-07-19block/gluster: using new qapi schemaPrasanna Kumar Kalever1-50/+59
2016-07-19block/gluster: deprecate rdma supportPrasanna Kumar Kalever1-8/+12
2016-07-19block/gluster: code cleanupPrasanna Kumar Kalever1-68/+75
2016-07-19block/gluster: rename [server, volname, image] -> [host, volume, path]Prasanna Kumar Kalever1-27/+27
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini1-1/+1
2016-06-28block/gluster: add support for selecting debug logging levelJeff Cody1-7/+41
2016-06-28block/gluster: add support for SEEK_DATA/SEEK_HOLENiels de Vos1-0/+182
2016-06-08gluster: Convert to bdrv_co_pwrite_zeroes()Eric Blake1-8/+6
2016-04-19block/gluster: prevent data loss after i/o errorJeff Cody1-1/+52
2016-04-19block/gluster: code movement of qemu_gluster_close()Jeff Cody1-11/+11
2016-04-19block/gluster: return correct error valueJeff Cody1-1/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-20block: Clean up includesPeter Maydell1-0/+1
2015-11-11gluster: allocate GlusterAIOCBs on the stackPaolo Bonzini1-53/+33
2014-09-12block: don't convert file size to sector sizeHu Tao1-5/+4
2014-09-12block: round up file size to nearest sectorHu Tao1-2/+2
2014-08-20block: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-4/+4
2014-06-16cleanup QEMUOptionParameterChunyan Liu1-4/+4
2014-06-16gluster.c: replace QEMUOptionParameter with QemuOptsChunyan Liu1-39/+42
2014-06-04gluster: use BlockDriverState's AioContextStefan Hajnoczi1-1/+6
2014-05-09gluster: Correctly propagate errors when volume isn't accessiblePeter Krempa1-1/+6
2014-03-25Fixed various typosDeepak Kathayat1-1/+1
2014-03-05gluster: Remove unused defines and header includeBharata B Rao1-4/+0
2014-03-05gluster: Change licence to GPLv2+Bharata B Rao1-10/+2
2014-03-04block/gluster: Add missing argument to qemu_gluster_init() callAndreas Färber1-1/+1
2014-02-28block: gluster - add reopen support.Jeff Cody1-0/+102
2014-02-28block: gluster - code movements, state storage changesJeff Cody1-15/+26
2014-02-21gluster: correctly propagate errorsPaolo Bonzini1-11/+13
2014-02-21gluster: default scheme to gluster:// and host to localhost.Paolo Bonzini1-2/+2
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster1-1/+1