File: control

package info (click to toggle)
dm-writeboost 2.2.18-0.1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 328 kB
  • sloc: ansic: 3,171; sh: 103; makefile: 32
file content (25 lines) | stat: -rw-r--r-- 926 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: dm-writeboost
Section: kernel
Priority: optional
Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-dkms,
Standards-Version: 4.6.2
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
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-dkms

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+.