index
:
~jwrdegoede/qemu
chardev-flowcontrol
master
qemu-1.0-usbredir
qemu-1.3-usbredir-wip
qemu-kvm-0.15.0-usbredir
qemu-kvm-1.0-usbredir
qemu-kvm-1.0.1-usbredir
qemu-kvm-1.1-usbredir
qemu-kvm-1.1-usbredir-live
qemu-kvm-1.2-f18
qemu-kvm-1.2-usbredir
qemu-kvm-1.2-usbredir-wip
spice-patches
stable-1.5
usb-borken
usb-for-gerd
usb-next
usb-patches
usb-wip
usbredir
Hans' usb redirection qemu repo
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
sheepdog.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-04
sheepdog: add support for connecting to unix domain socket
MORITA Kazutaka
1
-12
/
+70
2013-03-04
sheepdog: use inet_connect to simplify connect code
MORITA Kazutaka
1
-81
/
+30
2013-03-04
sheepdog: accept URIs
MORITA Kazutaka
1
-34
/
+105
2013-03-04
move socket_set_nodelay to osdep.c
MORITA Kazutaka
1
-10
/
+1
2013-02-01
sheepdog: pass vdi_id to sheep daemon for sd_close()
Liu Yuan
1
-2
/
+3
2013-01-15
sheepdog: clean up sd_aio_setup()
Liu Yuan
1
-6
/
+5
2013-01-15
sheepdog: multiplex the rw FD to flush cache
Liu Yuan
1
-45
/
+37
2013-01-14
sheepdog: implement direct write semantics
Liu Yuan
1
-30
/
+40
2013-01-02
sheepdog: pass oid directly to send_pending_req()
Liu Yuan
1
-1
/
+1
2013-01-02
sheepdog: don't update inode when create_and_write fails
Liu Yuan
1
-4
/
+5
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-3
/
+3
2012-12-19
block: move include files to include/block/
Paolo Bonzini
1
-1
/
+1
2012-11-14
aio: rename AIOPool to AIOCBInfo
Stefan Hajnoczi
1
-2
/
+2
2012-10-12
sheepdog: use bool for boolean variables
MORITA Kazutaka
1
-35
/
+35
2012-10-05
sheepdog: avoid a few buffer overruns
Jim Meyering
1
-12
/
+22
2012-09-24
block: do not parse BDRV_O_CACHE_WB in block drivers
Jeff Cody
1
-8
/
+6
2012-09-12
sheepdog: fix savevm and loadvm
MORITA Kazutaka
1
-1
/
+2
2012-08-22
sheepdog: don't leak socket file descriptor upon connection failure
Jim Meyering
1
-0
/
+1
2012-07-17
sheepdog: do not blindly memset all read buffers
Christoph Hellwig
1
-19
/
+18
2012-07-17
sheepdog: always use coroutine-based network functions
MORITA Kazutaka
1
-66
/
+47
2012-07-09
Merge remote-tracking branch 'mjt/mjt-iov2' into staging
Anthony Liguori
1
-3
/
+3
2012-07-09
sheepdog: traverse pending_list from the first for each time
MORITA Kazutaka
1
-6
/
+16
2012-07-09
sheepdog: split outstanding list into inflight and pending
MORITA Kazutaka
1
-25
/
+24
2012-07-09
sheepdog: make sure we don't free aiocb before sending all requests
MORITA Kazutaka
1
-13
/
+16
2012-07-09
sheepdog: use coroutine based socket functions in coroutine context
MORITA Kazutaka
1
-2
/
+8
2012-07-09
sheepdog: restart I/O when socket becomes ready in do_co_req()
MORITA Kazutaka
1
-0
/
+14
2012-07-09
sheepdog: fix dprintf format strings
MORITA Kazutaka
1
-4
/
+4
2012-06-15
sheepdog: add coroutine_fn markers to coroutine functions
MORITA Kazutaka
1
-4
/
+5
2012-06-11
cleanup qemu_co_sendv(), qemu_co_recvv() and friends
Michael Tokarev
1
-3
/
+3
2012-05-30
sheepdog: fix return value of do_load_save_vm_state
MORITA Kazutaka
1
-5
/
+5
2012-05-25
sheepdog: use heap instead of stack for BDRVSheepdogState
MORITA Kazutaka
1
-13
/
+22
2012-05-25
sheepdog: return -errno on error
MORITA Kazutaka
1
-32
/
+46
2012-05-25
sheepdog: mark image as snapshot when tag is specified
MORITA Kazutaka
1
-1
/
+1
2012-05-07
sheepdog: switch to writethrough mode if cluster doesn't support flush
MORITA Kazutaka
1
-0
/
+8
2012-04-19
aio: remove process_queue callback and qemu_aio_process_queue
Paolo Bonzini
1
-6
/
+5
2012-04-05
sheepdog: fix send req helpers
Liu Yuan
1
-0
/
+2
2012-04-05
sheepdog: implement SD_OP_FLUSH_VDI operation
Liu Yuan
1
-14
/
+128
2012-02-09
sheepdog: fix co_recv coroutine context
MORITA Kazutaka
1
-0
/
+3
2012-01-13
prepare for future GPLv2+ relicensing
Paolo Bonzini
1
-0
/
+3
2011-12-22
move corking functions to osdep.c
Paolo Bonzini
1
-18
/
+2
2011-12-22
sheepdog: move coroutine send/recv function to generic code
Paolo Bonzini
1
-209
/
+21
2011-12-05
block: Add coroutine_fn marker to coroutine functions
Dong Xu Wang
1
-2
/
+2
2011-11-22
sheepdog: Avoid deadlock in error path
Dong Xu Wang
1
-0
/
+2
2011-10-21
sheepdog: add coroutine_fn markers
Paolo Bonzini
1
-7
/
+7
2011-10-14
sheepdog: correct spelling
Dong Xu Wang
1
-1
/
+1
2011-08-24
sheepdog: use coroutines
MORITA Kazutaka
1
-57
/
+93
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-26
/
+26
2011-07-25
Wrap recv to avoid warnings
Blue Swirl
1
-1
/
+1
2011-07-18
sheepdog: add full data preallocation support
MORITA Kazutaka
1
-3
/
+68
2011-06-24
Strip trailing '\n' from error_report()'s first argument
Markus Armbruster
1
-42
/
+42
[next]