Go to file
2018-11-04 13:07:01 -08:00
ccan
debian Update bcachefs sources to e99d29e402 bcachefs: zstd support, compression refactoring 2018-02-16 18:13:24 -05:00
include Update bcachefs sources to d7f6da1d60 bcachefs: fix missing include 2018-10-12 15:10:26 -04:00
initramfs Make sure initramfs-tools adds chacha20 and poly1305 if loaded 2018-11-04 13:07:01 -08:00
libbcachefs Update bcachefs sources to defaad6d47 bcachefs: Fix an assertion when rebuilding replicas 2018-11-03 22:03:31 -04:00
linux Delete more shim layer code 2018-06-01 17:33:47 -04:00
nix
.bcachefs_revision Update bcachefs sources to defaad6d47 bcachefs: Fix an assertion when rebuilding replicas 2018-11-03 22:03:31 -04:00
.gitignore
bcachefs.8 Added 'version' command to print when the bcachefs tool was built 2018-05-26 14:32:30 -07:00
bcachefs.c Don't display an error on --help 2018-11-04 13:03:05 -08:00
cmd_assemble.c Update bcachefs sources to 0906b1fb49 bcachefs: fixes for 32 bit/big endian machines 2018-05-17 02:36:19 -04:00
cmd_data.c
cmd_debug.c Update bcachefs sources to d7f6da1d60 bcachefs: fix missing include 2018-10-12 15:10:26 -04:00
cmd_device.c cmd_device_add: replace tier with group in usage 2018-10-08 18:27:18 -04:00
cmd_format.c Add --durability to format 2018-03-13 03:23:27 -04:00
cmd_fs.c Include superblock, journal in fs usage output 2018-08-15 19:41:45 -04:00
cmd_fsck.c Return errors from fsck properly 2018-07-20 23:42:06 -04:00
cmd_key.c Update bcachefs sources to edf5f38218 bcachefs: Refactor superblock code 2018-04-10 19:23:58 -04:00
cmd_migrate.c Update bcachefs sources to b12d1535f3 bcachefs: fix bounds checks in bch2_bio_map() 2018-11-03 20:19:25 -04:00
cmd_run.c Update bcachefs sources to 0906b1fb49 bcachefs: fixes for 32 bit/big endian machines 2018-05-17 02:36:19 -04:00
cmd_version.c Added 'version' command to print when the bcachefs tool was built 2018-05-26 14:32:30 -07:00
cmds.h Added 'version' command to print when the bcachefs tool was built 2018-05-26 14:32:30 -07:00
config.h
COPYING
crypto.c add -c to cmd_unlock, to check if a device needs to be unlocked 2018-02-11 14:25:33 -05:00
crypto.h add -c to cmd_unlock, to check if a device needs to be unlocked 2018-02-11 14:25:33 -05:00
default.nix
fsck.bcachefs
INSTALL Switch to liblz4 2018-05-17 02:45:49 -04:00
libbcachefs.c Update bcachefs sources to b12d1535f3 bcachefs: fix bounds checks in bch2_bio_map() 2018-11-03 20:19:25 -04:00
libbcachefs.h fixes for 32 bit builds/non x86 archs 2018-05-17 02:36:19 -04:00
Makefile Don't add commit id to version when building from a tag 2018-05-27 12:39:05 -07:00
mkfs.bcachefs
qcow2.c
qcow2.h
README
tools-util.c improve dev_to_mount() 2018-10-21 19:35:35 -04:00
tools-util.h bcachefs fs usage improvements 2018-05-04 14:48:00 -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.