Go to file
Kent Overstreet 816ec60516 Add --force-if-data-lost to bcachefs device set-state
Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
2021-04-09 17:42:26 -04:00
ccan
debian Updated homepage, repo, and watch urls for debian package 2019-01-14 00:42:42 -08:00
doc Initial WIP new user's manual 2020-07-25 16:20:56 -04:00
include Fix krealloc() alignment 2021-04-08 15:48:45 -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 6a3927a96b fixup! bcachefs: Don't use write side of mark_lock in journal write path 2021-04-04 22:25:32 -04:00
linux Update bcachefs sources to f26267fc82 bcachefs: kill bset_tree->max_key 2021-04-04 22:15:29 -04:00
mount Assorted debug and fsck improvements 2020-08-24 16:26:22 -04:00
nix
packaging Update userspace-rcu.spec 2020-02-24 00:23:48 -08:00
raid
tests Fixes tests which have broken since 'list' improvements 2020-08-22 14:30:50 +00:00
.bcachefs_revision Update bcachefs sources to 6a3927a96b fixup! bcachefs: Don't use write side of mark_lock in journal write path 2021-04-04 22:25:32 -04:00
.gitignore Don't build mount.bcachefs by default 2020-05-08 21:25:12 -04:00
.travis.yml Add a mount.bcachefs tool 2020-05-05 21:33:40 +01:00
bcachefs.8 remove any mention of tier from man pages 2020-07-02 17:17:48 -05:00
bcachefs.c New data job command 2021-03-16 21:46:21 -04:00
cmd_assemble.c
cmd_attr.c Fix typos 2019-08-21 10:19:25 +02:00
cmd_data.c New data job command 2021-03-16 21:46:21 -04:00
cmd_debug.c Update bcachefs sources to 18686af684 bcachefs: Inode backpointers 2021-03-29 00:22:38 -04:00
cmd_device.c Add --force-if-data-lost to bcachefs device set-state 2021-04-09 17:42:26 -04:00
cmd_format.c Increase default superblock size to 1MB 2021-03-24 22:40:25 -04:00
cmd_fs.c Update bcachefs sources to e2b8120595 bcachefs: Use x-macros for more enums 2021-02-20 22:34:09 -05:00
cmd_fsck.c Ensure we always print a message if fsck doesnt't return 0 2020-12-03 19:15:37 -05:00
cmd_fusemount.c bcachefs-tools: Fix build errors. 2019-12-28 15:56:49 -08:00
cmd_key.c
cmd_migrate.c Increase default superblock size to 1MB 2021-03-24 22:40:25 -04:00
cmd_run.c
cmd_version.c
cmds.h New data job command 2021-03-16 21:46:21 -04:00
config.h
COPYING
crypto.c
crypto.h
default.nix
fsck.bcachefs
INSTALL Add missing build dependency 2020-07-20 13:13:20 -04:00
libbcachefs.c Add compatible feature bits to bch2_sb_print() 2021-04-04 22:18:01 -04:00
libbcachefs.h bcaachefs device set-state can now work by id 2021-04-02 23:35:05 -04:00
Makefile Update bcachefs sources to 18686af684 bcachefs: Inode backpointers 2021-03-29 00:22:38 -04:00
mkfs.bcachefs
mount.bcachefs.sh Add a shell script version of mount.bcachefs 2020-08-24 23:17:17 -04:00
qcow2.c
qcow2.h
README
smoke_test bcachefs-tools: Add a smoke test master script. 2019-12-28 17:08:10 -08:00
tools-util.c New data job command 2021-03-16 21:46:21 -04:00
tools-util.h New data job command 2021-03-16 21:46:21 -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.