summaryrefslogtreecommitdiff
path: root/block/gluster.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-22gluster: Add support for creating zero-filled imageBharata B Rao1-1/+49
2014-01-22gluster: Implement .bdrv_co_write_zeroes for glusterBharata B Rao1-19/+60
2014-01-22gluster: Convert aio routines into coroutinesBharata B Rao1-147/+74
2014-01-06qemu-option: Remove qemu_opts_create_nofailPeter Crosthwaite1-1/+1
2013-09-25block: introduce BlockDriver.bdrv_needs_filename to enable some drivers.Benoît Canet1-0/+4
2013-09-12bdrv: Use "Error" for creating imagesMax Reitz1-1/+1
2013-09-12bdrv: Use "Error" for opening imagesMax Reitz1-1/+1
2013-08-30gluster: Abort on AIO completion failureBharata B Rao1-13/+2
2013-08-19aio: drop io_flush argumentStefan Hajnoczi1-4/+3
2013-08-19block/gluster: drop qemu_gluster_aio_flush_cb()Stefan Hajnoczi1-17/+1
2013-07-29gluster: Add image resize supportPaolo Bonzini1-0/+17
2013-07-19gluster: Add discard support for GlusterFS block driver.Bharata B Rao1-0/+45
2013-06-28gluster: Return bdrv_has_zero_init = 0Kevin Wolf1-0/+10
2013-04-22block: Remove filename parameter from .bdrv_file_open()Kevin Wolf1-2/+2
2013-04-22gluster: Use bdrv_open options instead of filenameKevin Wolf1-1/+31
2013-03-22block: Add options QDict to bdrv_file_open() prototypesKevin Wolf1-1/+1
2013-02-11error: Strip trailing '\n' from error string arguments (again)Markus Armbruster1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-2/+2
2012-12-19block: move include files to include/block/Paolo Bonzini1-1/+1
2012-11-14aio: rename AIOPool to AIOCBInfoStefan Hajnoczi1-3/+3
2012-09-28block: Support GlusterFS as a QEMU block backend.Bharata B Rao1-0/+624