0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Shorter runs for interactive unit testing. More... almost 18 years ago
Fixed page leak in Talloc(). More... almost 18 years ago
Partial handling of incomplete log entries. (It detects when the log file does not end at the right byte, but doesn't checksum, or otherwise look for sectors that didn't make it to disk.) More... almost 18 years ago
Added berkeley db 4.4 support More... almost 18 years ago
Unit test for region allocator. More... almost 18 years ago
Re-enabled truncation (accidentally disabled it before...) More... almost 18 years ago
switched to region allocator, but TpageAlloc currently grabs its own region... More... almost 18 years ago
perf tuning to reproduce numbers for OSDI. More... almost 18 years ago
fixed the fixedPageAlloc hack. More... almost 18 years ago
Fixed the fixedPageAlloc hack. More... almost 18 years ago
More progress on boundary tags. (Still not tested/working yet...) More... almost 18 years ago
Fixed a few easy things based on reviewer feedback. More... almost 18 years ago
fixed build More... almost 18 years ago
Started implementing the region allocator More... almost 18 years ago
Completely new blob implementation. Slower than the old one was supposed to be, but is correct, and extremeley simple. It simply writes the pre-image and post-image of each blob to the log using TpageSet. More... almost 18 years ago
minor change to aid in debugging More... almost 18 years ago
the logger understands special record types. (At least partially...); shortened blob tests, since the blob implementation is fundamentally broken, and slow More... almost 18 years ago
Removed pbl header; fixed makefile bugs and the compilation warnings they obscured. More... almost 18 years ago
No more PBL. More... almost 18 years ago
Allow blob count to be set independently of record count More... almost 18 years ago
Simplified allocation More... almost 18 years ago
Changed test case output to avoid spurious errors in flamebox More... almost 18 years ago
Fixed blob bug. The reason it's so slow is that it's logging a preimage + postimage of each blob and then synchronously writing to a second copy each time the blob is written to(!!!) More... almost 18 years ago
Continued cleaning up allocation code. It seems really slow all of a sudden, so this commit probably introduced a performance bug. More... almost 18 years ago
Updated some comments. More... almost 18 years ago
Eliminated slottedPreRalloc More... almost 18 years ago
minor changes to check_mutliplexer. It still doesn't work on multicore. More... almost 18 years ago
added readonlyhash to config file More... almost 18 years ago
Two programs to create and quickly query a read-only on disk hash table More... almost 18 years ago
More steps toward factoring page allocation out of record allocation. More... almost 18 years ago