summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-09-22 18:30:23 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2023-09-22 18:38:46 -0400
commit38c290df3203edba920d11d6a9a894d3c438f03a (patch)
tree3fd71df249ad6d5a6eabe1c62a7392fd3b23d8d4
parent81e99c6188c80f82eafe0cbb3470c627e52e3861 (diff)
More website improvements
- expand, reorg frontpage - update roadmap - new debugging page - new btree perf numbers Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
-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