stasis-aries-wal/src/stasis
2009-12-09 19:56:19 +00:00
..
bufferManager initial opensolaris port 2009-11-29 03:22:36 +00:00
io wrote some wrappers that emulate redblack; default to stl tree for now 2009-11-24 00:24:18 +00:00
logger initial opensolaris port 2009-11-29 03:22:36 +00:00
operations initial openbsd port 2009-11-29 06:57:16 +00:00
page fix rose bit rot, have unintialized page clear the impl pointer (for tidyness), remove some resolved @todos. 2009-12-04 19:33:09 +00:00
replacementPolicy switch the concurrent hash to use lru->getStaleAndRemove; fix crashes due to partial leak of thread local pages on thread shutdown 2009-11-24 01:43:36 +00:00
.cvsignore Updated svn:ignore. 2007-10-03 01:52:41 +00:00
allocationPolicy.c wrote some wrappers that emulate redblack; default to stl tree for now 2009-11-24 00:24:18 +00:00
arrayCollection.c cleaned up includes, autoconf is now optional, since cmake now creates a config.h 2009-07-26 18:51:45 +00:00
blobManager.c initial opensolaris port 2009-11-29 03:22:36 +00:00
bufferManager.c buffer manager refactoring; started work on new dirty page table writeback interface (to avoid circular dependencies) 2009-10-05 21:19:01 +00:00
bufferPool.c Remove LRU-ordered writeback. Instead, writeback pages sequentially once some fraction of the page file is dirty. Also. further simplifies writeback code. 2009-08-11 17:23:43 +00:00
CMakeLists.txt initial opensolaris port 2009-11-29 03:22:36 +00:00
common.c use pthread_rwlock instead of rwlock userspace emulation of it 2009-10-13 00:29:35 +00:00
compensations.c cleaned up includes, autoconf is now optional, since cmake now creates a config.h 2009-07-26 18:51:45 +00:00
concurrentHash.c initial opensolaris port 2009-11-29 03:22:36 +00:00
consumer.c cleaned up includes, autoconf is now optional, since cmake now creates a config.h 2009-07-26 18:51:45 +00:00
crc32.c cleaned up includes, autoconf is now optional, since cmake now creates a config.h 2009-07-26 18:51:45 +00:00
dirtyPageTable.c partial rewrite of transaction table to reduce thread contention 2009-10-15 02:33:08 +00:00
doubleLinkedList.c cleaned up includes, autoconf is now optional, since cmake now creates a config.h 2009-07-26 18:51:45 +00:00
fifo.c cleaned up includes, autoconf is now optional, since cmake now creates a config.h 2009-07-26 18:51:45 +00:00
flags.c fix memory allocation bug in rose benchmark initialization code 2009-12-04 19:26:23 +00:00
graph.c initial opensolaris port 2009-11-29 03:22:36 +00:00
hash.c renamed hash() to avoid linker collisions; inlined some hash functions 2009-02-20 23:42:54 +00:00
iterator.c cleaned up includes, autoconf is now optional, since cmake now creates a config.h 2009-07-26 18:51:45 +00:00
lhtable.c Disable NAIVE_LOCKING in lhtable. (Should never have been enabled...) 2009-08-27 15:28:01 +00:00
linkedlist.c cleaned up includes, autoconf is now optional, since cmake now creates a config.h 2009-07-26 18:51:45 +00:00
lockManager.c cleaned up includes, autoconf is now optional, since cmake now creates a config.h 2009-07-26 18:51:45 +00:00
Makefile.am fix more automake build errors 2009-11-24 18:42:44 +00:00
multiplexer.c cleaned up includes, autoconf is now optional, since cmake now creates a config.h 2009-07-26 18:51:45 +00:00
operations.c more header cleaning; updated INSTALL 2009-07-26 19:47:05 +00:00
page.c fix rose bit rot, have unintialized page clear the impl pointer (for tidyness), remove some resolved @todos. 2009-12-04 19:33:09 +00:00
pageHandle.c IMPORTANT API CHANGE: stasis_dirty_page_table_flush_range() no longer force writes to disk. You now need to call forcePageRange() after flush page range returns. 2009-08-13 05:53:48 +00:00
recovery2.c partial rewrite of transaction table to reduce thread contention 2009-10-15 02:33:08 +00:00
redblack.c wrote some wrappers that emulate redblack; default to stl tree for now 2009-11-24 00:24:18 +00:00
ringbuffer.c cleaned up includes, autoconf is now optional, since cmake now creates a config.h 2009-07-26 18:51:45 +00:00
rw.c use pthread_rwlock instead of rwlock userspace emulation of it 2009-10-13 00:29:35 +00:00
stats.c more header cleaning; updated INSTALL 2009-07-26 19:47:05 +00:00
stlredblack.cpp initial opensolaris port 2009-11-29 03:22:36 +00:00
transactional2.c reorder initialization code so that the i/o backend stuff happens all at once 2009-12-09 19:56:19 +00:00
transactionTable.c add optional support for gcc atomics to transaction table 2009-10-15 22:46:25 +00:00
truncation.c more refactoring; no more globals in transactionTable.c 2009-10-14 21:22:50 +00:00
tsearchcompat.c fix warning + problem with tdestroy() detection 2009-11-30 19:38:35 +00:00