mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-01-23 00:07:07 +03:00
04035f0c7e
We will not always have .git available in some cases. For example, if someone simply downloaded a tarball of the tree, or if we're building with something like Nix and want to exclude the .git folder, we need to cope and build the source anyway. Signed-off-by: Austin Seipp <aseipp@pobox.com> |
||
---|---|---|
ccan | ||
debian | ||
include | ||
libbcachefs | ||
linux | ||
.bcachefs_revision | ||
.gitignore | ||
bcachefs.8 | ||
bcachefs.c | ||
cmd_assemble.c | ||
cmd_debug.c | ||
cmd_device.c | ||
cmd_format.c | ||
cmd_fs.c | ||
cmd_fsck.c | ||
cmd_key.c | ||
cmd_migrate.c | ||
cmd_run.c | ||
cmds.h | ||
config.h | ||
COPYING | ||
crypto.c | ||
crypto.h | ||
fsck.bcachefs | ||
INSTALL | ||
libbcachefs.c | ||
libbcachefs.h | ||
Makefile | ||
mkfs.bcachefs | ||
qcow2.c | ||
qcow2.h | ||
README | ||
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.