1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: dm-writeboost
Section: kernel
Priority: optional
Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper-compat (= 13), dkms
Standards-Version: 4.5.0
Homepage: https://github.com/akiradeveloper/dm-writeboost
Vcs-Browser: https://salsa.debian.org/debian/dm-writeboost
Vcs-Git: https://salsa.debian.org/debian/dm-writeboost.git
Package: dm-writeboost-dkms
Architecture: all
Depends: ${misc:Depends}
Recommends: kmod, dmsetup, writeboost
Description: log-structured caching for Linux
dm-writeboost is an OS-level IO controller that builds logs from in-coming
writes (data and metadata) and then writes the logs sequentially similar
to log-structured filesystem. As a further extension, dm-writeboost
supports read-caching which also writes data sequentially.
.
This package provides DKMS kernel module for Linux Kernel 3.10+.
|