summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.mdwn b/index.mdwn
index e8ecd8f..721a5b6 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -46,6 +46,7 @@ the bcachefs codebase is considerably more robust and mature than upstream
bcache.
The long term goal of bcachefs is to produce a truly general purpose filesystem:
+
* scalable and reliable for the high end
* simple and easy to use
* an extensible and modular platform for new feature development, based on a
@@ -75,6 +76,7 @@ performance to be more consistant than even XFS.
#### Sophisticated transaction model
The main interface between the database layer and the filesystem layer provides
+
* Transactions: updates are queued up, and are visible to code running within
the transaction, but not the rest of the system until a successful
transaction commit