Go to file
jpsollie d6415ce25b add a blk_wipe function call
Remove any possible filesystems left on the block device when formatting
this makes sure the automounter does not accidentally mount it as another filesystem.
one of the functionalities possibly wiped by accodent?

Signed-off-by: jpsollie <janpieter.sollie@edpnet.be>
2021-07-24 17:10:10 -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
doc Documentation fixup: made filenames more descriptive, switched parsing utility to python 2021-07-10 13:51:03 -04:00
include Update bcachefs sources to 787de128a5 bcachefs: Improvements to fsck check_dirents() 2021-07-14 20:31:38 -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 0a9be96b50 bcachefs: BSET_OFFSET() 2021-07-16 12:58:24 -04:00
linux Update bcachefs sources to dbee44d5ab bcachefs: add bcachefs xxhash support 2021-07-07 20:30:53 -04:00
mount Assorted debug and fsck improvements 2020-08-24 16:26:22 -04:00
nix nix: add nix expressions for development 2017-12-10 16:07:33 -06:00
packaging Update userspace-rcu.spec 2020-02-24 00:23:48 -08:00
raid snapraid 2018-11-23 02:10:44 -05:00
tests Disable fuse remount test w/valgrind 2021-06-05 01:51:43 -07:00
.bcachefs_revision Update bcachefs sources to 0a9be96b50 bcachefs: BSET_OFFSET() 2021-07-16 12:58:24 -04:00
.gitignore Documentation fixup: made filenames more descriptive, switched parsing utility to python 2021-07-10 13:51:03 -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 bcachefs: add missing journal-resize to help text 2021-05-25 00:07:07 +03: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 Fix some small memory leaks 2021-04-16 17:28:40 -04:00
cmd_data.c New data job command 2021-03-16 21:46:21 -04:00
cmd_debug.c Fix a missing free in dump_one_device() 2021-05-06 16:08:14 -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 Update bcachefs sources to 1a510b00b6 bcachefs: Increase BTREE_TRANS_MEM_MAX 2021-07-04 23:33:54 -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 Implement iterator_put in fuse 2021-06-05 01:50:16 -07:00
cmd_key.c Update bcachefs sources to edf5f38218 bcachefs: Refactor superblock code 2018-04-10 19:23:58 -04:00
cmd_migrate.c Fix some small memory leaks 2021-04-16 17:28:40 -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 New data job command 2021-03-16 21:46:21 -04: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 Update bcachefs sources to 1a510b00b6 bcachefs: Increase BTREE_TRANS_MEM_MAX 2021-07-04 23:33:54 -04:00
Kbuild.include Reapply compiler checks 2021-07-24 17:10:10 -04:00
libbcachefs.c Update bcachefs sources to 1a510b00b6 bcachefs: Increase BTREE_TRANS_MEM_MAX 2021-07-04 23:33:54 -04:00
libbcachefs.h Fix some small memory leaks 2021-04-16 17:28:40 -04:00
Makefile Reapply compiler checks 2021-07-24 17:10:10 -04:00
mkfs.bcachefs mkfs.bcachefs: convert to POSIX sh 2018-02-09 16:54:03 +01:00
mount.bcachefs.sh Add a shell script version of mount.bcachefs 2020-08-24 23:17:17 -04: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
smoke_test Re-enable FUSE smoke tests. 2021-06-05 01:55:09 -07:00
tools-util.c add a blk_wipe function call 2021-07-24 17:10:10 -04:00
tools-util.h Update bcachefs sources to 1a510b00b6 bcachefs: Increase BTREE_TRANS_MEM_MAX 2021-07-04 23:33:54 -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.