Go to file
2022-03-13 19:21:13 -04:00
.github/workflows
ccan
debian
doc
include Update bcachefs sources to f05b3c1af9 bcachefs: Improve bucket_alloc_fail tracepoint 2022-03-13 19:21:13 -04:00
initramfs
libbcachefs Update bcachefs sources to f05b3c1af9 bcachefs: Improve bucket_alloc_fail tracepoint 2022-03-13 19:21:13 -04:00
linux Update bcachefs sources to e48731a188 bcachefs: Fix BTREE_TRIGGER_WANTS_OLD_AND_NEW 2022-03-13 19:20:59 -04:00
nix
packaging
raid
rust-src
tests
.bcachefs_revision Update bcachefs sources to f05b3c1af9 bcachefs: Improve bucket_alloc_fail tracepoint 2022-03-13 19:21:13 -04:00
.gitignore
.travis.yml
bcachefs.8
bcachefs.c
cmd_assemble.c
cmd_attr.c
cmd_data.c
cmd_debug.c cmd_list_journal: Indicate which journal entries are blacklisted 2022-03-02 15:25:57 -05:00
cmd_device.c
cmd_format.c Make filesystem initialization verbose 2022-03-10 15:37:27 -05:00
cmd_fs.c Heap-allocate printbufs 2022-02-26 21:31:27 +01:00
cmd_fsck.c
cmd_fusemount.c
cmd_key.c
cmd_migrate.c Update bcachefs sources to a0d7001b0f bcachefs: Change bch2_dev_lookup() to not use lookup_bdev() 2022-02-16 06:32:49 -05:00
cmd_run.c
cmd_subvolume.c
cmd_version.c
cmds.h
config.h
COPYING
crypto.c
crypto.h
default.nix
flake.lock
flake.nix
fsck.bcachefs
INSTALL
libbcachefs.c Update bcachefs sources to 9b3aa5ec6c bcachefs: Add tabstops to printbufs 2022-02-22 04:56:09 -05:00
libbcachefs.h Update bcachefs sources to 9b3aa5ec6c bcachefs: Add tabstops to printbufs 2022-02-22 04:56:09 -05:00
Makefile Makefile: We need to exclude hidden folders 2022-01-12 17:31:04 +13:00
Makefile.compiler
mkfs.bcachefs
mount.bcachefs.sh
qcow2.c
qcow2.h
README
smoke_test
tools-util.c Update bcachefs sources to 9b3aa5ec6c bcachefs: Add tabstops to printbufs 2022-02-22 04:56:09 -05:00
tools-util.h Update bcachefs sources to 9b3aa5ec6c bcachefs: Add tabstops to printbufs 2022-02-22 04:56:09 -05: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.