summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLacriatch <lacriatch@localhost>2017-03-16 19:05:58 -0700
committerbobobo1618 <bobobo1618@gmail.com>2017-03-16 19:05:58 -0700
commitccac84c361ca65133abe5c884d91f184283fc568 (patch)
treef9f2e513b4deac8edd586971a60a377ab55dd436
parent2360c5bb2ba66988a258a8c8ad15f4eb8c8a53b5 (diff)
Add placeholderseHEADmaster
-rw-r--r--_posts/2017-03-16-Architecture.md7
-rw-r--r--_posts/2017-03-16-Encryption.md7
-rw-r--r--_posts/2017-03-16-Performance.md8
-rw-r--r--about.md2
4 files changed, 24 insertions, 0 deletions
diff --git a/_posts/2017-03-16-Architecture.md b/_posts/2017-03-16-Architecture.md
new file mode 100644
index 0000000..1c1a27b
--- /dev/null
+++ b/_posts/2017-03-16-Architecture.md
@@ -0,0 +1,7 @@
+---
+layout: post
+title: "Architecture"
+date: 2017-03-16 19:02:00 -0800
+---
+
+TODO(Kent): Write a thing explaining the architecture.
diff --git a/_posts/2017-03-16-Encryption.md b/_posts/2017-03-16-Encryption.md
new file mode 100644
index 0000000..873107e
--- /dev/null
+++ b/_posts/2017-03-16-Encryption.md
@@ -0,0 +1,7 @@
+---
+layout: post
+title: "Encryption"
+date: 2017-03-16 19:02:00 -0800
+---
+
+TODO(Kent): Write a thing explaining the encryption and why it's better than LUKS
diff --git a/_posts/2017-03-16-Performance.md b/_posts/2017-03-16-Performance.md
new file mode 100644
index 0000000..46f5fb4
--- /dev/null
+++ b/_posts/2017-03-16-Performance.md
@@ -0,0 +1,8 @@
+---
+layout: post
+title: "Performance"
+date: 2017-03-16 19:02:00 -0800
+---
+
+TODO(Kent): Write a thing explaining why bcachefs performs better/more consistently than other FS.
+TODO(Lacriatch): Make pretty graphs and methodology and put them here.
diff --git a/about.md b/about.md
index c74eeac..de92b88 100644
--- a/about.md
+++ b/about.md
@@ -11,3 +11,5 @@ Bcachefs is a new b-tree based CoW filesystem by Kent Overstreet, author of the
- To be fast, consistently. Not only is latency lower than other filesystems but bcachefs' architecture enables latency to be more consistent as well.
- To be flexible. You want to move from a mirrored replication scheme to erasure coding? You can do that. You want to encrypt at the filesystem level and take advantage of AEAD encryption? You can do that too. You want a 3-tier filesystem with high capacity but low speed nearline drives in an erasure coded configuration at the bottom, higher speed 15k enterprise drives mirrored in the middle and highest speed NVMe SSD or RAMdisk on the top? bcache _is_ the filesystem now.
+
+TODO(Kent): Explain how bcachefs started.