.. |
bufferManager
|
cleaned up includes, autoconf is now optional, since cmake now creates a config.h
|
2009-07-26 18:51:45 +00:00 |
io
|
cleaned up includes, autoconf is now optional, since cmake now creates a config.h
|
2009-07-26 18:51:45 +00:00 |
logger
|
cleaned up includes, autoconf is now optional, since cmake now creates a config.h
|
2009-07-26 18:51:45 +00:00 |
operations
|
cleaned up includes, autoconf is now optional, since cmake now creates a config.h
|
2009-07-26 18:51:45 +00:00 |
page
|
cleaned up includes, autoconf is now optional, since cmake now creates a config.h
|
2009-07-26 18:51:45 +00:00 |
replacementPolicy
|
cleaned up includes, autoconf is now optional, since cmake now creates a config.h
|
2009-07-26 18:51:45 +00:00 |
.cvsignore
|
Updated svn:ignore.
|
2007-10-03 01:52:41 +00:00 |
allocationPolicy.c
|
cleaned up includes, autoconf is now optional, since cmake now creates a config.h
|
2009-07-26 18:51:45 +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
|
Add page ops for tree implementations.
|
2009-07-26 06:18:54 +00:00 |
bufferManager.c
|
- Fix compile warning + broken fcn pointer from last commit.
|
2009-07-16 03:05:32 +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
|
Added support for segment based recovery. For now, Stasis doesn't support hybrid recovery, so mixing page deallocation and segments will make recovery corrupt data / segfault.
|
2009-07-13 17:18:01 +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
|
cleaned up includes, autoconf is now optional, since cmake now creates a config.h
|
2009-07-26 18:51:45 +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
|
Add getCachedPage() call. This allows dirtyPageTable to write back pages with out accidentally reading them back in from disk with loadPage(). This should improve performance and allow loadPageOfType() to be used safely.
|
2009-07-14 07:46:47 +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
|
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
|
cleaned up includes, autoconf is now optional, since cmake now creates a config.h
|
2009-07-26 18:51:45 +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
|
cleaned up includes, autoconf is now optional, since cmake now creates a config.h
|
2009-07-26 18:51:45 +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
|
Added support for segment based recovery. For now, Stasis doesn't support hybrid recovery, so mixing page deallocation and segments will make recovery corrupt data / segfault.
|
2009-07-13 17:18:01 +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
|
- Fix compile warning + broken fcn pointer from last commit.
|
2009-07-16 03:05:32 +00:00 |
page.c
|
cleaned up includes, autoconf is now optional, since cmake now creates a config.h
|
2009-07-26 18:51:45 +00:00 |
pageHandle.c
|
cleaned up includes, autoconf is now optional, since cmake now creates a config.h
|
2009-07-26 18:51:45 +00:00 |
recovery2.c
|
- Fix compile warning + broken fcn pointer from last commit.
|
2009-07-16 03:05:32 +00:00 |
redblack.c
|
cleaned up includes, autoconf is now optional, since cmake now creates a config.h
|
2009-07-26 18:51:45 +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
|
add assertunlocked() call
|
2009-05-30 02:22:04 +00:00 |
stats.c
|
cleaned up includes, autoconf is now optional, since cmake now creates a config.h
|
2009-07-26 18:51:45 +00:00 |
transactional2.c
|
cleaned up includes, autoconf is now optional, since cmake now creates a config.h
|
2009-07-26 18:51:45 +00:00 |
truncation.c
|
refactored truncation + dirty page table, fixed doxygen warnings.
|
2009-05-20 21:23:51 +00:00 |