7 releases (breaking)
0.6.0 | Jun 18, 2022 |
---|---|
0.5.0 | Sep 20, 2021 |
0.4.1 | Mar 23, 2021 |
0.4.0 | Jan 13, 2021 |
0.1.0 | Jun 22, 2020 |
#562 in Asynchronous
Used in ihop
14KB
374 lines
What
Implement block devices in userspace through the Linux NBD (Network Block Device) driver.
Requirements
The kernel must support NBD (CONFIG_BLK_DEV_NBD
), either included in the kernel or by module.
Dependencies
~5–10MB
~169K SLoC