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
/
nbd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nbd: Follow the BDS' AIO context
Max Reitz
2014-08-29
1
-0
/
+31
*
nbd: Drop nbd_can_read()
Max Reitz
2014-08-29
1
-19
/
+53
*
qemu-coroutine-io: fix for Win32
Paolo Bonzini
2014-08-29
1
-1
/
+1
*
nbd: Handle NBD_OPT_LIST option.
Hani Benhabiles
2014-06-30
1
-0
/
+65
*
nbd: Handle fixed new-style clients.
Hani Benhabiles
2014-06-30
1
-49
/
+102
*
nbd: Don't validate from and len in NBD_CMD_DISC.
Hani Benhabiles
2014-06-27
1
-3
/
+4
*
nbd: Miscellaneous typo fixes.
Hani Benhabiles
2014-05-24
1
-1
/
+1
*
nbd: move socket wrappers to qemu-nbd
Paolo Bonzini
2014-02-21
1
-50
/
+0
*
nbd: inline tcp_socket_incoming_spec into sole caller
Paolo Bonzini
2014-02-21
1
-6
/
+2
*
nbd: correctly propagate errors
Paolo Bonzini
2014-02-21
1
-12
/
+0
*
nbd: don't change socket block during negotiate
Marc-André Lureau
2013-12-16
1
-2
/
+0
*
nbd: use BlockDriverState refcnt
Fam Zheng
2013-09-06
1
-0
/
+5
*
aio / timers: Untangle include files
Alex Bligh
2013-08-22
1
-0
/
+1
*
nbd: support large NBD requests
Stefan Hajnoczi
2013-05-03
1
-6
/
+11
*
nbd: use g_slice_new() instead of a freelist
Stefan Hajnoczi
2013-05-03
1
-17
/
+6
*
oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()
Stefan Hajnoczi
2013-04-02
1
-4
/
+4
*
nbd: Remove unused functions
Kevin Wolf
2013-03-22
1
-19
/
+0
*
nbd: Keep hostname and port separate
Kevin Wolf
2013-03-22
1
-0
/
+12
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-2
/
+2
*
block: move include files to include/block/
Paolo Bonzini
2012-12-19
1
-3
/
+3
*
nbd: fix use of two uninitialized bytes when connecting to a named export
Paolo Bonzini
2012-11-28
1
-1
/
+1
*
nbd: fixes to read-only handling
Paolo Bonzini
2012-11-13
1
-13
/
+12
*
nbd: ask and print error information from qemu-sockets
Paolo Bonzini
2012-10-23
1
-8
/
+31
*
qemu-sockets: add Error ** to all functions
Paolo Bonzini
2012-10-23
1
-2
/
+2
*
Separate inet_connect into inet_connect (blocking) and inet_nonblocking_connect
Orit Wasserman
2012-09-25
1
-1
/
+1
*
nbd: add nbd_export_get_blockdev
Paolo Bonzini
2012-09-19
1
-1
/
+6
*
nbd: negotiate with named exports
Paolo Bonzini
2012-09-19
1
-19
/
+150
*
nbd: register named exports
Paolo Bonzini
2012-09-19
1
-0
/
+49
*
nbd: add notification for closing an NBDExport
Paolo Bonzini
2012-09-19
1
-1
/
+9
*
nbd: track clients into NBDExport
Paolo Bonzini
2012-09-19
1
-2
/
+11
*
nbd: add reference counting to NBDExport
Paolo Bonzini
2012-09-19
1
-6
/
+31
*
nbd: do not leak nbd_trip coroutines when a connection is torn down
Paolo Bonzini
2012-09-19
1
-6
/
+27
*
nbd: make refcount interface public
Paolo Bonzini
2012-09-19
1
-2
/
+2
*
nbd: do not close BlockDriverState in nbd_export_close
Paolo Bonzini
2012-09-19
1
-1
/
+0
*
nbd: pass NBDClient to nbd_send_negotiate
Paolo Bonzini
2012-09-19
1
-37
/
+41
*
nbd: add more constants
Paolo Bonzini
2012-09-18
1
-7
/
+10
*
net: inet_connect(), inet_connect_opts(): add in_progress argument
Luiz Capitulino
2012-08-13
1
-1
/
+1
*
sockets: use error class to pass listen error
Amos Kong
2012-05-10
1
-1
/
+1
*
sockets: change inet_connect() to support nonblock socket
Amos Kong
2012-05-10
1
-1
/
+1
*
nbd: obey FUA on reads
Paolo Bonzini
2012-04-19
1
-0
/
+9
*
nbd: do not include block_int.h
Paolo Bonzini
2012-04-19
1
-2
/
+1
*
nbd: do not block in nbd_wr_sync if no data at all is available
Paolo Bonzini
2012-04-19
1
-6
/
+34
*
nbd: consistently return negative errno values
Paolo Bonzini
2012-04-19
1
-81
/
+78
*
nbd: consistently check for <0 or >=0
Paolo Bonzini
2012-04-19
1
-23
/
+25
*
nbd: consistently use ssize_t
Paolo Bonzini
2012-04-19
1
-12
/
+10
*
nbd: Fix compiler warning (w64)
Stefan Weil
2012-04-15
1
-1
/
+1
*
qemu-nbd: throttle requests
Paolo Bonzini
2011-12-22
1
-3
/
+22
*
qemu-nbd: asynchronous operation
Paolo Bonzini
2011-12-22
1
-21
/
+53
*
qemu-nbd: add client pointer to NBDRequest
Paolo Bonzini
2011-12-22
1
-21
/
+27
*
qemu-nbd: move client handling to nbd.c
Paolo Bonzini
2011-12-22
1
-3
/
+59
[next]