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
2024-08-08
nbd/server: CVE-2024-7409: Cap default max-connections to 100
Eric Blake
2024-08-08
nbd/server: Plumb in new args to nbd_client_add()
Eric Blake
2023-10-05
nbd/server: Prepare for per-request filtering of BLOCK_STATUS
Eric Blake
2023-10-05
nbd/server: Refactor list of negotiated meta contexts
Eric Blake
2023-10-05
nbd/client: Initial support for extended headers
Eric Blake
2023-09-25
nbd: Prepare for 64-bit request effect lengths
Eric Blake
2023-09-22
nbd: Add types for extended headers
Eric Blake
2023-09-22
nbd/client: Pass mode through to nbd_send_request
Eric Blake
2023-09-22
nbd: Replace bool structured_reply with mode enum
Eric Blake
2023-09-07
nbd: drop unused nbd_receive_negotiate() aio_context argument
Stefan Hajnoczi
2023-07-19
nbd: Use enum for various negotiation modes
Eric Blake
2023-07-19
nbd: s/handle/cookie/ to match NBD spec
Eric Blake
2023-07-19
nbd/server: Prepare for alternate-size headers
Eric Blake
2023-07-19
nbd: Consistent typedef usage in header
Eric Blake
2023-02-01
block/nbd: Add missing <qemu/bswap.h> include
Philippe Mathieu-Daudé
2022-10-07
nbd: remove incorrect coroutine_fn annotations
Paolo Bonzini
2022-05-12
nbd/server: Allow MULTI_CONN for shared writable exports
Eric Blake
2022-05-12
qemu-nbd: Pass max connections to blockdev layer
Eric Blake
2022-03-07
block: pass desired TLS hostname through from block driver client
Daniel P. Berrangé
2021-06-18
nbd/client-connection: add option for non-blocking connection attempt
Vladimir Sementsov-Ogievskiy
2021-06-18
nbd/client-connection: return only one io channel
Vladimir Sementsov-Ogievskiy
2021-06-18
nbd/client-connection: implement connection retry
Vladimir Sementsov-Ogievskiy
2021-06-18
nbd/client-connection: add possibility of negotiation
Vladimir Sementsov-Ogievskiy
2021-06-18
nbd: move connection code from block/nbd to nbd/client-connection
Vladimir Sementsov-Ogievskiy
2021-02-03
nbd: make nbd_read* return -EIO on error
Roman Kagan
2020-10-30
nbd: Add new qemu:allocation-depth metadata context
Eric Blake
2020-10-02
nbd: Merge nbd_export_new() and nbd_export_create()
Kevin Wolf
2020-10-02
block/export: Create BlockBackend in blk_exp_add()
Kevin Wolf
2020-10-02
block/export: Add block-export-del
Kevin Wolf
2020-10-02
block/export: Add blk_exp_close_all(_type)
Kevin Wolf
2020-10-02
block/export: Allocate BlockExport in blk_exp_add()
Kevin Wolf
2020-10-02
block/export: Move refcount from NBDExport to BlockExport
Kevin Wolf
2020-10-02
qemu-nbd: Use blk_exp_add() to create the export
Kevin Wolf
2020-10-02
nbd: Remove NBDExport.close callback
Kevin Wolf
2020-10-02
nbd: Add max-connections to nbd-server-start
Kevin Wolf
2020-10-02
block/export: Remove magic from block-export-add
Kevin Wolf
2020-10-02
qemu-nbd: Use raw block driver for --offset
Kevin Wolf
2020-10-02
block/export: Add BlockExport infrastructure and block-export-add
Kevin Wolf
2020-10-02
qapi: Create block-export module
Kevin Wolf
2020-10-02
nbd: Remove unused nbd_export_get_blockdev()
Kevin Wolf
2020-07-10
nbd: Use ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
2020-03-06
qemu-storage-daemon: Add --nbd-server option
Kevin Wolf
2019-11-18
nbd: Don't send oversize strings
Eric Blake
2019-11-18
nbd/server: Prefer heap over stack for parsing client names
Eric Blake
2019-09-24
nbd: Grab aio context lock in more places
Eric Blake
2019-09-05
nbd: Prepare for NBD_CMD_FLAG_FAST_ZERO
Eric Blake
2019-09-05
nbd: Improve per-export flag handling in server
Eric Blake
2019-09-05
nbd: Advertise multi-conn for shared read-only connections
Eric Blake
2019-08-15
block/nbd: use non-blocking io channel for nbd negotiation
Vladimir Sementsov-Ogievskiy
2019-05-07
qemu-nbd: Look up flag names in array
Max Reitz
[next]