Chris Webb 49923376d1 Use scrypt from libsodium
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-23 12:16:08 -04:00
2021-10-18 16:31:21 -04:00
2021-10-23 12:16:08 -04:00
2021-10-16 18:28:49 -06:00
2021-10-20 22:11:58 -04:00
2021-10-23 12:16:08 -04:00
2018-11-23 02:10:44 -05:00
2021-10-23 12:16:08 -04:00
2021-09-26 19:50:47 -04:00
2021-04-16 17:28:40 -04:00
2021-03-16 21:46:21 -04:00
2021-09-26 19:50:47 -04:00
2021-09-26 19:50:47 -04:00
2016-03-11 21:18:42 -09:00
2013-07-17 13:13:31 -07:00
2021-10-23 12:16:08 -04:00
2021-10-23 12:16:08 -04:00
2021-10-23 12:16:08 -04:00
2021-04-16 17:28:40 -04:00
2021-10-23 12:16:08 -04:00
2017-03-09 09:14:11 -09:00
2017-03-09 09:14:11 -09:00
2021-10-11 20:24:12 -06:00
2021-07-24 17:10:10 -04:00

Userspace tools for bcachefs

This builds the bcachefs tool, which has a number of subcommands for formatting
and managing bcachefs filesystems:

bcachefs format
bcachefs unlock
bcachefs assemble
bcachefs incremental
etc.

Run bcachefs --help for full list of commands.
Description
Languages
C 95.6%
C++ 2%
Rust 1.4%
Roff 0.4%
Nix 0.2%
Other 0.4%