summaryrefslogtreecommitdiff
path: root/debian
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-12-07fsck: add systemd service definitions for automatic online serviceDarrick J. Wong
Add some systemd service files so that bcachefs can automatically fsck mounted filesystems in the background. Hopefully with minimal disruption to frontend operations. 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>
2022-05-26Update email addressKent Overstreet
This changes linux-bcache@vger.kernel.org references to the correct mailing list (linux-bcachefs@vger.kernel.org). Signed-off-by: Kent Overstreet <kent.overstreet@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
2019-01-13Update initramfs after .deb install or uninstallTim Schlueter
Also removed the unnecessary debian/bcachefs-tools.dirs file
2018-02-16Update bcachefs sources to e99d29e402 bcachefs: zstd support, compression ↵Kent Overstreet
refactoring
2018-02-11Set debian/compat to 10Tim Schlueter
* Compat level 10 allows parallel builds by default. * Also changed debuild to use short arguments. * Long arguments weren't supported until dpkg-dev 1.18.8.
2018-02-11Set PREFIX to /usr for .deb buildsTim Schlueter
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