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 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
*
aio: remove process_queue callback and qemu_aio_process_queue
Paolo Bonzini
2012-04-19
1
-6
/
+5
*
sheepdog: fix send req helpers
Liu Yuan
2012-04-05
1
-0
/
+2
*
sheepdog: implement SD_OP_FLUSH_VDI operation
Liu Yuan
2012-04-05
1
-14
/
+128
*
sheepdog: fix co_recv coroutine context
MORITA Kazutaka
2012-02-09
1
-0
/
+3
*
prepare for future GPLv2+ relicensing
Paolo Bonzini
2012-01-13
1
-0
/
+3
*
move corking functions to osdep.c
Paolo Bonzini
2011-12-22
1
-18
/
+2
*
sheepdog: move coroutine send/recv function to generic code
Paolo Bonzini
2011-12-22
1
-209
/
+21
*
block: Add coroutine_fn marker to coroutine functions
Dong Xu Wang
2011-12-05
1
-2
/
+2
*
sheepdog: Avoid deadlock in error path
Dong Xu Wang
2011-11-22
1
-0
/
+2
*
sheepdog: add coroutine_fn markers
Paolo Bonzini
2011-10-21
1
-7
/
+7
*
sheepdog: correct spelling
Dong Xu Wang
2011-10-14
1
-1
/
+1
*
sheepdog: use coroutines
MORITA Kazutaka
2011-08-24
1
-57
/
+93
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-26
/
+26
*
Wrap recv to avoid warnings
Blue Swirl
2011-07-25
1
-1
/
+1
*
sheepdog: add full data preallocation support
MORITA Kazutaka
2011-07-18
1
-3
/
+68
*
Strip trailing '\n' from error_report()'s first argument
Markus Armbruster
2011-06-24
1
-42
/
+42
*
sheepdog: qemu_bh_new() can't return null pointer, drop check
Markus Armbruster
2011-06-24
1
-6
/
+0
*
Fix typo in code and comments
Stefan Weil
2011-05-06
1
-2
/
+2
*
get rid of private bitmap functions in block/sheepdog.c, use generic ones
Michael Tokarev
2011-04-01
1
-14
/
+1
*
sheepdog: support creating images on remote hosts
MORITA Kazutaka
2011-01-31
1
-3
/
+14
*
sheepdog: remove unnecessary includes
Izumi Tsutsui
2010-08-30
1
-10
/
+0
*
sheepdog: fix compile error on systems without TCP_CORK
MORITA Kazutaka
2010-07-07
1
-1
/
+1
*
block: add sheepdog driver for distributed storage support
MORITA Kazutaka
2010-07-06
1
-0
/
+2036