summaryrefslogtreecommitdiff
path: root/doc/todo/incremental_fsck.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/todo/incremental_fsck.mdwn')
-rw-r--r--doc/todo/incremental_fsck.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/todo/incremental_fsck.mdwn b/doc/todo/incremental_fsck.mdwn
index ac6ef1e42..391b9432d 100644
--- a/doc/todo/incremental_fsck.mdwn
+++ b/doc/todo/incremental_fsck.mdwn
@@ -9,3 +9,11 @@ of where the content is stored). Perhaps the sticky bit could be used to
indicate the content has been fsked, and the mtime indicate the time
of last fsck. Anything that dropped or put in content would need to
clear the sticky bit. --[[Joey]]
+
+> Basic incremental fsck is done now.
+>
+> Some enhancements would include:
+>
+> * --max-age=30d Once the incremental fsck was started 30 days ago,
+> start a new one.
+> * --time-limit --size-limit --file-limit: Limit how long the fsck runs.