summaryrefslogtreecommitdiff
path: root/lib/backupstore/BackupStoreRefCountDatabase.cpp
Commit message (Collapse)AuthorAge
* 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).
* Remove commented-out method copied from BackupStoreInfo and not used.Chris Wilson2012-11-07
|
* Improve error logging for store info and refcount database errors.Chris Wilson2011-06-16
|
* Use the reference count database name constant rather than hard-coding it.Chris Wilson2011-04-20
|
* Fix compile failure reported by Achim.Chris Wilson2009-08-01
|
* Make GetRefCount return a refcount_t rather than an int32_t.Chris Wilson2009-06-28
| | | | | Make refcount_t unsigned and make its definition public.
* Add code for BackupStoreRefCountDatabase.Chris Wilson2009-06-27
Create a refcount database when creating a new account. Add an easier way to get the account root directory.