libeblob is a low-level IO library which stores data in huge blob files appending records one after another.
I implemented all missing functionality, added comments and README, and rolled out the first version: 0.0.1
Here is a short changelog:
- defragmentation tool: entries to be deleted are only marked as removed,
eblob_checkwill iterate over specified blob files and actually remove those blocks - off-line blob consistency checker:
eblob_checkcan verify checksums for all records which have them - run-time sync support - dedicated thread runs fsync on all files on timed base
- added documentation and comments
libeblob can be downloaded from git tree ($ git clone http://www.ioremap.net/git/eblob.git/) or archive.
Recent comments
1 day 4 hours ago
1 day 5 hours ago
1 week 2 days ago
1 week 2 days ago
1 week 4 days ago
1 week 4 days ago
1 week 4 days ago
2 weeks 1 day ago
2 weeks 1 day ago
2 weeks 3 days ago