Go to file
2018-02-16 18:13:24 -05:00
ccan Update for new superblock options; makefile improvements 2017-10-08 10:25:36 -08:00
debian Update bcachefs sources to e99d29e402 bcachefs: zstd support, compression refactoring 2018-02-16 18:13:24 -05:00
include include/linux/bitmap.h: inline __bitmap_weight and __bitmap_and 2018-02-10 00:08:32 +01:00
initramfs add -c to cmd_unlock, to check if a device needs to be unlocked 2018-02-11 14:25:33 -05:00
libbcachefs Update bcachefs sources to e99d29e402 bcachefs: zstd support, compression refactoring 2018-02-16 18:13:24 -05:00
linux Update bcachefs sources to d5e561b3cc bcachefs: BCH_DATA ioctl 2018-02-08 15:33:42 -05:00
nix nix: add nix expressions for development 2017-12-10 16:07:33 -06:00
.bcachefs_revision Update bcachefs sources to e99d29e402 bcachefs: zstd support, compression refactoring 2018-02-16 18:13:24 -05:00
.gitignore nix: add nix expressions for development 2017-12-10 16:07:33 -06:00
bcachefs.8 format: the error_action readonly is spelled remount_ro 2018-02-09 20:51:23 +01:00
bcachefs.c New data rereplicate command 2018-02-08 15:33:43 -05:00
cmd_assemble.c Resizing 2017-12-28 02:55:08 -05:00
cmd_data.c New data rereplicate command 2018-02-08 15:33:43 -05:00
cmd_debug.c list: fix usage header 2018-02-09 19:25:46 +01:00
cmd_device.c device add: support --help 2018-02-09 19:17:26 +01:00
cmd_format.c format: the error_action readonly is spelled remount_ro 2018-02-09 20:51:23 +01:00
cmd_fs.c New data rereplicate command 2018-02-08 15:33:43 -05:00
cmd_fsck.c fsck: support -a as -p for compatibility with other fsck 2018-02-10 22:48:48 +01:00
cmd_key.c add -c to cmd_unlock, to check if a device needs to be unlocked 2018-02-11 14:25:33 -05:00
cmd_migrate.c Update bcachefs sources to e99d29e402 bcachefs: zstd support, compression refactoring 2018-02-16 18:13:24 -05:00
cmd_run.c Resizing 2017-12-28 02:55:08 -05:00
cmds.h New data rereplicate command 2018-02-08 15:33:43 -05:00
config.h Redo lots of stuff 2016-03-11 21:18:42 -09:00
COPYING bcache-tools are GPL 2013-07-17 13:13:31 -07:00
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 make: correct path to 'bcachefs' in mkfs/fsck scripts 2017-12-17 12:46:45 -06:00
fsck.bcachefs fsck.bcachefs: convert to POSIX sh 2018-02-09 16:52:44 +01:00
INSTALL cmd_migrate: fix xattrs 2017-03-10 11:48:39 -09:00
libbcachefs.c New data rereplicate command 2018-02-08 15:33:43 -05:00
libbcachefs.h New data rereplicate command 2018-02-08 15:33:43 -05:00
Makefile Update bcachefs sources to e99d29e402 bcachefs: zstd support, compression refactoring 2018-02-16 18:13:24 -05:00
mkfs.bcachefs mkfs.bcachefs: convert to POSIX sh 2018-02-09 16:54:03 +01:00
qcow2.c cmd_migrate 2017-03-09 09:14:11 -09:00
qcow2.h cmd_migrate 2017-03-09 09:14:11 -09:00
README Rename from bcache-tools to bcachefs-tools 2017-03-19 17:31:47 -08:00
tools-util.c tools-util.c: define generic crc32c on non-x86_64 arch 2018-02-09 23:13:24 +01:00
tools-util.h New data rereplicate command 2018-02-08 15:33:43 -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.