summaryrefslogtreecommitdiffstats
path: root/src/H5AC2public.h
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r14863] Checking in code supporting metadata journaling in the serial case.John Mainzer2008-04-251-1/+65
| | | | | | | | | | | | | | | While this code doesn't break any of the existing tests, it HAS NOT been tested beyond that. Also mods needed to integrate the journaling code with Quincey's latest mods, and to adapt existing test code to slight changes caused by the addition of journaling. Finally, fixed an undefined variable bug in the HL code exposed by the journaling mods. Tested serial under Linux (Phoenix) and parallel under Linux (Kagiso).
* [svn-r14594] Ported flash cache size increase code into the journaling branch --John Mainzer2008-02-181-1/+59
| | | | | | | | | | | | | | | | | note that both the H5C and H5C2 code have been updated. Also checked in code to track journaling status in the super block. Note that this code has not been tested -- but as best I can tell, it does not break the existing regression tests. Tested serial (debug and production) on Phoenix. Also tested parallel on kagiso. Note that regression test fails on kagiso (but not on phoenix) if the cache2 serial tests are configured to use the core file driver. Thus this code is check in with the core file driver optimization of the cache2 tests disabled. To turn it on, set the USE_CORE_DRIVER #define to TRUE.
* [svn-r14282] Continuation of initial checkin of changes to metadata journaling John Mainzer2007-11-211-0/+393
branch -- this commit needed at I forgot to svn add the new files created in support of metadata journaling. Again, this version may not compile.