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: Mark fd handlers client type as "external"
Fam Zheng
2015-10-23
1
-2
/
+2
*
aio: Add "is_external" flag for event handlers
Fam Zheng
2015-10-23
1
-1
/
+3
*
coroutine: move into libqemuutil.a library
Daniel P. Berrange
2015-10-20
1
-1
/
+1
*
nbd: switch from g_slice allocator to malloc
Paolo Bonzini
2015-10-12
1
-2
/
+2
*
nbd: release exp->blk after all clients are closed
Wen Congyang
2015-09-16
1
-6
/
+15
*
qemu-nbd: only send a limited number of errno codes on the wire
Paolo Bonzini
2015-05-08
1
-0
/
+57
*
nbd/trivial: fix type cast for ioctl
Bogdan Purcareata
2015-04-28
1
-1
/
+1
*
nbd: Drop unexpected data for NBD_OPT_LIST
Max Reitz
2015-03-18
1
-0
/
+23
*
nbd: Fix interpretation of the export flags
Max Reitz
2015-03-18
1
-1
/
+1
*
nbd: Fix nbd_receive_options()
Max Reitz
2015-03-18
1
-20
/
+29
*
nbd: Set block size to BDRV_SECTOR_SIZE
Max Reitz
2015-03-18
1
-8
/
+7
*
nbd: Handle blk_getlength() failure
Max Reitz
2015-03-18
1
-2
/
+14
*
nbd: Pass return value from nbd_handle_list()
Max Reitz
2015-03-18
1
-3
/
+4
*
nbd: Fix overflow return value
Yik Fang
2015-03-18
1
-1
/
+1
*
nbd: Drop BDS backpointer
Max Reitz
2015-02-16
1
-4
/
+4
*
nbd: Improve error messages
Max Reitz
2015-02-06
1
-17
/
+25
*
nbd: Use BlockBackend internally
Max Reitz
2014-12-10
1
-28
/
+28
*
nbd: Change external interface to BlockBackend
Max Reitz
2014-12-10
1
-5
/
+6
*
block/migration: Disable cache invalidate for incoming migration
Alexey Kardashevskiy
2014-10-14
1
-0
/
+6
*
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
[next]