add inode cache to the db
authorJoey Hess <joeyh@joeyh.name>
Wed, 9 Dec 2015 21:00:37 +0000 (17:00 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 9 Dec 2015 21:00:37 +0000 (17:00 -0400)
commit5e8c628d2e6e5c86b78765ca9836f267ee276cab
tree38dfdc9899cfa7524b3f3b9b1485ca656f69f301
parent3311c486312a340fd8a27d10336345e54ab791ab
add inode cache to the db

Renamed the db to keys, since it is various info about a Keys.

Dropping a key will update its pointer files, as long as their content can
be verified to be unmodified. This falls back to checksum verification, but
I want it to use an InodeCache of the key, for speed. But, I have not made
anything populate that cache yet.
Annex.hs
Annex/Content.hs
Annex/Content/Direct.hs
Annex/InodeSentinal.hs
Command/Smudge.hs
Database/AssociatedFiles.hs [deleted file]
Database/AssociatedFiles/Types.hs [deleted file]
Database/Keys.hs [new file with mode: 0644]
Database/Keys/Types.hs [new file with mode: 0644]
Database/Types.hs
Locations.hs