summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Contact.mdwm14
-rw-r--r--FAQ.mdwn16
-rw-r--r--Performance.mdwn5
3 files changed, 35 insertions, 0 deletions
diff --git a/Contact.mdwm b/Contact.mdwm
new file mode 100644
index 0000000..cb98766
--- /dev/null
+++ b/Contact.mdwm
@@ -0,0 +1,14 @@
+---
+layout: page
+title: Contact
+permalink: /contact/
+---
+
+#Mailing list
+You can find the official bcache(fs) mailing list on
+[vger.kernel.org](http://vger.kernel.org/vger-lists.html#linux-bcache)
+
+#IRC
+\#bcache on oftc.net
+<iframe src="https://webchat.oftc.net/?randomnick=1&channels=bcache&prompt=1" width="647" height="400"></iframe>
+
diff --git a/FAQ.mdwn b/FAQ.mdwn
new file mode 100644
index 0000000..d9f3d64
--- /dev/null
+++ b/FAQ.mdwn
@@ -0,0 +1,16 @@
+Frequently Asked Questions
+
+## Do I have to reformat my bcache drive to use the new bcachefs ?
+
+To use the caching device (cdev) with the new bcachefs, you will need to reformat it.
+In principle this should not be a problem, as they can be removed from a backing device (bdev/bcache).
+
+If you wish to reuse the backing device (bdev/bcache), you can't this is nolonger an option.
+
+If you wish to use bcachefs as a filesystem you will have to format the backing device (bdev/bcache) with
+the new filesystem.
+
+## Does bcachefs still have the bcache caching functionality of block devices ?
+
+No.
+
diff --git a/Performance.mdwn b/Performance.mdwn
new file mode 100644
index 0000000..d0cdfd5
--- /dev/null
+++ b/Performance.mdwn
@@ -0,0 +1,5 @@
+## How is performance of bcachefs with VM-disk-images ?
+
+You can best disable COW to prevent fragmentation.
+ADD HOWTO + More information
+