aboutsummaryrefslogtreecommitdiff
path: root/block/sheepdog.c
AgeCommit message (Expand)Author
2013-09-25block: introduce BlockDriver.bdrv_needs_filename to enable some drivers.BenoƮt Canet
2013-09-12block: Error parameter for open functionsMax Reitz
2013-09-12bdrv: Use "Error" for creating imagesMax Reitz
2013-09-12bdrv: Use "Error" for opening imagesMax Reitz
2013-09-12snapshot: distinguish id and name in snapshot deleteWenchao Xia
2013-09-06block: return get_block_status data and flags for formatsPaolo Bonzini
2013-09-06block: introduce bdrv_get_block_status APIPaolo Bonzini
2013-09-06block: make bdrv_delete() staticFam Zheng
2013-08-19aio: drop io_flush argumentStefan Hajnoczi
2013-08-19block/sheepdog: drop have_co_req() and aio_flush_request()Stefan Hajnoczi
2013-08-06sheepdog: add missing .bdrv_has_zero_initLiu Yuan
2013-07-29block/sheepdog: Rename 'dprintf' to 'DPRINTF'Peter Maydell
2013-07-15block: Don't parse protocol from file.filenameKevin Wolf
2013-06-28block: change default of .has_zero_init to 0Peter Lieven
2013-06-17sheepdog: support 'qemu-img snapshot -a'Liu Yuan
2013-06-17sheepdog: fix snapshot tag initializationLiu Yuan
2013-04-26sheepdog: fix loadvm operationLiu Yuan
2013-04-26sheepdog: resend write requests when SD_RES_READONLY is receivedMORITA Kazutaka
2013-04-26sheepdog: add helper function to reload inodeMORITA Kazutaka
2013-04-26sheepdog: add SD_RES_READONLY result codeMORITA Kazutaka
2013-04-26sheepdog: cleanup find_vdi_nameMORITA Kazutaka
2013-04-26sheepdog: implement .bdrv_co_is_allocated()Liu Yuan
2013-04-26sheepdog: use BDRV_SECTOR_SIZELiu Yuan
2013-04-26sheepdog: add discard/trim support for sheepdogLiu Yuan
2013-04-22block: Remove filename parameter from .bdrv_file_open()Kevin Wolf
2013-04-22sheepdog: Use bdrv_open options instead of filenameKevin Wolf
2013-04-15block: Introduce bdrv_writev_vmstateKevin Wolf
2013-04-02oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi
2013-03-22block: Add options QDict to bdrv_file_open() prototypesKevin Wolf
2013-03-19sheepdog: show error message for halt statusLiu Yuan
2013-03-15sheepdog: set io_flush handler in do_co_reqMORITA Kazutaka
2013-03-15sheepdog: use non-blocking fd in coroutine contextMORITA Kazutaka
2013-03-04sheepdog: add support for connecting to unix domain socketMORITA Kazutaka
2013-03-04sheepdog: use inet_connect to simplify connect codeMORITA Kazutaka
2013-03-04sheepdog: accept URIsMORITA Kazutaka
2013-03-04move socket_set_nodelay to osdep.cMORITA Kazutaka
2013-02-01sheepdog: pass vdi_id to sheep daemon for sd_close()Liu Yuan
2013-01-15sheepdog: clean up sd_aio_setup()Liu Yuan
2013-01-15sheepdog: multiplex the rw FD to flush cacheLiu Yuan
2013-01-14sheepdog: implement direct write semanticsLiu Yuan
2013-01-02sheepdog: pass oid directly to send_pending_req()Liu Yuan
2013-01-02sheepdog: don't update inode when create_and_write failsLiu Yuan
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-10-12sheepdog: use bool for boolean variablesMORITA Kazutaka
2012-10-05sheepdog: avoid a few buffer overrunsJim Meyering
2012-09-24block: do not parse BDRV_O_CACHE_WB in block driversJeff Cody
2012-09-12sheepdog: fix savevm and loadvmMORITA Kazutaka
2012-08-22sheepdog: don't leak socket file descriptor upon connection failureJim Meyering