summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillian De Volder <killian.de.volderc@megasoft.be>2017-03-27 10:30:53 +0200
committerKillian De Volder <killian.de.volderc@megasoft.be>2017-03-27 10:30:53 +0200
commit7db805786256eb1e666c14f54b5393db185a29ac (patch)
treee3748f4b9c50c6b7a79913d8dd96c13535250b40
parent318275abe27124d7e815f3bdeed62873406eaa5b (diff)
Added pages to the sidebar and added a few FAQ.
-rw-r--r--FAQ.mdwn6
-rw-r--r--sidebar.mdwn7
2 files changed, 10 insertions, 3 deletions
diff --git a/FAQ.mdwn b/FAQ.mdwn
index d9f3d64..d83ddca 100644
--- a/FAQ.mdwn
+++ b/FAQ.mdwn
@@ -1,5 +1,10 @@
Frequently Asked Questions
+
+## Does bcachefs support ACL/xattrs ?
+Yes it supports both ACL and xattrs.
+
+
## 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.
@@ -13,4 +18,3 @@ the new filesystem.
## Does bcachefs still have the bcache caching functionality of block devices ?
No.
-
diff --git a/sidebar.mdwn b/sidebar.mdwn
index db93ca1..bcc4d4c 100644
--- a/sidebar.mdwn
+++ b/sidebar.mdwn
@@ -1,7 +1,10 @@
* [[About]]
* [[FAQ]]
+* [[Performance]]
+* [[Howto]]
+* [[Stability]]
* [[Architecture]]
- * [[Encryption]]
- * [[Transactions]]
+* [[Encryption]]
+* [[Transactions]]
* [[Contact]]