index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
sheepdog.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sheepdog: fix loadvm operation
Liu Yuan
2013-04-26
1
-1
/
+53
*
sheepdog: resend write requests when SD_RES_READONLY is received
MORITA Kazutaka
2013-04-26
1
-1
/
+59
*
sheepdog: add helper function to reload inode
MORITA Kazutaka
2013-04-26
1
-28
/
+39
*
sheepdog: add SD_RES_READONLY result code
MORITA Kazutaka
2013-04-26
1
-0
/
+2
*
sheepdog: cleanup find_vdi_name
MORITA Kazutaka
2013-04-26
1
-7
/
+8
*
sheepdog: implement .bdrv_co_is_allocated()
Liu Yuan
2013-04-26
1
-0
/
+37
*
sheepdog: use BDRV_SECTOR_SIZE
Liu Yuan
2013-04-26
1
-6
/
+5
*
sheepdog: add discard/trim support for sheepdog
Liu Yuan
2013-04-26
1
-1
/
+63
*
block: Remove filename parameter from .bdrv_file_open()
Kevin Wolf
2013-04-22
1
-2
/
+1
*
sheepdog: Use bdrv_open options instead of filename
Kevin Wolf
2013-04-22
1
-1
/
+31
*
block: Introduce bdrv_writev_vmstate
Kevin Wolf
2013-04-15
1
-3
/
+10
*
oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()
Stefan Hajnoczi
2013-04-02
1
-1
/
+1
*
block: Add options QDict to bdrv_file_open() prototypes
Kevin Wolf
2013-03-22
1
-3
/
+4
*
sheepdog: show error message for halt status
Liu Yuan
2013-03-19
1
-0
/
+2
*
sheepdog: set io_flush handler in do_co_req
MORITA Kazutaka
2013-03-15
1
-2
/
+11
*
sheepdog: use non-blocking fd in coroutine context
MORITA Kazutaka
2013-03-15
1
-4
/
+2
*
sheepdog: add support for connecting to unix domain socket
MORITA Kazutaka
2013-03-04
1
-12
/
+70
*
sheepdog: use inet_connect to simplify connect code
MORITA Kazutaka
2013-03-04
1
-81
/
+30
*
sheepdog: accept URIs
MORITA Kazutaka
2013-03-04
1
-34
/
+105
*
move socket_set_nodelay to osdep.c
MORITA Kazutaka
2013-03-04
1
-10
/
+1
*
sheepdog: pass vdi_id to sheep daemon for sd_close()
Liu Yuan
2013-02-01
1
-2
/
+3
*
sheepdog: clean up sd_aio_setup()
Liu Yuan
2013-01-15
1
-6
/
+5
*
sheepdog: multiplex the rw FD to flush cache
Liu Yuan
2013-01-15
1
-45
/
+37
*
sheepdog: implement direct write semantics
Liu Yuan
2013-01-14
1
-30
/
+40
*
sheepdog: pass oid directly to send_pending_req()
Liu Yuan
2013-01-02
1
-1
/
+1
*
sheepdog: don't update inode when create_and_write fails
Liu Yuan
2013-01-02
1
-4
/
+5
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-3
/
+3
*
block: move include files to include/block/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
aio: rename AIOPool to AIOCBInfo
Stefan Hajnoczi
2012-11-14
1
-2
/
+2
*
sheepdog: use bool for boolean variables
MORITA Kazutaka
2012-10-12
1
-35
/
+35
*
sheepdog: avoid a few buffer overruns
Jim Meyering
2012-10-05
1
-12
/
+22
*
block: do not parse BDRV_O_CACHE_WB in block drivers
Jeff Cody
2012-09-24
1
-8
/
+6
*
sheepdog: fix savevm and loadvm
MORITA Kazutaka
2012-09-12
1
-1
/
+2
*
sheepdog: don't leak socket file descriptor upon connection failure
Jim Meyering
2012-08-22
1
-0
/
+1
*
sheepdog: do not blindly memset all read buffers
Christoph Hellwig
2012-07-17
1
-19
/
+18
*
sheepdog: always use coroutine-based network functions
MORITA Kazutaka
2012-07-17
1
-66
/
+47
*
Merge remote-tracking branch 'mjt/mjt-iov2' into staging
Anthony Liguori
2012-07-09
1
-3
/
+3
|
\
|
*
cleanup qemu_co_sendv(), qemu_co_recvv() and friends
Michael Tokarev
2012-06-11
1
-3
/
+3
*
|
sheepdog: traverse pending_list from the first for each time
MORITA Kazutaka
2012-07-09
1
-6
/
+16
*
|
sheepdog: split outstanding list into inflight and pending
MORITA Kazutaka
2012-07-09
1
-25
/
+24
*
|
sheepdog: make sure we don't free aiocb before sending all requests
MORITA Kazutaka
2012-07-09
1
-13
/
+16
*
|
sheepdog: use coroutine based socket functions in coroutine context
MORITA Kazutaka
2012-07-09
1
-2
/
+8
*
|
sheepdog: restart I/O when socket becomes ready in do_co_req()
MORITA Kazutaka
2012-07-09
1
-0
/
+14
*
|
sheepdog: fix dprintf format strings
MORITA Kazutaka
2012-07-09
1
-4
/
+4
*
|
sheepdog: add coroutine_fn markers to coroutine functions
MORITA Kazutaka
2012-06-15
1
-4
/
+5
|
/
*
sheepdog: fix return value of do_load_save_vm_state
MORITA Kazutaka
2012-05-30
1
-5
/
+5
*
sheepdog: use heap instead of stack for BDRVSheepdogState
MORITA Kazutaka
2012-05-25
1
-13
/
+22
*
sheepdog: return -errno on error
MORITA Kazutaka
2012-05-25
1
-32
/
+46
*
sheepdog: mark image as snapshot when tag is specified
MORITA Kazutaka
2012-05-25
1
-1
/
+1
*
sheepdog: switch to writethrough mode if cluster doesn't support flush
MORITA Kazutaka
2012-05-07
1
-0
/
+8
[next]