summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-09-25 15:32:13 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-09-25 15:32:13 -0400
commit7636df26916570408eeefad37f04815d8ec283a6 (patch)
tree33f45e6e83587a829251e35c2790545bb5633003
parent29cbb7d99f8e6c34d9ddf887fd4a46f1ecc957f3 (diff)
notes
-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.