summaryrefslogtreecommitdiff
path: root/Bcachefs.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'Bcachefs.mdwn')
-rw-r--r--Bcachefs.mdwn5
1 files changed, 4 insertions, 1 deletions
diff --git a/Bcachefs.mdwn b/Bcachefs.mdwn
index 71e301c..469b98b 100644
--- a/Bcachefs.mdwn
+++ b/Bcachefs.mdwn
@@ -141,7 +141,7 @@ possible.
awhile in favor of making the core functionality production quality -
replication is not currently suitable for outside testing.
- - Encryption
+ - [[Encryption]]
Implementation is finished, and passes all the tests. The blocker on rolling
it out is finishing the design doc and getting outside review (as feedback
@@ -186,6 +186,9 @@ Please ask questions and ask for them to be added here!
* a feature bits field
* bring some structure to the variable length portion, so we can add more
crap later - do it like inode optional fields
+ * on clean shutdown, write current journal sequence number to superblock -
+ help guard against corruption or an encrypted filesystem being tampered
+ with
* More bits (once we have feature bits) for "has this feature ever been used", e.g.
* encryption - if we don't have encrypted data, we don't need to load cyphers