stasis-aries-wal/src/stasis
2009-07-07 21:33:49 +00:00
..
bufferManager Add loadPageOfType() call. (Untested for now) 2009-07-07 21:33:49 +00:00
io more refactoring; removed static variables from pageHandle.c 2009-05-08 04:56:34 +00:00
logger Fix for Issue 1. Reworked log format so that nested top actions do not need to look up old entries during forward operation. This saves log bandwidth and avoids the bug that caused the performance regression 2009-05-14 21:28:09 +00:00
operations Move page type to Page_s struct. This breaks indirect.c (which is poorly thought out, and will be removed shortly), and was the next step on the road to segment-based recovery 2009-07-07 19:20:22 +00:00
page forgot to svn rm indirect's files 2009-07-07 20:05:15 +00:00
replacementPolicy made pass over log documentation 2009-05-13 22:06:58 +00:00
.cvsignore Updated svn:ignore. 2007-10-03 01:52:41 +00:00
allocationPolicy.c renamed some functions to match naming convention 2009-05-08 06:53:30 +00:00
arrayCollection.c Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
blobManager.c Move page type to Page_s struct. This breaks indirect.c (which is poorly thought out, and will be removed shortly), and was the next step on the road to segment-based recovery 2009-07-07 19:20:22 +00:00
bufferManager.c Add loadPageOfType() call. (Untested for now) 2009-07-07 21:33:49 +00:00
bufferPool.c removed static variables from bufferPool.c; renamed methods, moved Page typedef to common.h 2009-04-13 21:55:08 +00:00
CMakeLists.txt remove indirect page implementation 2009-07-07 20:03:52 +00:00
common.c All headers now live in the header directory. (stasis/, not src/stasis) 2008-04-13 04:02:57 +00:00
compensations.c Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
consumer.c Clean up includes for new cmake build system. 2008-03-02 23:21:39 +00:00
crc32.c Fix linker namespace collision with libz 2007-12-06 21:52:37 +00:00
dirtyPageTable.c refactored truncation + dirty page table, fixed doxygen warnings. 2009-05-20 21:23:51 +00:00
doubleLinkedList.c Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
fifo.c All headers now live in the header directory. (stasis/, not src/stasis) 2008-04-13 04:02:57 +00:00
flags.c yet another refactoring; broke groupForce into its own module, removed more static variables and namespace violations 2009-05-13 18:04:53 +00:00
graph.c renamed some functions to match naming convention 2009-05-08 06:53:30 +00:00
hash.c renamed hash() to avoid linker collisions; inlined some hash functions 2009-02-20 23:42:54 +00:00
iterator.c in-memory group by implementation 2009-07-01 01:33:24 +00:00
lhtable.c renamed hash() to avoid linker collisions; inlined some hash functions 2009-02-20 23:42:54 +00:00
linkedlist.c All headers now live in the header directory. (stasis/, not src/stasis) 2008-04-13 04:02:57 +00:00
lockManager.c renamed hash() to avoid linker collisions; inlined some hash functions 2009-02-20 23:42:54 +00:00
Makefile.am remove indirect page implementation 2009-07-07 20:03:52 +00:00
multiplexer.c All headers now live in the header directory. (stasis/, not src/stasis) 2008-04-13 04:02:57 +00:00
operations.c nested top action cleanup and bugfix; subsequent recovery calls could undo logical undos in some circumstances 2009-04-03 22:01:37 +00:00
page.c remove indirect page implementation 2009-07-07 20:03:52 +00:00
pageHandle.c Move page type to Page_s struct. This breaks indirect.c (which is poorly thought out, and will be removed shortly), and was the next step on the road to segment-based recovery 2009-07-07 19:20:22 +00:00
recovery2.c Fix for Issue 1. Reworked log format so that nested top actions do not need to look up old entries during forward operation. This saves log bandwidth and avoids the bug that caused the performance regression 2009-05-14 21:28:09 +00:00
redblack.c Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
ringbuffer.c Renamed some methods; fixed bug that caused recovery to create potentially unbounded numbers of concurrent, active transactions. 2009-04-11 17:17:42 +00:00
rw.c add assertunlocked() call 2009-05-30 02:22:04 +00:00
stats.c All headers now live in the header directory. (stasis/, not src/stasis) 2008-04-13 04:02:57 +00:00
transactional2.c check for page leaks at shutdown; move myrandom() into check_includes.h, fix a number of page leaks / double frees 2009-05-30 02:23:17 +00:00
truncation.c refactored truncation + dirty page table, fixed doxygen warnings. 2009-05-20 21:23:51 +00:00