aboutsummaryrefslogtreecommitdiff
path: root/block/gluster.c
AgeCommit message (Expand)Author
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
2013-07-29gluster: Add image resize supportPaolo Bonzini
2013-07-19gluster: Add discard support for GlusterFS block driver.Bharata B Rao
2013-06-28gluster: Return bdrv_has_zero_init = 0Kevin Wolf
2013-04-22block: Remove filename parameter from .bdrv_file_open()Kevin Wolf
2013-04-22gluster: Use bdrv_open options instead of filenameKevin Wolf
2013-03-22block: Add options QDict to bdrv_file_open() prototypesKevin Wolf
2013-02-11error: Strip trailing '\n' from error string arguments (again)Markus Armbruster
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19block: move include files to include/block/Paolo Bonzini
2012-11-14aio: rename AIOPool to AIOCBInfoStefan Hajnoczi
2012-09-28block: Support GlusterFS as a QEMU block backend.Bharata B Rao