stasis-aries-wal/src/stasis
2009-08-08 07:59:19 +00:00
..
bufferManager Cleaned up page locking + a harmless memory bug. Add missing locks to page writeback. 2009-08-08 07:59:19 +00:00
io implement convention that stop=0 means flush to EOF 2009-08-05 19:50:07 +00:00
logger more header cleaning; updated INSTALL 2009-07-26 19:47:05 +00:00
operations Cleaned up page locking + a harmless memory bug. Add missing locks to page writeback. 2009-08-08 07:59:19 +00:00
page added method to access dirtyPageTable 2009-08-05 20:02:33 +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 added missing case to allocationPolicy 2009-08-07 17:26:40 +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 single-page btrees are working 2009-07-29 21:03:16 +00:00
bufferManager.c dirty page table flush was pinning pages, then asserting they were not pinned; updated page writeback api to allow correct usage 2009-08-08 01:43:03 +00:00
bufferPool.c improved behavior for sequential I/O performance, fixed races during writeback 2009-08-07 18:27:52 +00:00
CMakeLists.txt single-page btrees are working 2009-07-29 21:03:16 +00:00
common.c more header cleaning; updated INSTALL 2009-07-26 19:47:05 +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 Cleaned up page locking + a harmless memory bug. Add missing locks to page writeback. 2009-08-08 07:59:19 +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 single-page btrees are working 2009-07-29 21:03:16 +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 single-page btrees are working 2009-07-29 21:03:16 +00:00
pageHandle.c improved behavior for sequential I/O performance, fixed races during writeback 2009-08-07 18:27:52 +00:00
recovery2.c more header cleaning; updated INSTALL 2009-07-26 19:47:05 +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 more header cleaning; updated INSTALL 2009-07-26 19:47:05 +00:00
transactional2.c added method to access dirtyPageTable 2009-08-05 20:02:33 +00:00
truncation.c refactored truncation + dirty page table, fixed doxygen warnings. 2009-05-20 21:23:51 +00:00