summaryrefslogtreecommitdiff
path: root/block/sheepdog.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-19aio: drop io_flush argumentStefan Hajnoczi1-10/+8
2013-08-19block/sheepdog: drop have_co_req() and aio_flush_request()Stefan Hajnoczi1-20/+5
2013-08-06sheepdog: add missing .bdrv_has_zero_initLiu Yuan1-0/+2
2013-07-29block/sheepdog: Rename 'dprintf' to 'DPRINTF'Peter Maydell1-15/+15
2013-07-15block: Don't parse protocol from file.filenameKevin Wolf1-1/+1
2013-06-28block: change default of .has_zero_init to 0Peter Lieven1-0/+1
2013-06-17sheepdog: support 'qemu-img snapshot -a'Liu Yuan1-7/+5
2013-06-17sheepdog: fix snapshot tag initializationLiu Yuan1-1/+1
2013-04-26sheepdog: fix loadvm operationLiu Yuan1-1/+53
2013-04-26sheepdog: resend write requests when SD_RES_READONLY is receivedMORITA Kazutaka1-1/+59
2013-04-26sheepdog: add helper function to reload inodeMORITA Kazutaka1-28/+39
2013-04-26sheepdog: add SD_RES_READONLY result codeMORITA Kazutaka1-0/+2
2013-04-26sheepdog: cleanup find_vdi_nameMORITA Kazutaka1-7/+8
2013-04-26sheepdog: implement .bdrv_co_is_allocated()Liu Yuan1-0/+37
2013-04-26sheepdog: use BDRV_SECTOR_SIZELiu Yuan1-6/+5
2013-04-26sheepdog: add discard/trim support for sheepdogLiu Yuan1-1/+63
2013-04-22block: Remove filename parameter from .bdrv_file_open()Kevin Wolf1-2/+1
2013-04-22sheepdog: Use bdrv_open options instead of filenameKevin Wolf1-1/+31
2013-04-15block: Introduce bdrv_writev_vmstateKevin Wolf1-3/+10
2013-04-02oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi1-1/+1
2013-03-22block: Add options QDict to bdrv_file_open() prototypesKevin Wolf1-3/+4
2013-03-19sheepdog: show error message for halt statusLiu Yuan1-0/+2
2013-03-15sheepdog: set io_flush handler in do_co_reqMORITA Kazutaka1-2/+11
2013-03-15sheepdog: use non-blocking fd in coroutine contextMORITA Kazutaka1-4/+2
2013-03-04sheepdog: add support for connecting to unix domain socketMORITA Kazutaka1-12/+70
2013-03-04sheepdog: use inet_connect to simplify connect codeMORITA Kazutaka1-81/+30
2013-03-04sheepdog: accept URIsMORITA Kazutaka1-34/+105
2013-03-04move socket_set_nodelay to osdep.cMORITA Kazutaka1-10/+1
2013-02-01sheepdog: pass vdi_id to sheep daemon for sd_close()Liu Yuan1-2/+3
2013-01-15sheepdog: clean up sd_aio_setup()Liu Yuan1-6/+5
2013-01-15sheepdog: multiplex the rw FD to flush cacheLiu Yuan1-45/+37
2013-01-14sheepdog: implement direct write semanticsLiu Yuan1-30/+40
2013-01-02sheepdog: pass oid directly to send_pending_req()Liu Yuan1-1/+1
2013-01-02sheepdog: don't update inode when create_and_write failsLiu Yuan1-4/+5
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-3/+3
2012-12-19block: move include files to include/block/Paolo Bonzini1-1/+1
2012-11-14aio: rename AIOPool to AIOCBInfoStefan Hajnoczi1-2/+2
2012-10-12sheepdog: use bool for boolean variablesMORITA Kazutaka1-35/+35
2012-10-05sheepdog: avoid a few buffer overrunsJim Meyering1-12/+22
2012-09-24block: do not parse BDRV_O_CACHE_WB in block driversJeff Cody1-8/+6
2012-09-12sheepdog: fix savevm and loadvmMORITA Kazutaka1-1/+2
2012-08-22sheepdog: don't leak socket file descriptor upon connection failureJim Meyering1-0/+1
2012-07-17sheepdog: do not blindly memset all read buffersChristoph Hellwig1-19/+18
2012-07-17sheepdog: always use coroutine-based network functionsMORITA Kazutaka1-66/+47
2012-07-09Merge remote-tracking branch 'mjt/mjt-iov2' into stagingAnthony Liguori1-3/+3
2012-07-09sheepdog: traverse pending_list from the first for each timeMORITA Kazutaka1-6/+16
2012-07-09sheepdog: split outstanding list into inflight and pendingMORITA Kazutaka1-25/+24
2012-07-09sheepdog: make sure we don't free aiocb before sending all requestsMORITA Kazutaka1-13/+16
2012-07-09sheepdog: use coroutine based socket functions in coroutine contextMORITA Kazutaka1-2/+8
2012-07-09sheepdog: restart I/O when socket becomes ready in do_co_req()MORITA Kazutaka1-0/+14