index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
block
/
nbd.h
Age
Commit message (
Expand
)
Author
2018-03-13
nbd: BLOCK_STATUS for standard get_block_status function: client part
Vladimir Sementsov-Ogievskiy
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
2018-03-01
nbd: BLOCK_STATUS constants
Vladimir Sementsov-Ogievskiy
2018-03-01
nbd: change indenting in nbd.h
Vladimir Sementsov-Ogievskiy
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-01-26
qapi: add nbd-server-remove
Vladimir Sementsov-Ogievskiy
2018-01-10
nbd: rename nbd_option and nbd_opt_reply
Vladimir Sementsov-Ogievskiy
2017-11-09
nbd: Fix struct name for structured reads
Eric Blake
2017-10-30
nbd: Minimal structured read for client
Vladimir Sementsov-Ogievskiy
2017-10-30
nbd: Move nbd_read() to common header
Eric Blake
2017-10-30
nbd/client: prepare nbd_receive_reply for structured reply
Vladimir Sementsov-Ogievskiy
2017-10-30
nbd: Expose constants and structs for structured read
Eric Blake
2017-10-30
nbd: Move nbd_errno_to_system_errno() to public header
Eric Blake
2017-10-13
nbd: header constants indenting
Vladimir Sementsov-Ogievskiy
2017-10-12
nbd/server: structurize simple reply header sending
Vladimir Sementsov-Ogievskiy
2017-09-06
nbd: Use new qio_channel_*_all() functions
Eric Blake
2017-08-30
nbd/client: fix nbd_send_request to return int
Vladimir Sementsov-Ogievskiy
2017-08-30
nbd/client: refactor nbd_receive_reply
Vladimir Sementsov-Ogievskiy
2017-07-14
nbd: Implement NBD_INFO_BLOCK_SIZE on client
Eric Blake
2017-07-14
nbd: Expose and debug more NBD constants
Eric Blake
2017-07-14
nbd: Create struct for tracking export info
Eric Blake
2017-06-15
nbd: rename read_sync and friends
Vladimir Sementsov-Ogievskiy
2017-06-15
nbd: Fix regression on resiliency to port scan
Eric Blake
2017-06-06
nbd/client.c: use errp instead of LOG
Vladimir Sementsov-Ogievskiy
2017-06-06
nbd: add errp parameter to nbd_wr_syncv()
Vladimir Sementsov-Ogievskiy
2017-05-09
sockets: Limit SocketAddressLegacy to external interfaces
Markus Armbruster
2016-11-02
nbd: Implement NBD_CMD_WRITE_ZEROES on server
Eric Blake
2016-11-02
nbd: Improve server handling of shutdown requests
Eric Blake
2016-11-02
nbd: Support shorter handshake
Eric Blake
2016-11-02
nbd: Share common option-sending code in client
Eric Blake
2016-11-02
nbd: Rename struct nbd_request and nbd_reply
Eric Blake
2016-11-02
nbd: Treat flags vs. command type as separate fields
Eric Blake
2016-11-02
nbd: Add qemu-nbd -D for human-readable description
Eric Blake
2016-09-05
nbd-server: Use a separate BlockBackend
Kevin Wolf
2016-08-03
nbd: Limit nbdflags to 16 bits
Eric Blake
2016-07-20
nbd: Convert to byte-based interface
Eric Blake
2016-07-20
nbd: Drop unused offset parameter
Eric Blake
2016-07-05
nbd: Allow larger requests
Eric Blake
2016-06-16
nbd: Avoid magic number for NBD max name size
Eric Blake
2016-06-16
nbd: simplify the nbd_request and nbd_reply structs
Paolo Bonzini
2016-02-23
include: Clean up includes
Peter Maydell
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-01-15
nbd: Always call "close_fn" in nbd_client_new
Fam Zheng
2015-03-18
nbd: Set block size to BDRV_SECTOR_SIZE
Max Reitz
2015-03-18
nbd: Fix potential signed overflow issues
Max Reitz
2015-03-18
nbd: Handle blk_getlength() failure
Max Reitz
2015-02-16
nbd: Drop BDS backpointer
Max Reitz
2015-02-06
nbd: Improve error messages
Max Reitz
2014-12-10
nbd: Change external interface to BlockBackend
Max Reitz
[next]