nbdkit-basic-filters
Basic filters for nbdkit
This package contains filters for nbdkit which only depend on simple C libraries: glibc, gnutls, zlib, and zstd. Other filters for nbdkit with more complex dependencies are packaged separately. nbdkit-blocksize-filter Adjusts block size of requests sent to plugins. nbdkit-blocksize-policy-filter Set block size constraints and policy. nbdkit-cache-filter Server-side cache. nbdkit-checkwrite-filter Checks writes match contents of plugin. nbdkit-cow-filter Copy-on-write overlay for read-only plugins. nbdkit-ddrescue-filter Filter for serving from ddrescue dump. nbdkit-delay-filter Injects read and write delays. nbdkit-error-filter Injects errors. nbdkit-evil-filter Add random data corruption to reads. nbdkit-exitlast-filter Exits on last client connection. nbdkit-exitwhen-filter Exits gracefully when an event occurs. nbdkit-exportname-filter Adjusts export names between client and plugin. nbdkit-extentlist-filter Places extent list over a plugin. nbdkit-fua-filter Modifies flush behaviour in plugins. nbdkit-gzip-filter Decompress a .gz file. nbdkit-ip-filter Filters clients by IP address. nbdkit-limit-filter Limits the number of clients that can connect concurrently. nbdkit-log-filter Logs all transactions to a file. nbdkit-luks-filter Read and write LUKS-encrypted disks. nbdkit-multi-conn-filter Modifies the way multiple clients can connect to the same export simultaneously. nbdkit-nocache-filter Disables cache requests in the underlying plugin. nbdkit-noextents-filter Disables extents in the underlying plugin. nbdkit-nofilter-filter Passthrough filter. nbdkit-noparallel-filter Serializes requests to the underlying plugin. nbdkit-nozero-filter Adjusts handling of zero requests by plugins. nbdkit-offset-filter Serves an offset and range. nbdkit-partition-filter Serves a single partition. nbdkit-pause-filter Pauses NBD requests. nbdkit-protect-filter Write-protect parts of a plugin. nbdkit-rate-filter Limits bandwidth by connection or server. nbdkit-readahead-filter Prefetches data when reading sequentially. nbdkit-readonly-filter Switch a plugin between read-only and writable. nbdkit-retry-filter Reopens connection on error. nbdkit-retry-request-filter Retries single requests if they fail. nbdkit-rotational-filter Set if a plugin is rotational or not. nbdkit-scan-filter Prefetch data ahead of sequential reads. nbdkit-spinning-filter Add seek delays to simulate a spinning hard disk. nbdkit-swab-filter Filter for swapping byte order. nbdkit-time-limit-filter Set an overall time limit for each connection. nbdkit-tls-fallback-filter TLS protection filter. nbdkit-truncate-filter Truncates, expands, rounds up or rounds down size.
BSD-3-Clause