aboutsummaryrefslogtreecommitdiff
path: root/block/gluster.c
AgeCommit message (Expand)Author
2016-11-21gluster: Fix use after free in glfs_clear_preopened()Kevin Wolf
2016-11-01block/gluster: fix port type in the QAPI options listPrasanna Kumar Kalever
2016-11-01block/gluster: improve defense over string to int conversionPrasanna Kumar Kalever
2016-11-01block/gluster: memory usage: use one glfs instance per volumePrasanna Kumar Kalever
2016-11-01block: add gluster ifdef guard checks for SEEK_DATA/SEEK_HOLE supportJeff Cody
2016-10-07block: use aio_bh_schedule_oneshotPaolo Bonzini
2016-09-13block/gluster: add support to choose libgfapi logfilePrasanna Kumar Kalever
2016-07-21Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2016-07-20gluster: Switch .bdrv_co_discard() to byte-basedEric Blake
2016-07-19block/gluster: add support for multiple gluster serversPrasanna Kumar Kalever
2016-07-19block/gluster: using new qapi schemaPrasanna Kumar Kalever
2016-07-19block/gluster: deprecate rdma supportPrasanna Kumar Kalever
2016-07-19block/gluster: code cleanupPrasanna Kumar Kalever
2016-07-19block/gluster: rename [server, volname, image] -> [host, volume, path]Prasanna Kumar Kalever
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini
2016-06-28block/gluster: add support for selecting debug logging levelJeff Cody
2016-06-28block/gluster: add support for SEEK_DATA/SEEK_HOLENiels de Vos
2016-06-08gluster: Convert to bdrv_co_pwrite_zeroes()Eric Blake
2016-04-19block/gluster: prevent data loss after i/o errorJeff Cody
2016-04-19block/gluster: code movement of qemu_gluster_close()Jeff Cody
2016-04-19block/gluster: return correct error valueJeff Cody
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-01-20block: Clean up includesPeter Maydell
2015-11-11gluster: allocate GlusterAIOCBs on the stackPaolo Bonzini
2014-09-12block: don't convert file size to sector sizeHu Tao
2014-09-12block: round up file size to nearest sectorHu Tao
2014-08-20block: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2014-06-16cleanup QEMUOptionParameterChunyan Liu
2014-06-16gluster.c: replace QEMUOptionParameter with QemuOptsChunyan Liu
2014-06-04gluster: use BlockDriverState's AioContextStefan Hajnoczi
2014-05-09gluster: Correctly propagate errors when volume isn't accessiblePeter Krempa
2014-03-25Fixed various typosDeepak Kathayat
2014-03-05gluster: Remove unused defines and header includeBharata B Rao
2014-03-05gluster: Change licence to GPLv2+Bharata B Rao
2014-03-04block/gluster: Add missing argument to qemu_gluster_init() callAndreas Färber
2014-02-28block: gluster - add reopen support.Jeff Cody
2014-02-28block: gluster - code movements, state storage changesJeff Cody
2014-02-21gluster: correctly propagate errorsPaolo Bonzini
2014-02-21gluster: default scheme to gluster:// and host to localhost.Paolo Bonzini
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster
2014-01-22gluster: Add support for creating zero-filled imageBharata B Rao
2014-01-22gluster: Implement .bdrv_co_write_zeroes for glusterBharata B Rao
2014-01-22gluster: Convert aio routines into coroutinesBharata B Rao
2014-01-06qemu-option: Remove qemu_opts_create_nofailPeter Crosthwaite
2013-09-25block: introduce BlockDriver.bdrv_needs_filename to enable some drivers.Benoît Canet
2013-09-12bdrv: Use "Error" for creating imagesMax Reitz
2013-09-12bdrv: Use "Error" for opening imagesMax Reitz
2013-08-30gluster: Abort on AIO completion failureBharata B Rao
2013-08-19aio: drop io_flush argumentStefan Hajnoczi
2013-08-19block/gluster: drop qemu_gluster_aio_flush_cb()Stefan Hajnoczi