stasis-aries-wal/stasis/logger
2013-02-08 18:51:38 -08: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 fix casts; add missing BEGIN_C_DECLS; designated initializers; libstasis.so now builds + runs under both g++ and gcc! 2013-02-08 18:51:38 -08:00
logEntry.h merge in changes from svn[r1572..r1601] 2012-04-21 12:52:31 -04: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