idea
This commit is contained in:
parent
6cea492cf2
commit
e79890664d
1 changed files with 11 additions and 0 deletions
11
doc/todo/incremental_fsck.mdwn
Normal file
11
doc/todo/incremental_fsck.mdwn
Normal file
|
@ -0,0 +1,11 @@
|
|||
Justin Azoff realized git-annex should have an incremental fsck.
|
||||
|
||||
This requires storing the last fsck time of each object.
|
||||
|
||||
I would not be strongly opposed to sqlite, but I think there are other
|
||||
places the data could be stored. One possible place is the mode or mtime
|
||||
of the .git/annex/objects/xx/yy/$key directories (the parent directories
|
||||
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]]
|
Loading…
Reference in a new issue