From d34c56e0a8fbb768f35b35e05e3cce8e611b7db2 Mon Sep 17 00:00:00 2001 From: Killian De Volder Date: Sun, 26 Mar 2017 22:59:35 +0200 Subject: Added Contact, FAQ, and Performance page. --- Contact.mdwm | 14 ++++++++++++++ FAQ.mdwn | 16 ++++++++++++++++ Performance.mdwn | 5 +++++ 3 files changed, 35 insertions(+) create mode 100644 Contact.mdwm create mode 100644 FAQ.mdwn create mode 100644 Performance.mdwn 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 + + 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 + -- cgit v1.2.3