Go to file
Kent Overstreet 8642d4ae10 Update bcachefs sources to 7c0fe6f104 bcachefs: Fix bch2_fsck_ask_yn()
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2023-06-04 18:10:29 -04:00
.github/workflows Add packaging workflow 2023-03-19 19:24:28 +01:00
ccan
debian Add rust toolchain to debian build-deps 2023-03-05 05:37:08 -05:00
doc rust: support fstab style mount 2023-01-15 22:20:13 +01:00
include Update bcachefs sources to 7c0fe6f104 bcachefs: Fix bch2_fsck_ask_yn() 2023-06-04 18:10:29 -04:00
initramfs
libbcachefs Update bcachefs sources to 7c0fe6f104 bcachefs: Fix bch2_fsck_ask_yn() 2023-06-04 18:10:29 -04:00
linux Update bcachefs sources to 7c0fe6f104 bcachefs: Fix bch2_fsck_ask_yn() 2023-06-04 18:10:29 -04:00
packaging add rpm make target and fix up spec file 2023-03-08 10:26:44 -05:00
raid
rust-src Update bcachefs sources to 6a20aede29 bcachefs: Fix quotas + snapshots 2023-05-02 00:41:47 -04:00
tests
.bcachefs_revision Update bcachefs sources to 7c0fe6f104 bcachefs: Fix bch2_fsck_ask_yn() 2023-06-04 18:10:29 -04:00
.editorconfig nix: overhaul build system. 2023-01-03 16:58:55 +13:00
.gitignore Rust now integrated into bcachefs binary 2023-02-21 01:03:08 -05:00
bcachefs.8 Add manpage for mount command 2023-03-08 21:00:51 +01:00
bcachefs.c Add a NO_RUST option 2023-04-20 12:36:16 -04:00
build.nix nix fix up! Rust now integrated into bcachefs binary 2023-02-27 16:39:46 +13:00
cmd_assemble.c
cmd_attr.c
cmd_data.c
cmd_device.c Use bch2_err_str() instead of strerror() 2022-12-19 16:05:54 -05:00
cmd_dump.c Use bch2_err_str() instead of strerror() 2022-12-19 16:05:54 -05:00
cmd_format.c Get current metadata version from sysfs 2022-12-21 21:41:34 -05:00
cmd_fs.c
cmd_fsck.c cmd_fsck: Add --ratelimit_errors option 2023-02-01 15:43:02 -05:00
cmd_fusemount.c Use bch2_err_str() instead of strerror() 2022-12-19 16:05:54 -05:00
cmd_key.c Use bch2_err_str() instead of strerror() 2022-12-19 16:05:54 -05:00
cmd_kill_btree_node.c Use bch2_err_str() instead of strerror() 2022-12-19 16:05:54 -05:00
cmd_list_journal.c Update bcachefs sources to 171da96d76 bcachefs: Drop some anonymous structs, unions 2023-03-04 23:33:25 -05:00
cmd_migrate.c Update bcachefs sources to 171da96d76 bcachefs: Drop some anonymous structs, unions 2023-03-04 23:33:25 -05:00
cmd_option.c Use bch2_err_str() instead of strerror() 2022-12-19 16:05:54 -05:00
cmd_run.c
cmd_subvolume.c
cmd_version.c
cmds.h cmd_list.rs: Finish list modes, delete cmd_list.c 2023-03-06 04:13:45 -05:00
config.h
COPYING
crypto.c
crypto.h
default.nix nix: overhaul build system. 2023-01-03 16:58:55 +13:00
flake.lock nix fix up! Rust now integrated into bcachefs binary 2023-02-27 16:39:46 +13:00
flake.nix nix fix up! Rust now integrated into bcachefs binary 2023-02-27 16:39:46 +13:00
fsck.bcachefs
INSTALL.md Delete pytest 2023-04-20 12:18:59 -04:00
libbcachefs.c
libbcachefs.h Get current metadata version from sysfs 2022-12-21 21:41:34 -05:00
Makefile Update bcachefs sources to 7c0fe6f104 bcachefs: Fix bch2_fsck_ask_yn() 2023-06-04 18:10:29 -04:00
Makefile.compiler Update bcachefs sources to 6a20aede29 bcachefs: Fix quotas + snapshots 2023-05-02 00:41:47 -04:00
mkfs.bcachefs
mount.bcachefs Rust now integrated into bcachefs binary 2023-02-21 01:03:08 -05:00
mount.bcachefs.sh
qcow2.c
qcow2.h
README.md Update docs 2023-03-07 12:46:53 -05:00
tools-util.c cmd_list_journal: Add filter options 2023-02-12 21:44:33 -05:00
tools-util.h cmd_list_journal: Add filter options 2023-02-12 21:44:33 -05:00

bcachefs-tools

Userspace tools and docs for bcachefs

Bcachefs is an advanced new filesystem for Linux, with an emphasis on reliability and robustness and the complete set of features one would expect from a modern filesystem.

This repo primarily consists of the following:

  • bcachefs tool, the reason this repo exists.
  • {mkfs,mount,fsck}.bcachefs utils, which is just wrappers calling the corresponding subcommands in the main tool
  • docs in the form of man-pages and a user manual

Please refer to the main site for getting started An in-depth user manual is (also) found on the official website

Build and install

Refer to INSTALL.md

Bug reports and contributions