summaryrefslogtreecommitdiffstats
path: root/src/H5C2public.h
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r15205] Moved the protocol of H5Pset_journal from H5C2public.h to ↵Albert Cheng2008-06-121-3/+0
| | | | | | | | H5Ppublic.h. Added H5AC2public.h to hdf5.h. Tested: kagiso.
* [svn-r15114] Bug fix.Albert Cheng2008-06-011-2/+2
| | | | | | | | Rename H5Pset_fapl_journal as H5Pset_journal. Use the public constant of H5AC2__CURR_CACHE_CONFIG_VERSION. Tested: h5committested. (tools/h5recover/testh5reover.sh had failures but that was because ../h5diff/h5diff's failure.)
* [svn-r15106] purpose:Albert Cheng2008-05-301-0/+3
| | | | | | | | | | | | new feature. Description: Added H5Pset_fapl_journal() to provide an API to turn journal on. This is just a preliminary implementation. More features will be added later when they are available. Tested: h5committest.
* [svn-r14594] Ported flash cache size increase code into the journaling branch --John Mainzer2008-02-181-0/+7
| | | | | | | | | | | | | | | | | 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/+55
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.