Package libnbd-devel
- libnbd(3) β network block device (NBD) client library in userspace
- libnbd-golang(3) β how to use libnbd from Go
- libnbd-release-notes-1.10(1) β release notes for libnbd 1.10
- libnbd-release-notes-1.12(1) β release notes for libnbd 1.12
- libnbd-release-notes-1.14(1) β release notes for libnbd 1.14
- libnbd-release-notes-1.16(1) β release notes for libnbd 1.16
- libnbd-release-notes-1.18(1) β release notes for libnbd 1.18
- libnbd-release-notes-1.2(1) β release notes for libnbd 1.2
- libnbd-release-notes-1.20(1) β release notes for libnbd 1.20
- libnbd-release-notes-1.22(1) β release notes for libnbd 1.22
- libnbd-release-notes-1.24(1) β release notes for libnbd 1.24
- libnbd-release-notes-1.4(1) β release notes for libnbd 1.4
- libnbd-release-notes-1.6(1) β release notes for libnbd 1.6
- libnbd-release-notes-1.8(1) β release notes for libnbd 1.8
- libnbd-security(3) β information about past security issues in libnbd
- nbd_add_meta_context(3) β ask server to negotiate metadata context
- nbd_aio_block_status(3) β send block status command, with 32\-bit callback
- nbd_aio_block_status_64(3) β send block status command, with 64\-bit
- nbd_aio_block_status_filter(3) β send filtered block status command to the
- nbd_aio_cache(3) β send cache (prefetch) command to the NBD server
- nbd_aio_command_completed(3) β check if the command completed
- nbd_aio_connect(3) β connect to the NBD server
- nbd_aio_connect_command(3) β connect to the NBD server
- nbd_aio_connect_socket(3) β connect directly to a connected socket
- nbd_aio_connect_systemd_socket_activation(3) β connect using systemd
- nbd_aio_connect_tcp(3) β connect to the NBD server over a TCP port
- nbd_aio_connect_unix(3) β connect to the NBD server over a Unix domain
- nbd_aio_connect_uri(3) β connect to an NBD URI
- nbd_aio_connect_vsock(3) β connect to the NBD server over AF_VSOCK socket
- nbd_aio_disconnect(3) β disconnect from the NBD server
- nbd_aio_flush(3) β send flush command to the NBD server
- nbd_aio_get_direction(3) β return the read or write direction
- nbd_aio_get_fd(3) β return file descriptor associated with this connection
- nbd_aio_in_flight(3) β check how many aio commands are still in flight
- nbd_aio_is_closed(3) β check if the connection is closed
- nbd_aio_is_connecting(3) β check if the connection is connecting or
- nbd_aio_is_created(3) β check if the connection has just been created
- nbd_aio_is_dead(3) β check if the connection is dead
- nbd_aio_is_negotiating(3) β check if connection is ready to send handshake
- nbd_aio_is_processing(3) β check if the connection is processing a command
- nbd_aio_is_ready(3) β check if the connection is in the ready state
- nbd_aio_notify_read(3) β notify that the connection is readable
- nbd_aio_notify_write(3) β notify that the connection is writable
- nbd_aio_opt_abort(3) β end negotiation and close the connection
- nbd_aio_opt_extended_headers(3) β request the server to enable extended
- nbd_aio_opt_go(3) β end negotiation and move on to using an export
- nbd_aio_opt_info(3) β request the server for information about an export
- nbd_aio_opt_list(3) β request the server to list all exports during
- nbd_aio_opt_list_meta_context(3) β request list of available meta
- nbd_aio_opt_list_meta_context_queries(3) β request list of available meta
- nbd_aio_opt_set_meta_context(3) β select specific meta contexts, with
- nbd_aio_opt_set_meta_context_queries(3) β select specific meta contexts,
- nbd_aio_opt_starttls(3) β request the server to initiate TLS
- nbd_aio_opt_structured_reply(3) β request the server to enable structured
- nbd_aio_peek_command_completed(3) β check if any command has completed
- nbd_aio_pread(3) β read from the NBD server
- nbd_aio_pread_structured(3) β read from the NBD server
- nbd_aio_pwrite(3) β write to the NBD server
- nbd_aio_trim(3) β send trim command to the NBD server
- nbd_aio_zero(3) β send write zeroes command to the NBD server
- nbd_block_status(3) β send block status command, with 32\-bit callback
- nbd_block_status_64(3) β send block status command, with 64\-bit callback
- nbd_block_status_filter(3) β send filtered block status command, with
- nbd_cache(3) β send cache (prefetch) command to the NBD server
- nbd_can_block_status_payload(3) β does the server support the block status
- nbd_can_cache(3) β does the server support the cache command?
- nbd_can_df(3) β does the server support the don\*(Aqt fragment flag to pread?
- nbd_can_fast_zero(3) β does the server support the fast zero flag?
- nbd_can_flush(3) β does the server support the flush command?
- nbd_can_fua(3) β does the server support the FUA flag?
- nbd_can_meta_context(3) β does the server support a specific meta context?
- nbd_can_multi_conn(3) β does the server support multi\-conn?
- nbd_can_trim(3) β does the server support the trim command?
- nbd_can_zero(3) β does the server support the zero command?
- nbd_clear_debug_callback(3) β clear the debug callback
- nbd_clear_meta_contexts(3) β reset the list of requested meta contexts
- nbd_connect_command(3) β connect to NBD server command
- nbd_connect_socket(3) β connect directly to a connected socket
- nbd_connect_systemd_socket_activation(3) β connect using systemd socket
- nbd_connect_tcp(3) β connect to NBD server over a TCP port
- nbd_connect_unix(3) β connect to NBD server over a Unix domain socket
- nbd_connect_uri(3) β connect to NBD URI
- nbd_connect_vsock(3) β connect to NBD server over AF_VSOCK protocol
- nbd_connection_state(3) β return string describing the state of the
- nbd_create(3) β create libnbd
- nbd_flush(3) β send flush command to the NBD server
- nbd_get_block_size(3) β return a specific server block size constraint
- nbd_get_canonical_export_name(3) β return the canonical export name, if
- nbd_get_debug(3) β return the state of the debug flag
- nbd_get_export_description(3) β return the export description, if the
- nbd_get_export_name(3) β get the export name
- nbd_get_extended_headers_negotiated(3) β see if extended headers are in
- nbd_get_full_info(3) β see if NBD_OPT_GO requests extra details
- nbd_get_handle_name(3) β get the handle name
- nbd_get_handle_size(3) β return an estimate of the memory allocated for
- nbd_get_handshake_flags(3) β see which handshake flags are supported
- nbd_get_meta_context(3) β return the i\*(Aqth meta context request
- nbd_get_nr_meta_contexts(3) β return the current number of requested meta
- nbd_get_opt_mode(3) β return whether option mode was enabled
- nbd_get_package_name(3) β return the name of the library
- nbd_get_pread_initialize(3) β see whether libnbd pre\-initializes read
- nbd_get_private_data(3) β get the per\-handle private data
- nbd_get_protocol(3) β return the NBD protocol variant
- nbd_get_request_block_size(3) β see if NBD_OPT_GO requests block size
- nbd_get_request_extended_headers(3) β see if extended headers are
- nbd_get_request_meta_context(3) β see if connect automatically requests
- nbd_get_request_structured_replies(3) β see if structured replies are
- nbd_get_size(3) β return the export size
- nbd_get_socket_activation_name(3) β get the socket activation name
- nbd_get_strict_mode(3) β see which strictness flags are in effect
- nbd_get_structured_replies_negotiated(3) β see if structured replies are
- nbd_get_subprocess_pid(3) β get the process ID of the subprocess
- nbd_get_tls(3) β get the TLS request setting
- nbd_get_tls_hostname(3) β get the effective TLS hostname
- nbd_get_tls_negotiated(3) β find out if TLS was negotiated on a connection
- nbd_get_tls_priority(3) β get the current TLS priority
- nbd_get_tls_username(3) β get the current TLS username
- nbd_get_tls_verify_peer(3) β get whether we verify the identity of the
- nbd_get_uri(3) β construct an NBD URI for a connection
- nbd_get_version(3) β return the version of the library
- nbd_get_version_extra(3) β return the extra version of the library
- nbd_is_read_only(3) β is the NBD export read\-only?
- nbd_is_rotational(3) β is the NBD disk rotational (like a disk)?
- nbd_is_uri(3) β detect if a string could be an NBD URI
- nbd_kill_subprocess(3) β kill server running as a subprocess
- nbd_opt_abort(3) β end negotiation and close the connection
- nbd_opt_extended_headers(3) β request the server to enable extended
- nbd_opt_go(3) β end negotiation and move on to using an export
- nbd_opt_info(3) β request the server for information about an export
- nbd_opt_list(3) β request the server to list all exports during
- nbd_opt_list_meta_context(3) β list available meta contexts, using
- nbd_opt_list_meta_context_queries(3) β list available meta contexts, using
- nbd_opt_set_meta_context(3) β select specific meta contexts, using
- nbd_opt_set_meta_context_queries(3) β select specific meta contexts, using
- nbd_opt_starttls(3) β request the server to initiate TLS
- nbd_opt_structured_reply(3) β request the server to enable structured
- nbd_poll(3) β poll the handle once
- nbd_poll2(3) β poll the handle once, with fd
- nbd_pread(3) β read from the NBD server
- nbd_pread_structured(3) β read from the NBD server
- nbd_pwrite(3) β write to the NBD server
- nbd_set_debug(3) β set or clear the debug flag
- nbd_set_debug_callback(3) β set the debug callback
- nbd_set_export_name(3) β set the export name
- nbd_set_full_info(3) β control whether NBD_OPT_GO requests extra details
- nbd_set_handle_name(3) β set the handle name
- nbd_set_handshake_flags(3) β control use of handshake flags
- nbd_set_opt_mode(3) β control option mode, for pausing during option
- nbd_set_pread_initialize(3) β control whether libnbd pre\-initializes read
- nbd_set_private_data(3) β set the per\-handle private data
- nbd_set_request_block_size(3) β control whether NBD_OPT_GO requests block
- nbd_set_request_extended_headers(3) β control use of extended headers
- nbd_set_request_meta_context(3) β control whether connect automatically
- nbd_set_request_structured_replies(3) β control use of structured replies
- nbd_set_socket_activation_name(3) β set the socket activation name
- nbd_set_strict_mode(3) β control how strictly to follow NBD protocol
- nbd_set_tls(3) β enable or require TLS (authentication and encryption)
- nbd_set_tls_certificates(3) β set the path to the TLS certificates
- nbd_set_tls_hostname(3) β set the TLS hostname
- nbd_set_tls_priority(3) β set the TLS priority string
- nbd_set_tls_psk_file(3) β set the TLS Pre\-Shared Keys (PSK) filename
- nbd_set_tls_username(3) β set the TLS username
- nbd_set_tls_verify_peer(3) β set whether we verify the identity of the
- nbd_set_uri_allow_local_file(3) β set the allowed transports in NBD URIs
- nbd_set_uri_allow_tls(3) β set the allowed TLS settings in NBD URIs
- nbd_set_uri_allow_tls_priority(3) β set if \*(Aqtls\-priority\*(Aq is allowed in
- nbd_set_uri_allow_transports(3) β set the allowed transports in NBD URIs
- nbd_shutdown(3) β disconnect from the NBD server
- nbd_stats_bytes_received(3) β statistics of bytes received over connection
- nbd_stats_bytes_sent(3) β statistics of bytes sent over connection so far
- nbd_stats_chunks_received(3) β statistics of chunks received over
- nbd_stats_chunks_sent(3) β statistics of chunks sent over connection so
- nbd_supports_tls(3) β true if libnbd was compiled with support for TLS
- nbd_supports_uri(3) β true if libnbd was compiled with support for NBD
- nbd_supports_vsock(3) β true if libnbd was compiled with support for
- nbd_trim(3) β send trim command to the NBD server
- nbd_zero(3) β send write zeroes command to the NBD server