aboutsummaryrefslogtreecommitdiff
path: root/block/nbd.c
AgeCommit message (Expand)Author
2024-06-28block: remove separate bdrv_file_open callbackPaolo Bonzini
2024-05-14block/nbd: Use URI parsing code from glibThomas Huth
2024-03-12block/nbd: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu
2023-10-12block: Mark bdrv_apply_auto_read_only() and callers GRAPH_RDLOCKKevin Wolf
2023-10-05nbd/client: Accept 64-bit block status chunksEric Blake
2023-10-05nbd/client: Initial support for extended headersEric Blake
2023-10-05nbd/client: Plumb errp through nbd_receive_repliesEric Blake
2023-09-25nbd: Prepare for 64-bit request effect lengthsEric Blake
2023-09-22nbd: Add types for extended headersEric Blake
2023-09-22nbd/client: Pass mode through to nbd_send_requestEric Blake
2023-09-22nbd: Replace bool structured_reply with mode enumEric Blake
2023-09-07io: follow coroutine AioContext in qio_channel_yield()Stefan Hajnoczi
2023-07-19nbd/client: Simplify cookie vs. index computationEric Blake
2023-07-19nbd: s/handle/cookie/ to match NBD specEric Blake
2023-06-05bulk: Remove pointless QOM castsPhilippe Mathieu-Daudé
2023-05-10nbd: Mark nbd_co_do_establish_connection() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito
2023-05-10nbd: Remove nbd_co_flush() wrapper functionKevin Wolf
2023-02-01block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixedEmanuele Giuseppe Esposito
2022-10-26block: add BDRV_REQ_REGISTERED_BUF request flagStefan Hajnoczi
2022-10-07nbd: add missing coroutine_fn annotationsPaolo Bonzini
2022-06-29block: use 'unsigned' for in_flight field on driver stateDenis V. Lunev
2022-06-29nbd: trace long NBD operationsDenis V. Lunev
2022-06-24nbd: Drop dead code spotted by CoverityEric Blake
2022-04-26nbd: document what is protected by the CoMutexesPaolo Bonzini
2022-04-26nbd: take receive_mutex when reading requests[].receivingPaolo Bonzini
2022-04-26nbd: move s->state under requests_lockPaolo Bonzini
2022-04-26nbd: code motion and function renamingPaolo Bonzini
2022-04-26nbd: use a QemuMutex to synchronize yanking, reconnection and coroutinesPaolo Bonzini
2022-04-26nbd: keep send_mutex/free_sema handling outside nbd_co_do_establish_connectionPaolo Bonzini
2022-04-26nbd: remove peppering of nbd_client_connectedPaolo Bonzini
2022-04-26nbd: mark more coroutine_fnsPaolo Bonzini
2022-04-26nbd: safeguard against waking up invalid coroutinePaolo Bonzini
2022-03-21block/nbd.c: Fixed IO request coroutine not being wakeup when kill NBD serverRao Lei
2022-03-07block/nbd: don't restrict TLS usage to IP socketsDaniel P. Berrangé
2022-03-07block/nbd: support override of hostname for TLS certificate validationDaniel P. Berrangé
2022-03-07block: pass desired TLS hostname through from block driver clientDaniel P. Berrangé
2022-03-04block/coroutines: I/O and "I/O or GS" APIEmanuele Giuseppe Esposito
2022-02-11block/nbd: Move s->ioc on AioContext changeHanna Reitz
2022-02-11block/nbd: Assert there are no timers when closedHanna Reitz
2022-02-11block/nbd: Delete open timer when doneHanna Reitz
2022-02-11block/nbd: Delete reconnect delay timer when doneHanna Reitz
2021-12-21nbd: allow reconnect on open, with corresponding new optionsVladimir Sementsov-Ogievskiy
2021-09-29block/nbd: check that received handle is validVladimir Sementsov-Ogievskiy
2021-09-29block/nbd: drop connection_coVladimir Sementsov-Ogievskiy
2021-09-29block/nbd: refactor nbd_recv_coroutines_wake_all()Vladimir Sementsov-Ogievskiy
2021-09-29block/nbd: move nbd_recv_coroutines_wake_all() upVladimir Sementsov-Ogievskiy
2021-09-29block/nbd: nbd_channel_error() shutdown channel unconditionallyVladimir Sementsov-Ogievskiy
2021-09-29block: use int64_t instead of int in driver discard handlersVladimir Sementsov-Ogievskiy
2021-09-29block: use int64_t instead of int in driver write_zeroes handlersVladimir Sementsov-Ogievskiy
2021-09-29block: use int64_t instead of uint64_t in driver write handlersVladimir Sementsov-Ogievskiy