Go to file
Kent Overstreet 8c60ee37e7 Make filesystem initialization verbose
Initializing the freespace btree may take some time, so let's make that
visible.

Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
2022-03-10 15:37:27 -05:00
.github/workflows
ccan
debian
doc
include
initramfs
libbcachefs
linux
nix
packaging
raid
rust-src
tests
.bcachefs_revision
.gitignore
.travis.yml
bcachefs.8
bcachefs.c
cmd_assemble.c
cmd_attr.c
cmd_data.c
cmd_debug.c
cmd_device.c
cmd_format.c Make filesystem initialization verbose 2022-03-10 15:37:27 -05:00
cmd_fs.c
cmd_fsck.c
cmd_fusemount.c
cmd_key.c
cmd_migrate.c
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
libbcachefs.h
Makefile
Makefile.compiler
mkfs.bcachefs
mount.bcachefs.sh
qcow2.c
qcow2.h
README
smoke_test
tools-util.c
tools-util.h

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.