aboutsummaryrefslogtreecommitdiff
path: root/fooes.hs
Commit message (Collapse)AuthorAge
* convert incremental fsck to using sqlite databaseGravatar Joey Hess2015-02-16
| | | | | | | | | | | | | | | | | Did not keep backwards compat for sticky bit records. An incremental fsck that is already in progress will start over on upgrade to this version. This is not yet ready for merging. The autobuilders need to have sqlite installed. Also, interrupting a fsck --incremental does not commit the database. So, resuming with fsck --more restarts from beginning. Memory: Constant during a fsck of tens of thousands of files. (But, it does seem to buffer whole transation in memory, so may really scale with number of files.) CPU: ?
* cleanupGravatar Joey Hess2015-02-15
|
* update, fixing compilation and fixing to actually do a joinGravatar Joey Hess2015-02-15
|
* added my database experimentsGravatar Joey Hess2014-03-20