Go to file
Kent Overstreet 2007d9b6ce Fix bch2_super_write() alignment
We're about to switch to O_DIRECT only, which means we need to write
with proper alignment.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2024-01-10 22:27:22 -05:00
.github
ccan
debian
doc Add additional information about encryption 2023-07-10 16:03:30 -04:00
fsck Makefile, fsck: Use libexec instead of lib 2023-12-24 08:34:16 -05:00
include atomic64_read_acquire() should be inline 2024-01-05 15:11:51 -05:00
initramfs Replaced mkdir -p with install -D in make install 2019-01-13 19:31:04 -08:00
libbcachefs Update bcachefs sources to cbb2e45634dd bcachefs: fix simulateously upgrading & downgrading 2024-01-05 20:00:08 -05:00
linux fix shrinker_free() 2023-12-19 19:29:25 -05:00
packaging packaging: Update RPM spec to use %_libexecdir for libexec files 2023-12-24 09:09:56 -05:00
raid
rust-src create common entry point for Rust commands 2024-01-07 21:38:31 -05:00
tests Add valgrind suppressions: 2022-03-24 11:41:10 -06:00
udev
.bcachefs_revision Update bcachefs sources to cbb2e45634dd bcachefs: fix simulateously upgrading & downgrading 2024-01-05 20:00:08 -05:00
.editorconfig
.gitignore
bcachefs.8 man: Fix cmd-option format 2023-11-27 21:04:03 -05:00
bcachefs.c create common entry point for Rust commands 2024-01-07 21:38:31 -05:00
build.nix
cmd_assemble.c
cmd_attr.c Update email address 2022-05-26 15:40:08 -04:00
cmd_counters.c cmd_reset_counters 2024-01-04 19:56:14 -05:00
cmd_data.c
cmd_device.c
cmd_dump.c cmd_fsck can now take colon separated devices 2023-12-22 23:30:55 -05:00
cmd_format.c cmd_show_super: --field-only 2024-01-05 13:01:34 -05:00
cmd_fs.c
cmd_fsck.c improve do_splice() 2024-01-03 20:30:44 -05:00
cmd_fusemount.c
cmd_key.c
cmd_kill_btree_node.c cmd_fsck can now take colon separated devices 2023-12-22 23:30:55 -05:00
cmd_list_journal.c fix list_journal for nochanges 2024-01-03 23:14:56 -05:00
cmd_migrate.c
cmd_option.c
cmd_run.c
cmd_subvolume.c
cmd_version.c
cmds.h create common entry point for Rust commands 2024-01-07 21:38:31 -05:00
config.h
COPYING
crypto.c
crypto.h
default.nix
flake.lock
flake.nix
INSTALL.md
libbcachefs.c Fix bch2_super_write() alignment 2024-01-10 22:27:22 -05:00
libbcachefs.h
make-release-tarball.sh
Makefile Makefile, fsck: Use libexec instead of lib 2023-12-24 08:34:16 -05:00
Makefile.compiler
mount.bcachefs.sh
qcow2.c
qcow2.h
README.md
tools-util.c cmd_fsck can now take colon separated devices 2023-12-22 23:30:55 -05:00
tools-util.h cmd_fsck can now take colon separated devices 2023-12-22 23:30:55 -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