K 10 svn:author V 4 jeff K 8 svn:date V 27 2010-02-17T03:11:56.586521Z K 7 svn:log V 575 - Don't delay freeing indirect blocks when we're not using SUJ. This adds unacceptable latency to non-journaling softdep. SUJ must wait to free an indirect until all of its descendents have been freed. - Account for some missing dependencies in softdep_count_dependencies(). - Remove the 5 second delay for writing new journal entries. The latency is more imoprtant than optimizing the journal writes. - Add some more performance counters. - After discussing with Kirk, add myself to the copyright list. I have now written half of the code in this file. END