index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nbd.c
Age
Commit message (
Expand
)
Author
2012-05-10
sockets: use error class to pass listen error
Amos Kong
2012-05-10
sockets: change inet_connect() to support nonblock socket
Amos Kong
2012-04-19
nbd: obey FUA on reads
Paolo Bonzini
2012-04-19
nbd: do not include block_int.h
Paolo Bonzini
2012-04-19
nbd: do not block in nbd_wr_sync if no data at all is available
Paolo Bonzini
2012-04-19
nbd: consistently return negative errno values
Paolo Bonzini
2012-04-19
nbd: consistently check for <0 or >=0
Paolo Bonzini
2012-04-19
nbd: consistently use ssize_t
Paolo Bonzini
2012-04-15
nbd: Fix compiler warning (w64)
Stefan Weil
2011-12-22
qemu-nbd: throttle requests
Paolo Bonzini
2011-12-22
qemu-nbd: asynchronous operation
Paolo Bonzini
2011-12-22
qemu-nbd: add client pointer to NBDRequest
Paolo Bonzini
2011-12-22
qemu-nbd: move client handling to nbd.c
Paolo Bonzini
2011-12-22
qemu-nbd: introduce NBDRequest
Paolo Bonzini
2011-12-22
qemu-nbd: introduce NBDExport
Paolo Bonzini
2011-12-22
qemu-nbd: introduce nbd_do_receive_request
Paolo Bonzini
2011-12-22
qemu-nbd: more robust handling of invalid requests
Paolo Bonzini
2011-12-22
qemu-nbd: introduce nbd_do_send_reply
Paolo Bonzini
2011-12-22
qemu-nbd: simplify nbd_trip
Paolo Bonzini
2011-12-22
qemu-nbd: remove data_size argument to nbd_trip
Paolo Bonzini
2011-12-22
qemu-nbd: remove offset argument to nbd_trip
Paolo Bonzini
2011-12-22
Update ioctl order in nbd_init() to detect EBUSY
Chunyan Liu
2011-12-22
nbd: add support for NBD_CMD_TRIM
Paolo Bonzini
2011-12-22
nbd: add support for NBD_CMD_FLUSH
Paolo Bonzini
2011-12-22
nbd: add support for NBD_CMD_FLAG_FUA
Paolo Bonzini
2011-12-22
nbd: fix error handling in the server
Paolo Bonzini
2011-12-22
nbd: switch to asynchronous operation
Paolo Bonzini
2011-12-02
fix spelling in main directory
Dong Xu Wang
2011-11-11
nbd: treat EPIPE from NBD_DO_IT as success
Paolo Bonzini
2011-09-21
nbd: fix non-Linux build failure
Paolo Bonzini
2011-09-19
nbd: support NBD_SET_FLAGS ioctl
Paolo Bonzini
2011-09-19
nbd: sync API definitions with upstream
Paolo Bonzini
2011-09-19
nbd: support feature negotiation
Paolo Bonzini
2011-09-12
nbd: Clean up use of block_int.h
Markus Armbruster
2011-07-25
Wrap recv to avoid warnings
Blue Swirl
2011-04-07
NBD: Use qemu_socket functions to open TCP and UNIX sockets
Nick Thomas
2011-04-07
NBD library: whitespace changes
Nick Thomas
2010-10-03
nbd: Haiku has _IO() in its BSD compatibility layer
Andreas Färber
2010-09-21
Improve qemu-nbd performance by 4400 %
Laurent Vivier
2010-09-08
Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
2010-09-04
Remove unused argument for nbd_client()
Jes Sorensen
2010-08-30
nbd: Introduce NBD named exports.
Laurent Vivier
2010-05-22
Fix %lld or %llx printf format use
Blue Swirl
2009-07-16
Update to a hopefully more future proof FSF address
Blue Swirl
2009-05-21
Cast pointer arguments of get/setsockopt, send to void * to keep GCC
malc
2009-04-05
Fix some win32 compile warnings
blueswir1
2009-01-04
Update FSF address in GPL/LGPL boilerplate
aurel32
2008-11-22
Use qemu_isfoobar and qemu_towombat versions, based on patch by Christoph Egger
blueswir1
2008-09-15
Use common objects for qemu-img and qemu-nbd
aliguori
2008-09-10
qemu-nbd: remove useless parameter from nbd_negotiate() (Laurent Vivier)
aliguori
[next]