Go to file
2022-04-12 13:15:53 -04:00
.github/workflows add nixos check 2021-10-18 16:31:21 -04:00
ccan Update bcachefs sources to f638850417 bcachefs: bch2_trans_log_msg() 2022-03-30 17:40:37 -04:00
debian Use scrypt from libsodium 2021-10-23 12:16:08 -04:00
doc Delete old bcachefs.5 from makefile 2021-12-20 15:24:22 -05:00
include Update bcachefs sources to fb8a27f6d4 bcachefs: Delete a redundant tracepoint 2022-04-11 22:40:16 -04:00
initramfs
libbcachefs Update bcachefs sources to 4c2d3669b1 bcachefs: In fsck, pass BTREE_UPDATE_INTERNAL_SNAPSHOT_NODE when deleting dirents 2022-04-12 13:15:53 -04:00
linux Update bcachefs sources to 6ddf061e68 bcachefs: Use a genradix for reading journal entries 2022-04-08 19:26:30 -04:00
nix bcachefs-kernel: update hash 2021-10-20 22:11:58 -04:00
packaging Use scrypt from libsodium 2021-10-23 12:16:08 -04:00
raid
rust-src split mount into a library crate for rust reuse 2021-10-18 16:30:52 -04:00
tests Add valgrind suppressions: 2022-03-24 11:41:10 -06:00
.bcachefs_revision Update bcachefs sources to 4c2d3669b1 bcachefs: In fsck, pass BTREE_UPDATE_INTERNAL_SNAPSHOT_NODE when deleting dirents 2022-04-12 13:15:53 -04:00
.gitignore Update bcachefs sources to ff3a76e1af bcachefs: Change need_whiteout_for_snapshot() to clone iterator 2021-12-19 19:37:29 -05:00
.travis.yml Use scrypt from libsodium 2021-10-23 12:16:08 -04:00
bcachefs.8 fix example 2022-03-22 11:59:36 -06:00
bcachefs.c New tool for killing btree nodes on a filesystem 2022-04-07 19:25:50 -04:00
cmd_assemble.c
cmd_attr.c
cmd_data.c Add more specific subcommand usage messages 2021-11-01 08:12:35 -06:00
cmd_debug.c Update bcachefs sources to 6ddf061e68 bcachefs: Use a genradix for reading journal entries 2022-04-08 19:26:30 -04:00
cmd_device.c fix labels not applying 2022-01-01 21:14:28 -05:00
cmd_format.c Update bcachefs sources to f638850417 bcachefs: bch2_trans_log_msg() 2022-03-30 17:40:37 -04:00
cmd_fs.c Update bcachefs sources to d3da360412 bcachefs: Fold bucket_state in to BCH_DATA_TYPES() 2022-04-07 20:56:33 -04:00
cmd_fsck.c
cmd_fusemount.c Update bcachefs sources to 3f3f969859 bcachefs: Fix some compiler warnings 2021-09-09 19:10:07 -04:00
cmd_key.c
cmd_migrate.c Update bcachefs sources to f638850417 bcachefs: bch2_trans_log_msg() 2022-03-30 17:40:37 -04:00
cmd_run.c
cmd_subvolume.c Add more specific subcommand usage messages 2021-11-01 08:12:35 -06:00
cmd_version.c
cmds.h New tool for killing btree nodes on a filesystem 2022-04-07 19:25:50 -04:00
config.h
COPYING
crypto.c Use scrypt from libsodium 2021-10-23 12:16:08 -04:00
crypto.h
default.nix Use scrypt from libsodium 2021-10-23 12:16:08 -04:00
flake.lock add nix flake with checks, overlay, and default package 2021-10-18 11:30:30 -04:00
flake.nix flake.nix: add boot stage1 module test, which takes a long time to build 2021-10-20 14:47:28 -04:00
fsck.bcachefs
INSTALL Use scrypt from libsodium 2021-10-23 12:16:08 -04:00
libbcachefs.c Update bcachefs sources to f638850417 bcachefs: bch2_trans_log_msg() 2022-03-30 17:40:37 -04:00
libbcachefs.h Update bcachefs sources to f638850417 bcachefs: bch2_trans_log_msg() 2022-03-30 17:40:37 -04:00
Makefile Update bcachefs sources to 6ddf061e68 bcachefs: Use a genradix for reading journal entries 2022-04-08 19:26:30 -04:00
Makefile.compiler
mkfs.bcachefs
mount.bcachefs.sh
qcow2.c Update bcachefs sources to f638850417 bcachefs: bch2_trans_log_msg() 2022-03-30 17:40:37 -04:00
qcow2.h
README
smoke_test Clean up smoketest and pytests. 2021-10-11 20:24:12 -06:00
tools-util.c Update bcachefs sources to f638850417 bcachefs: bch2_trans_log_msg() 2022-03-30 17:40:37 -04:00
tools-util.h Update bcachefs sources to f638850417 bcachefs: bch2_trans_log_msg() 2022-03-30 17:40:37 -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.