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
*
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
*
qemu-nbd: introduce NBDRequest
Paolo Bonzini
2011-12-22
1
-14
/
+51
*
qemu-nbd: introduce NBDExport
Paolo Bonzini
2011-12-22
1
-16
/
+48
*
qemu-nbd: introduce nbd_do_receive_request
Paolo Bonzini
2011-12-22
1
-21
/
+47
*
qemu-nbd: more robust handling of invalid requests
Paolo Bonzini
2011-12-22
1
-27
/
+30
*
qemu-nbd: introduce nbd_do_send_reply
Paolo Bonzini
2011-12-22
1
-14
/
+32
*
qemu-nbd: simplify nbd_trip
Paolo Bonzini
2011-12-22
1
-17
/
+8
*
qemu-nbd: remove data_size argument to nbd_trip
Paolo Bonzini
2011-12-22
1
-3
/
+3
*
qemu-nbd: remove offset argument to nbd_trip
Paolo Bonzini
2011-12-22
1
-5
/
+3
*
Update ioctl order in nbd_init() to detect EBUSY
Chunyan Liu
2011-12-22
1
-18
/
+9
*
nbd: add support for NBD_CMD_TRIM
Paolo Bonzini
2011-12-22
1
-2
/
+13
*
nbd: add support for NBD_CMD_FLUSH
Paolo Bonzini
2011-12-22
1
-1
/
+14
*
nbd: add support for NBD_CMD_FLAG_FUA
Paolo Bonzini
2011-12-22
1
-2
/
+11
*
nbd: fix error handling in the server
Paolo Bonzini
2011-12-22
1
-9
/
+12
*
nbd: switch to asynchronous operation
Paolo Bonzini
2011-12-22
1
-0
/
+8
*
fix spelling in main directory
Dong Xu Wang
2011-12-02
1
-2
/
+2
*
nbd: treat EPIPE from NBD_DO_IT as success
Paolo Bonzini
2011-11-11
1
-0
/
+7
*
nbd: fix non-Linux build failure
Paolo Bonzini
2011-09-21
1
-1
/
+1
*
nbd: support NBD_SET_FLAGS ioctl
Paolo Bonzini
2011-09-19
1
-0
/
+8
*
nbd: sync API definitions with upstream
Paolo Bonzini
2011-09-19
1
-0
/
+2
*
nbd: support feature negotiation
Paolo Bonzini
2011-09-19
1
-7
/
+25
*
nbd: Clean up use of block_int.h
Markus Armbruster
2011-09-12
1
-0
/
+1
*
Wrap recv to avoid warnings
Blue Swirl
2011-07-25
1
-1
/
+1
*
NBD: Use qemu_socket functions to open TCP and UNIX sockets
Nick Thomas
2011-04-07
1
-129
/
+29
*
NBD library: whitespace changes
Nick Thomas
2011-04-07
1
-417
/
+418
*
nbd: Haiku has _IO() in its BSD compatibility layer
Andreas Färber
2010-10-03
1
-1
/
+1
*
Improve qemu-nbd performance by 4400 %
Laurent Vivier
2010-09-21
1
-7
/
+18
*
Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
2010-09-08
1
-12
/
+106
|
\
|
*
nbd: Introduce NBD named exports.
Laurent Vivier
2010-08-30
1
-12
/
+106
*
|
Remove unused argument for nbd_client()
Jes Sorensen
2010-09-04
1
-2
/
+2
|
/
*
Fix %lld or %llx printf format use
Blue Swirl
2010-05-22
1
-2
/
+1
*
Update to a hopefully more future proof FSF address
Blue Swirl
2009-07-16
1
-2
/
+1
*
Cast pointer arguments of get/setsockopt, send to void * to keep GCC
malc
2009-05-21
1
-1
/
+2
*
Fix some win32 compile warnings
blueswir1
2009-04-05
1
-1
/
+1
*
Update FSF address in GPL/LGPL boilerplate
aurel32
2009-01-04
1
-1
/
+1
*
Use qemu_isfoobar and qemu_towombat versions, based on patch by Christoph Egger
blueswir1
2008-11-22
1
-8
/
+8
*
Use common objects for qemu-img and qemu-nbd
aliguori
2008-09-15
1
-31
/
+55
*
qemu-nbd: remove useless parameter from nbd_negotiate() (Laurent Vivier)
aliguori
2008-09-10
1
-1
/
+1
*
Fix compilation of nbd on Solaris (Andreas Faerber)
aliguori
2008-08-02
1
-0
/
+3
*
Add missing return
malc
2008-07-04
1
-0
/
+1
*
Allow QEMU to connect directly to an NBD server, by Laurent Vivier.
ths
2008-07-03
1
-68
/
+143
*
Add a parameter to disable host cache, by Laurent Vivier.
ths
2008-07-03
1
-9
/
+5
*
Merge NBD client/server, by Laurent Vivier.
ths
2008-07-03
1
-6
/
+68
*
Cleanup qemu-nbd related code, by Laurent Vivier.
ths
2008-07-02
1
-2
/
+2
*
Fix compiler warning.
ths
2008-06-06
1
-1
/
+1
*
qemu-nbd tool (Anthony Liguori)
bellard
2008-05-27
1
-0
/
+500