.. |
bufferManager
|
refactored truncation + dirty page table, fixed doxygen warnings.
|
2009-05-20 21:23:51 +00:00 |
io
|
refactored truncation + dirty page table, fixed doxygen warnings.
|
2009-05-20 21:23:51 +00:00 |
logger
|
dependency cleanups; removed compenastions from alloc.c
|
2009-08-22 00:01:02 +00:00 |
operations
|
dependency cleanups; removed compenastions from alloc.c
|
2009-08-22 00:01:02 +00:00 |
page
|
single-page btrees are working
|
2009-07-29 21:03:16 +00:00 |
.cvsignore
|
Renamed 'lladd' directories and python module to 'stasis'
|
2007-06-11 21:36:57 +00:00 |
allocationPolicy.h
|
Reimplemented allocationPolicy.c; updated API + added more cases to the unit tests.
|
2009-08-05 06:35:11 +00:00 |
arrayCollection.h
|
Renamed 'lladd' directories and python module to 'stasis'
|
2007-06-11 21:36:57 +00:00 |
blobManager.h
|
renamed some functions to match naming convention
|
2009-05-08 06:53:30 +00:00 |
bufferManager.h
|
dependency cleanups; removed compenastions from alloc.c
|
2009-08-22 00:01:02 +00:00 |
bufferPool.h
|
removed static variables from bufferPool.c; renamed methods, moved Page typedef to common.h
|
2009-04-13 21:55:08 +00:00 |
common.h
|
more header cleaning; updated INSTALL
|
2009-07-26 19:47:05 +00:00 |
compensations.h
|
fix doxygen warnings
|
2008-10-01 20:32:02 +00:00 |
config.h.in
|
Renamed 'lladd' directories and python module to 'stasis'
|
2007-06-11 21:36:57 +00:00 |
constants.h
|
single-page btrees are working
|
2009-07-29 21:03:16 +00:00 |
consumer.h
|
Fixed some documentation warnings, and clarified a few points.
|
2008-04-17 06:29:34 +00:00 |
crc32.h
|
Fix linker namespace collision with libz
|
2007-12-06 21:52:37 +00:00 |
dirtyPageTable.h
|
add thread synchronization logic to ensure that only one thread is performing writeback at a time. This fixes weird I/O interleavings on some machines
|
2009-08-13 23:18:49 +00:00 |
doubleLinkedList.h
|
Renamed 'lladd' directories and python module to 'stasis'
|
2007-06-11 21:36:57 +00:00 |
fifo.h
|
Renamed 'lladd' directories and python module to 'stasis'
|
2007-06-11 21:36:57 +00:00 |
flags.h
|
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.h
|
Renamed 'lladd' directories and python module to 'stasis'
|
2007-06-11 21:36:57 +00:00 |
hash.h
|
Increase dirtyPageTable concurrency
|
2009-08-14 06:31:13 +00:00 |
iterator.h
|
clean up iterator interface; remove Titerator_releaseLock()
|
2009-06-28 18:54:57 +00:00 |
latches.h
|
do away with librw
|
2008-11-07 03:44:41 +00:00 |
lhtable.h
|
Increase dirtyPageTable concurrency
|
2009-08-14 06:31:13 +00:00 |
linkedlist.h
|
All headers now live in the header directory. (stasis/, not src/stasis)
|
2008-04-13 04:02:57 +00:00 |
lockManager.h
|
use pageid instead of int; Tupdate now takes a pageid instead of a recordid
|
2008-10-03 02:42:25 +00:00 |
Makefile.am
|
support "make install", and use libtool to generate .so, .a files.
|
2007-06-25 15:47:28 +00:00 |
multiplexer.h
|
Renamed 'lladd' directories and python module to 'stasis'
|
2007-06-11 21:36:57 +00:00 |
operations.h
|
dependency cleanups; removed compenastions from alloc.c
|
2009-08-22 00:01:02 +00:00 |
page.h
|
single-page btrees are working
|
2009-07-29 21:03:16 +00:00 |
pageHandle.h
|
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 |
recovery.h
|
dependency cleanups; removed compenastions from alloc.c
|
2009-08-22 00:01:02 +00:00 |
redblack.h
|
Renamed 'lladd' directories and python module to 'stasis'
|
2007-06-11 21:36:57 +00:00 |
replacementPolicy.h
|
made pass over log documentation
|
2009-05-13 22:06:58 +00:00 |
ringbuffer.h
|
Renamed 'lladd' directories and python module to 'stasis'
|
2007-06-11 21:36:57 +00:00 |
rw.h
|
cleaned up includes, autoconf is now optional, since cmake now creates a config.h
|
2009-07-26 18:51:45 +00:00 |
stamp-h.in
|
Renamed 'lladd' directories and python module to 'stasis'
|
2007-06-11 21:36:57 +00:00 |
stamp-h1
|
Renamed 'lladd' directories and python module to 'stasis'
|
2007-06-11 21:36:57 +00:00 |
stats.h
|
Renamed 'lladd' directories and python module to 'stasis'
|
2007-06-11 21:36:57 +00:00 |
transactional.h
|
dependency cleanups; removed compenastions from alloc.c
|
2009-08-22 00:01:02 +00:00 |
truncation.h
|
added method to access dirtyPageTable
|
2009-08-05 20:02:33 +00:00 |