stasis-aries-wal/stasis/logger
2011-07-15 17:37:50 +00:00
..
filePool.h minor log fixes. add stasis_log_chunk_name flag. 2011-04-20 21:50:56 +00:00
groupForce.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
inMemoryLog.h made pass over log documentation 2009-05-13 22:06:58 +00:00
logEntry.h more log refactoring. safeWrites now holds a latch across reserve_entry, write_entry, and write_entry_done 2010-01-19 02:14:09 +00:00
logger2.h fix deadlock in filePool logger. The deadlock was due to pages being evicted before Tupdate() released the log entry for writeback. Now, we track another timestamp, so that Tupdate() starts with something analogous to a writelock, and downgrades it to a readlock before pinning pages, and invoking callbacks 2011-07-15 17:37:50 +00:00
logHandle.h more refactoring; log handles now manage their log entries memory 2009-12-31 23:01:37 +00:00
logWriterUtils.h cleaned up includes, autoconf is now optional, since cmake now creates a config.h 2009-07-26 18:51:45 +00:00
reorderingHandle.h more refactoring; no more globals in transactionTable.c 2009-10-14 21:22:50 +00:00
safeWrites.h improve log performance by disabling O_SYNC by default (and use fdatasync instead) 2009-09-12 16:20:13 +00:00