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
/
block
/
nbd-client.c
Age
Commit message (
Expand
)
Author
2017-02-21
coroutine-lock: add mutex argument to CoQueue APIs
Paolo Bonzini
2017-02-21
nbd: convert to use qio_channel_yield
Paolo Bonzini
2017-01-03
aio: add AioPollFn and io_poll() interface
Stefan Hajnoczi
2016-11-22
nbd: Allow unmap and fua during write zeroes
Eric Blake
2016-11-02
nbd: Implement NBD_CMD_WRITE_ZEROES on client
Eric Blake
2016-11-02
nbd: Rename struct nbd_request and nbd_reply
Eric Blake
2016-11-02
nbd: Rename NbdClientSession to NBDClientSession
Eric Blake
2016-11-02
nbd: Treat flags vs. command type as separate fields
Eric Blake
2016-11-01
nbd: Use CoQueue for free_sema instead of CoMutex
Changlong Xie
2016-07-20
nbd: Convert to byte-based interface
Eric Blake
2016-07-20
nbd: Switch .bdrv_co_discard() to byte-based
Eric Blake
2016-07-20
nbd: Drop unused offset parameter
Eric Blake
2016-07-20
nbd: Rely on block layer to break up large requests
Eric Blake
2016-07-13
coroutine: move entry argument to qemu_coroutine_create
Paolo Bonzini
2016-07-05
nbd: Allow larger requests
Eric Blake
2016-05-12
nbd: Simplify client FUA handling
Eric Blake
2016-05-12
block: Make supported_write_flags a per-bds property
Eric Blake
2016-04-05
nbd: don't request FUA on FLUSH
Eric Blake
2016-03-30
nbd: Support BDRV_REQ_FUA
Kevin Wolf
2016-02-16
nbd: enable use of TLS with NBD block driver
Daniel P. Berrange
2016-02-16
nbd: implement TLS support in the protocol negotiation
Daniel P. Berrange
2016-02-16
nbd: convert to using I/O channels for actual socket I/O
Daniel P. Berrange
2016-02-16
nbd: convert block client to use I/O channels for connection setup
Daniel P. Berrange
2016-01-20
block: Clean up includes
Peter Maydell
2015-10-23
aio: Add "is_external" flag for event handlers
Fam Zheng
2015-03-18
nbd: Set block size to BDRV_SECTOR_SIZE
Max Reitz
2015-02-16
nbd: fix the co_queue multi-adding bug
Bin Wu
2015-02-16
nbd: Drop BDS backpointer
Max Reitz
2015-02-06
nbd: Improve error messages
Max Reitz
2014-06-04
nbd: implement .bdrv_detach/attach_aio_context()
Stefan Hajnoczi
2014-03-14
nbd: close socket if connection breaks
Stefan Hajnoczi
2013-12-16
nbd: avoid uninitialized warnings
Marc-André Lureau
2013-12-16
nbd: finish any pending coroutine
Marc-André Lureau
2013-12-16
nbd: make nbd_client_session_close() idempotent
Marc-André Lureau
2013-12-16
nbd: pass export name as init argument
Marc-André Lureau
2013-12-16
nbd: don't change socket block during negotiate
Marc-André Lureau
2013-12-16
Split nbd block client code
Marc-André Lureau