stasis-aries-wal/src/stasis
Sears Russell 220c33cc31 Fixed two buffer manager performance problems (Markos, Vinayak, thanks for pointing these out!):
- No longer hold global mutex during page writeback
 
 - Don't reserve 90% of the buffer pool for the free list.  Now the freelist reserves 1% of the buffer pool + 6 pages, and expands if it runs out of space.
2008-10-01 20:43:58 +00:00
..
bufferManager Fixed two buffer manager performance problems (Markos, Vinayak, thanks for pointing these out!): 2008-10-01 20:43:58 +00:00
io Added asserts to help narrow down unit test failures 2008-09-12 22:55:23 +00:00
logger Major refactoring: 2008-09-28 03:11:24 +00:00
operations fix compiler warning 2008-10-01 15:50:24 +00:00
page Fixed some documentation warnings, and clarified a few points. 2008-04-17 06:29:34 +00:00
replacementPolicy Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
.cvsignore Updated svn:ignore. 2007-10-03 01:52:41 +00:00
allocationPolicy.c fixed new const warnings from gcc 2008-09-24 06:40:34 +00:00
arrayCollection.c Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
blobManager.c Major refactoring: 2008-09-28 03:11:24 +00:00
bufferManager.c Added "loadUninitializedPage()", which returns an uninitialized page instead of reading preimages from disk. 2008-06-09 01:13:02 +00:00
bufferPool.c Documentation update; added more sections under modules, reduced amount of cruft generated by doxygen. 2008-04-23 01:41:57 +00:00
CMakeLists.txt Removed Tinstant* and broken logical hash stuff 2008-09-30 15:34:42 +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
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 change default io handle to pfile (was non_blocking) 2008-09-28 01:44:18 +00:00
graph.c Major refactoring: 2008-09-28 03:11:24 +00:00
hash.c Fix linker namespace collision with libz 2007-12-06 21:52:37 +00:00
io.c All headers now live in the header directory. (stasis/, not src/stasis) 2008-04-13 04:02:57 +00:00
iterator.c All headers now live in the header directory. (stasis/, not src/stasis) 2008-04-13 04:02:57 +00:00
lhtable.c All headers now live in the header directory. (stasis/, not src/stasis) 2008-04-13 04:02:57 +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 All headers now live in the header directory. (stasis/, not src/stasis) 2008-04-13 04:02:57 +00:00
Makefile.am Removed Tinstant* and broken logical hash stuff 2008-09-30 15:34:42 +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 Simplified the page locking conventions. 2008-09-28 05:50:59 +00:00
page.c Simplified the page locking conventions. 2008-09-28 05:50:59 +00:00
pageCache.c All headers now live in the header directory. (stasis/, not src/stasis) 2008-04-13 04:02:57 +00:00
pageFile.c All headers now live in the header directory. (stasis/, not src/stasis) 2008-04-13 04:02:57 +00:00
pageHandle.c All headers now live in the header directory. (stasis/, not src/stasis) 2008-04-13 04:02:57 +00:00
recovery2.c Simplified the page locking conventions. 2008-09-28 05:50:59 +00:00
redblack.c Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
replacementPolicy.c Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00
ringbuffer.c Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +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 Removed Tinstant* and broken logical hash stuff 2008-09-30 15:34:42 +00:00
truncation.c All headers now live in the header directory. (stasis/, not src/stasis) 2008-04-13 04:02:57 +00:00