Go to file
2019-04-11 00:31:22 -04:00
ccan Update for new superblock options; makefile improvements 2017-10-08 10:25:36 -08:00
debian Updated homepage, repo, and watch urls for debian package 2019-01-14 00:42:42 -08:00
include define XATTR_CREATE/XATTR_REPLACE for systems with old headers 2019-04-11 00:31:22 -04:00
initramfs Replaced mkdir -p with install -D in make install 2019-01-13 19:31:04 -08:00
libbcachefs Update bcachefs sources to d83b992f65 bcachefs: Rewrite journal_seq_blacklist machinery 2019-04-04 22:25:40 -04:00
linux fix check for SYS_random 2019-04-10 17:37:00 -04:00
nix nix: add nix expressions for development 2017-12-10 16:07:33 -06:00
raid snapraid 2018-11-23 02:10:44 -05:00
.bcachefs_revision Update bcachefs sources to d83b992f65 bcachefs: Rewrite journal_seq_blacklist machinery 2019-04-04 22:25:40 -04:00
.gitignore Only run pkg-config once in Makefile, added EXTRA linker vars 2019-01-13 19:31:04 -08:00
bcachefs.8 Added 'version' command to print when the bcachefs tool was built 2018-05-26 14:32:30 -07:00
bcachefs.c New setattr command 2018-12-19 18:27:57 -05: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_attr.c New setattr command 2018-12-19 18:27:57 -05:00
cmd_data.c New data rereplicate command 2018-02-08 15:33:43 -05:00
cmd_debug.c Update bcachefs sources to d868a87c67 bcachefs: fix initial gc 2019-03-28 05:28:38 -04:00
cmd_device.c check if fs is mounted before running fsck 2019-03-24 21:07:45 -04:00
cmd_format.c initialize filesystem when formatting 2019-04-06 17:45:19 -04:00
cmd_fs.c Include superblock, journal in fs usage output 2018-08-15 19:41:45 -04:00
cmd_fsck.c Update bcachefs sources to 1712318522 bcachefs: allow journal reply on ro mount 2019-03-29 17:35:44 -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 75e8a078b8 bcachefs: improved flush_held_btree_writes() 2019-02-28 22:33:41 -05: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 New setattr command 2018-12-19 18:27:57 -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 libattr is no longer necessary 2019-01-14 00:42:42 -08:00
libbcachefs.c Update bcachefs sources to d83b992f65 bcachefs: Rewrite journal_seq_blacklist machinery 2019-04-04 22:25:40 -04:00
libbcachefs.h Fix target options 2019-01-13 14:15:01 -05:00
Makefile Add PKG_CONFIG variable and replace pkg-config 2019-03-10 10:26:42 +00: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 check if fs is mounted before running fsck 2019-03-24 21:07:45 -04:00
tools-util.h check if fs is mounted before running fsck 2019-03-24 21:07:45 -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.