stasis-aries-wal/src/lladd
2007-05-26 01:03:57 +00:00
..
bufferManager Removed out-of-date comments. 2007-03-19 21:55:47 +00:00
io Messed with documentation to try to make doxygen happy and more likely to see this file. 2007-05-26 01:03:57 +00:00
logger Was releasing log_read_mutex without obtaining it first... 2007-04-20 07:13:18 +00:00
operations Changed CLR log format so that it is identical to update entries. The old format pointed back to an earlier 2007-04-03 09:18:45 +00:00
page Messed with documentation to try to make doxygen happy and more likely to see this file. 2007-05-26 01:03:57 +00:00
replacementPolicy Bugfix. (lru->remove() wasn't removing node mapping.) 2007-03-13 08:32:04 +00:00
.cvsignore Added .cvsignore files. 2007-03-04 00:40:15 +00:00
allocationPolicy.c Fixed numerous bugs in allocationPolicy.c and alloc.c 2006-08-11 02:56:41 +00:00
arrayCollection.c Fixed unit tests, added iterator interface, and generic (almost) iterator test harness. 2005-03-10 03:19:04 +00:00
blobManager.c Reworked intialization code, includes to isolate bufferManager 2007-03-03 01:52:03 +00:00
blobManager.h Reworked intialization code, includes to isolate bufferManager 2007-03-03 01:52:03 +00:00
bufferManager.c New "default" buffer manager that aims to replace the current one, but 2007-03-08 07:56:53 +00:00
bufferPool.c Fix for fallback posix_memalign implementation. (Inserted missing 2006-11-08 07:22:42 +00:00
common.c Improved latch profiling, especially for loadPage. 2006-08-04 23:45:27 +00:00
compensations.c Partial port to amd64. 2006-03-20 23:11:46 +00:00
consumer.c Generic consumer wrapper functions, and implementation registrations. 2005-03-23 08:10:30 +00:00
crc32.c 2006-05-24 02:19:04 +00:00
doubleLinkedList.c A doubly linked list implementation. All operations are O(1), including the ability to remove things from 2007-03-11 07:37:20 +00:00
fifo.c Messed with documentation to try to make doxygen happy and more likely to see this file. 2007-05-26 01:03:57 +00:00
graph.c No more warnings with -O2. 2006-05-25 22:50:52 +00:00
hash.c 2006-05-24 02:19:04 +00:00
io.c Messed with documentation to try to make doxygen happy and more likely to see this file. 2007-05-26 01:03:57 +00:00
io.h moved stdio.h include out of header file. 2006-06-13 22:38:25 +00:00
iterator.c half-hearted attempt to fix -Wextra warnings... 2006-06-13 23:58:04 +00:00
latches.h Improved latch profiling, especially for loadPage. 2006-08-04 23:45:27 +00:00
lhtable.c Minor cleanup, added ability to calculate the global average number of 2006-08-10 23:43:53 +00:00
linkedlist.c slightly more general purpose; deals with longs instead of ints. 2006-10-28 03:30:45 +00:00
linkedlist.h slightly more general purpose; deals with longs instead of ints. 2006-10-28 03:30:45 +00:00
lockManager.c Fixed lockManager. lhtable's iterators do not support concurrent modifications. 2006-07-25 19:12:53 +00:00
Makefile.am bufferHash now seems to be correct, and makes use of the stasis_handle_t 2007-03-13 08:39:29 +00:00
multiplexer.c Changed CLR log format so that it is identical to update entries. The old format pointed back to an earlier 2007-04-03 09:18:45 +00:00
operations.c Changed CLR log format so that it is identical to update entries. The old format pointed back to an earlier 2007-04-03 09:18:45 +00:00
page.c Cleaned up Tupdate() by adding TupdateRaw(); removed *_RAW and updated linear hash accordingly. 2007-03-28 09:21:07 +00:00
page.h Reworked intialization code, includes to isolate bufferManager 2007-03-03 01:52:03 +00:00
pageCache.c Removed and/or flagged #include dependencies on pageFile.h (in the process of further factoring bufferManager implementation out of Stasis.) 2007-03-03 02:26:17 +00:00
pageFile.c bufferHash now seems to be correct, and makes use of the stasis_handle_t 2007-03-13 08:39:29 +00:00
pageFile.h bufferHash now seems to be correct, and makes use of the stasis_handle_t 2007-03-13 08:39:29 +00:00
pageHandle.c Adaptor between the pageFile interface and stasis_handle_t 2007-03-13 08:40:31 +00:00
recovery2.c Changed CLR log format so that it is identical to update entries. The old format pointed back to an earlier 2007-04-03 09:18:45 +00:00
redblack.c Talloc() now reuses space when possible. It still needs to call slottedCompact() intelligentally. Also, allocationPolicy should support an extra tier 2006-07-29 00:56:54 +00:00
replacementPolicy.c New "default" buffer manager that aims to replace the current one, but 2007-03-08 07:56:53 +00:00
ringbuffer.c It was improperly tracking the log's global offset. (Hopefully) 2006-06-13 22:42:15 +00:00
stats.c Ported LLADD to Fedora, cleaned up autoconf setup, and numerouse #includes that were problematic. 2004-07-06 01:22:18 +00:00
transactional2.c Cleanup and refactoring for deferred updates. CLR's were broken; Tdefer requires them, so it is 2007-03-30 09:16:21 +00:00
truncation.c dirtyPages_deinit was broken. (Was excercised by new pageArray bufferManager...) 2007-03-04 02:44:19 +00:00