summaryrefslogtreecommitdiff
path: root/lib/backupstore/HousekeepStoreAccount.h
Commit message (Collapse)AuthorAge
* Fix accounting for old and deleted files, and dirs removed by housekeeping.Chris Wilson2014-02-11
| | | | | Also pass the actual reference count of an object to RaidFileWrite instead of assuming that it's zero, to avoid accidentally deleting a referenced object.
* Create new refcount database atomically during account check.Chris Wilson2014-02-07
| | | | | | | | | | | Use a temporary refcount db for check instead of an in-memory vector. This avoid the memory usage problems created by using the vector on large accounts, but may require us to improve the efficiency of the refcount database itself to avoid large numbers of small I/O operations. That is very doable now that we're using a class for it. Fix some inconsistencies and mistakes in handling reference counts and info counters during account checks (more to come).
* Fix duplicate tagging of housekeeping messages.Chris Wilson2012-11-17
|
* Add housekeep command to bbstoreaccounts to run housekeeping right now.Chris Wilson2012-06-29