summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2016-08-28 19:05:29 -0800
committerKent Overstreet <kent.overstreet@gmail.com>2016-08-28 19:08:14 -0800
commitd1f41156470510eb4f266c8d15c108b4d04319cd (patch)
tree5a2e010f3d0247558e367ddd70b34b213822df9c
parent6dbe3d1f437dc9034f116d31b3fd476e83a273cc (diff)
proofreading
-rw-r--r--Bcachefs.mdwn3
-rw-r--r--index.mdwn5
2 files changed, 6 insertions, 2 deletions
diff --git a/Bcachefs.mdwn b/Bcachefs.mdwn
index 530fcf2..22836ac 100644
--- a/Bcachefs.mdwn
+++ b/Bcachefs.mdwn
@@ -20,7 +20,8 @@ robust and mature than upstream bcache.
Developing a filesystem is also not cheap or quick or easy; we need funding!
Please chip in on [[Patreon|https://www.patreon.com/bcachefs]] - the Patreon
page also has more information on the motivation for bcachefs and the state of
-Linux filesystems.
+Linux filesystems, as well as some bcachefs status updates and information on
+development.
## Why bcachefs?
diff --git a/index.mdwn b/index.mdwn
index e7e63fa..3a71176 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -2,7 +2,7 @@
# Bcachefs
-Bcache is done and stable - but work hasn't stopped, [[Bcachefs]] is the hot new
+Bcache is done and stable - but work hasn't stopped. [[Bcachefs]] is the hot new
thing: a next generation, robust, high performance copy on write filesystem. You
could think of it as bcache version two, but it might be more accurate to call
bcache the prototype for what's happening in bcachefs - incrementally developing
@@ -19,6 +19,9 @@ Linux filesystems. If you've been a happy bcache user, your contribution will be
particularly appreciated - I didn't ask for contributions when I was working on
bcache, but I am now.
+Lots more information about bcachefs, including how to try it out, is available
+on the [[bcachefs page|Bcachefs]].
+
# What is bcache?
Bcache is a Linux kernel block layer cache. It allows one or more fast disk drives such as flash-based solid state drives (SSDs) to act as a cache for one or more slower hard disk drives.