summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2015-06-30 14:30:52 -0700
committerKent Overstreet <kent.overstreet@gmail.com>2015-06-30 14:30:52 -0700
commit1e78fe7c8e0ba1595e67c3c5a3dab9d54275f61c (patch)
tree8f7f934aa3deba5a6f95f3e355e5d44462e99cf4
parent1ec9612af747c98dcecabaa829d3e42c24f72e9b (diff)
bcachefs
-rw-r--r--index.mdwn17
1 files changed, 17 insertions, 0 deletions
diff --git a/index.mdwn b/index.mdwn
index a8447b1..39bd645 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -1,5 +1,22 @@
[[!toc 3]]
+# Bcachefs is up!
+
+It's still alpha quality, but the code is up and you can play with it now. Build
+a kernel from the bcache-dev branch, and a new bcache-tools from the dev branch
+in that repository.
+
+Then, just run
+
+ bcacheadm format -C /dev/sda1
+ mount /dev/sda1 /mnt
+
+It's fast - many years of performance improvements since what's in the upstream
+kernel, and a long list of features - among them, multiple devices and full data
+checksumming/compression.
+
+Be warned - the on disk format has not been frozen yet, and it might eat all
+your data (but it is passing all but a few of the tests in xfstests).
# What is bcache?