summaryrefslogtreecommitdiff
path: root/debian/control
AgeCommit message (Collapse)Author
2023-12-10fix packagingAlexander Fougner
- make deb fails with dh: error: Unknown sequence --with (options should not come before the sequence) - fix deb build deps - add missing rpm files Signed-off-by: Alexander Fougner <fougner89@gmail.com> Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2023-12-07fsck: add a service to schedule and run bcachefsck@ servicesDarrick J. Wong
Create a script that looks for mounted bcachefs filesystems and tries to run as many of them in parallel as possible without two different scrubbers hitting the same low level block device. Signed-off-by: Darrick J. Wong <djwong@kernel.org>
2023-03-05Add rust toolchain to debian build-depsAlexander Fougner
Fixes building the .deb - also add missing libudev to debian build deps Signed-off-by: Alexander Fougner <fougner89@gmail.com>
2021-10-23Use scrypt from libsodiumChris Webb
bcachefs-tools has both libscrypt and libsodium as build dependencies, but libsodium already includes the same scrypt implementation as libscrypt, originally written by Colin Percival. Use the libsodium copy, dropping the extra libscrypt dependency. Explicitly adopt the default scrypt N, r and p values from libscrypt to avoid unintended changes in the default work parameters for bcachefs. Signed-off-by: Chris Webb <chris@arachsys.com>
2021-10-18add missing python3, python3-docutils dependencyIgor Velkov
2019-01-14Updated homepage, repo, and watch urls for debian packageTim Schlueter
2019-01-14libattr is no longer necessaryTim Schlueter
2018-02-16Update bcachefs sources to e99d29e402 bcachefs: zstd support, compression ↵Kent Overstreet
refactoring
2018-02-10add a missing build dependencyKent Overstreet
2017-03-19Rename from bcache-tools to bcachefs-toolsKent Overstreet
2017-03-10cmd_migrate: fix xattrsKent Overstreet
2017-03-03Delete more unused shim code, update bcache codeKent Overstreet
2017-01-20bcache in userspace; userspace fsckKent Overstreet
2016-10-06finish ripping out libnihKent Overstreet
2016-08-28Documentation/makefile workKent Overstreet
2016-04-25debifyKent Overstreet