Go to file
2019-10-04 16:26:48 -04:00
ccan
debian Updated homepage, repo, and watch urls for debian package 2019-01-14 00:42:42 -08:00
include Update six locks 2019-10-01 15:55:42 -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 ce9293e9d0 bcachefs: Factor out fs-common.c 2019-10-04 16:26:48 -04:00
linux Update six locks 2019-10-01 15:55:42 -04:00
nix
raid snapraid 2018-11-23 02:10:44 -05:00
.bcachefs_revision Update bcachefs sources to ce9293e9d0 bcachefs: Factor out fs-common.c 2019-10-04 16:26:48 -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
cmd_attr.c Fix typos 2019-08-21 10:19:25 +02:00
cmd_data.c
cmd_debug.c Have cmd_dump fix errors 2019-08-29 13:33:42 -04:00
cmd_device.c cmd_device_remove: allow removal by device id 2019-08-16 21:07:32 +03: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 Add a way to pass arbitrary mount options to fsck 2019-08-28 13:43:45 -04:00
cmd_key.c
cmd_migrate.c Update bcachefs sources to ce9293e9d0 bcachefs: Factor out fs-common.c 2019-10-04 16:26:48 -04:00
cmd_run.c
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
COPYING
crypto.c
crypto.h
default.nix
fsck.bcachefs
INSTALL libattr is no longer necessary 2019-01-14 00:42:42 -08:00
libbcachefs.c Update bcachefs sources to cddca21efc bcachefs: Don't use sha256 for siphash str hash key 2019-10-04 16:22:37 -04:00
libbcachefs.h Fix cmd_fs_usage for more than 4 devices 2019-06-13 11:10:49 -04:00
Makefile Build with -fno-delete-null-pointer-checks 2019-08-27 13:33:57 -04:00
mkfs.bcachefs
qcow2.c
qcow2.h
README
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.