K 10 svn:author V 4 jeff K 8 svn:date V 27 2010-01-25T23:27:21.606296Z K 7 svn:log V 629 - Implement partial truncation in the checker. The file is truncated to the lesser of the original size, the last allocated block, and the intended truncation size depending on how far the original truncation got. - Improve recovery performance by doing duplication and reference move operations for each inode all at once. The algorithm is still N^2 but doing it as records are discovered ensures that the rest are out of cache when we search. This reduced fsck time by 80%. - Verify that .. matches the expected parent before deciding to skip a parent's record. - Add some more information to fsdb. END